qoomon / aws-ssm-ec2-proxy-command

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

No longer pushes authorized key after change on 5/11/2021 #9

Closed bgiaccio closed 3 years ago

bgiaccio commented 3 years ago

The SSM to push the authorized key was changed from cd ~${ssh_user}/.ssh to cd $_ but it needs to be escaped

qoomon commented 3 years ago

sorry my bad. just merged your PR #10