Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
robhenley
12 months agoNew Contributor
OP AWS CLI Plugin with AWS SSM via SSH config
I just started using the AWS CLI Plugin which works great. I can for example run aws s3 ls with no problems. The issue that I haven't managed to solve yet is how do I use it with SSH over AWS SSM...
robhenley
12 months agoNew Contributor
UPDATE: It turns out the following command was working:
ProxyCommand sh -c "op plugin run -- aws --region <region> --profile default ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
There was just an issue with the specific instance I tried to connect to. Carry on folks!