chiark / gitweb /
Various hacks to support use of Ed25519 keys in OpenSSH.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 8 Jul 2017 11:32:46 +0000 (12:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 8 Jul 2017 11:32:46 +0000 (12:32 +0100)
commit6ffd44906fd782b7fe21a3d56deeefffdbce8760
treecfe14c716172a522fdaa16ecc1f449238dd5e8f0
parentff6a7bee1d2f9953fa7e87247cc15d89b41d3de8
Various hacks to support use of Ed25519 keys in OpenSSH.

  * New script `bin/add-ssh-keys' to load keys into the SSH agent in the
    right order, so that it prefers Ed25519 over RSA.

  * Don't use the `gnome-keyring' SSH agent, because it doesn't
    implement modern cryptography.  Because the Gnome developers have
    more important things to screw up.
bin/add-ssh-keys [new file with mode: 0755]
dot/bash_profile
setup