qoomon / aws-ssm-ec2-proxy-command

AWS SSM EC2 SSH Proxy Command
MIT License
213 stars 73 forks source link

Added a check for ensuring the .ssh directory exists. #2

Closed opsroller closed 3 years ago

opsroller commented 3 years ago

When connecting to SSM the first time after instance creation, the connections fail because the .ssh directory does not yet exist for the ssm-user.

qoomon commented 3 years ago

thank for you PR, looks good to me.

opsroller commented 3 years ago

Awesome!