Tag: ssh

  • ssh signed git commits

    git config –global gpg.format sshgit config –global user.signingkey ~/.ssh/id_ed25519.pubgit config –global commit.gpgsign true Hopefully that’ll result in my github commits being signed…. and when I forget how to do it …

  • faster rsync (ssh cipher choice)

    Perhaps the bottleneck isn’t always bandwidth – but does changing ssh cipher make any difference? Using a derivative of : In unscientific tests, it looks like ssh parameters might do something when copying a 4GiB file between two random virtual machines in different data centres, but both in London. SSH Variant Speed -e “ssh” ~45MB/s…

  • Ansible – some random useful things.

    Some random useful things for Ansible users: