gianlucaborello / aws-ssh-config

Generate SSH config files from AWS EC2 inventory
GNU General Public License v2.0
242 stars 84 forks source link

Add `--default-user` param #10

Closed lebinh closed 8 years ago

lebinh commented 8 years ago

This add a --default-user param to allow user to set a default user to be used when no AMI match. Also re-indent the block to use tab to match with the rest of the file.

gianlucaborello commented 8 years ago

Looks good, thanks!