qoomon / aws-ssm-ec2-proxy-command

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

Wrong ssh directory path #4

Closed marinheiromc closed 3 years ago

qoomon commented 3 years ago

I think the generic fix should be ~${ssh_user}, it will resolve to home directory of this particular user. ~/${ssh_user} was wrong because of the /. However I don't know why it is working atall for me, since months.

qoomon commented 3 years ago

It never worked because I am using the ssm only script. I just removed the invalid slash after the ~ and now its working like a charm again. May you can confirm it.

marinheiromc commented 3 years ago

Working fine know! thanks