Skip to content

0.0.3

Latest
Compare
Choose a tag to compare
@aidansteele aidansteele released this 30 Jun 05:43
· 5 commits to master since this release

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