glassechidna / lastkeypair

A serverless SSH certificate authority to control access to machines using IAM and Lambda
Apache License 2.0
49 stars 5 forks source link

Completely transparent execution #2

Closed aidansteele closed 6 years ago

aidansteele commented 7 years ago

Look into whether ProxyCommand, ssh-agent or something can let us transparently do ssh user@ip or even ssh user@instance-id instead of the current lkp ssh exec -- dance

aidansteele commented 6 years ago

Can use ssh agent functionality by means of IdentityAgent config for this. Needs named pipes on Windows - can use https://github.com/Microsoft/go-winio

aidansteele commented 6 years ago

Can use https://github.com/kardianos/service for the ssh agent backgrounding