Answers for "best way to ssh to ec2 instance through public cloud"

0

best way to ssh to ec2 instance through public cloud

# SSH over Session Manager
host i-* mi-*
    ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
Posted by: Guest on December-25-2020

Code answers related to "best way to ssh to ec2 instance through public cloud"

Browse Popular Code Answers by Language