pmazurek / aws-fuzzy-finder

:zap: SSH into instances using fuzzy search.
MIT License
129 stars 27 forks source link

Remove default value for ssh key #13

Closed edubxb closed 6 years ago

edubxb commented 8 years ago

The default value don't allow the possibility to use an the ssh-agent or ssh the configuration (~/.ssh/config) to choose a key, also, the SSH client looks for the default private key (p.e. ~/.ssh/id_rsa) so really is not needed.

pmazurek commented 6 years ago

Fixed