Skip to content

Commit bf5a9b2

Browse files
authored
Update aws-ssm-ec2-proxy-command-start-instance.sh
1 parent fe1bec0 commit bf5a9b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aws-ssm-ec2-proxy-command-start-instance.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
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
@@ -84,4 +84,4 @@ else
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

0 commit comments

Comments
 (0)