gianlucaborello / aws-ssh-config

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

Replace spaces in SSH key names with underscores #19

Closed cmur2 closed 7 years ago

cmur2 commented 7 years ago

Since ssh complains about "garbage at end of line" when given IdentityFile paths with spaces inside, it would be easiest to replace the spaces as done elsewhere.

gianlucaborello commented 7 years ago

Thanks!