pmazurek / aws-fuzzy-finder

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

Remove default value for username #14

Closed edubxb closed 6 years ago

edubxb commented 8 years ago

Having a default value for the username don't allows to use the ssh_config file (~/.ssh/config) to specify the username used to connect to the instances.

pmazurek commented 7 years ago

Fair point, I'll fix it.

axitkhurana commented 7 years ago

@pmazurek Thanks for the project! I agree with @edubxb would be awesome if the library would let it use ssh_config values by default. Let me know if you'd like a PR on this.

rszalski commented 7 years ago

I think I can speak for @pmazurek that we welcome all PRs, so feel free to submit one!

pmazurek commented 6 years ago

Fixed