In this release, we handle SSH keys better.
- During
setup
time we create a default public/private keypair for our use at~/.ssh/ec2connect/id_rsa[.pub]
- If a user edits
~/.ssh/ec2connect/ssh_config
to instead use a different key, that works. - Keys stored in ssh-agent work too
Changelog
d7e1d8b Really fix CI
0e008a2 Added "known issues" to readme
1da4fe0 Fix CI
5b38b2b Fixed readme link
ff508b8 Generate keypair at setup time and use that one
a65c09a Support using an ssh agent
ffc7870 Use whatever public key the SSH client wants to use