File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
# https://github.com/qoomon/aws-ssm-ec2-proxy-command/blob/master/README.md
8
8
#
9
9
# 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
11
11
# - 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
14
14
# host i-* mi-*
15
15
# IdentityFile ~/.ssh/id_rsa
16
16
# ProxyCommand ~/.ssh/aws-ssm-ec2-proxy-command-start-instance-start.sh %h %r %p ~/.ssh/id_rsa.pub
84
84
> /dev/stderr echo " − State: 🔴 Offline"
85
85
start_instance
86
86
~ /.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