File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77# https://github.com/qoomon/aws-ssm-ec2-proxy-command/blob/master/README.md
88#
99# Install Proxy Command
10- # - Check Install Steps for aws-ssm-ec2-proxy-command.sh
10+ # - Install aws-ssm-ec2-proxy-command.sh first, see 'Usage' section
1111# - Move this script to ~/.ssh/aws-ssm-ec2-proxy-command-start-instance.sh
12- # - Ensure it is executable (chmod +x ~/.ssh/aws-ssm-ec2-proxy-command.sh)
13- # Add following SSH Config Entry to ~/.ssh/config
12+ # - Ensure it is executable (chmod +x ~/.ssh/aws-ssm-ec2-proxy-command-start-instance .sh)
13+ # Adjust following SSH Config Entry in ~/.ssh/config
1414# host i-* mi-*
1515# IdentityFile ~/.ssh/id_rsa
1616# ProxyCommand ~/.ssh/aws-ssm-ec2-proxy-command-start-instance-start.sh %h %r %p ~/.ssh/id_rsa.pub
8484 > /dev/stderr echo " − State: 🔴 Offline"
8585 start_instance
8686 ~ /.ssh/aws-ssm-ec2-proxy-command.sh $ec2_instance_id $ssh_user $ssh_port $ssh_public_key_path
87- fi
87+ fi
You can’t perform that action at this time.
0 commit comments