SSH - Bypass Instructions Final
SSH - Bypass Instructions Final
5. Select the Amazon Machine Image (AMI) to create: Ubuntu Server 14.04 LTS (HVM)
7. Press Launch
8. Select Create a new key pair with a key pair name (ex. ssh_bypass). Press the "Download Key Pair"
button. Make sure that "ssh_bypass.pem" is downloaded. Select Launch Instance
10. Click on the newly created instance and wait until the the Status Checks display "2/2 checks...". Find
the field that states Public DNS and copy it down.
11. Click on Security Groups tab, select the security group (should be most recently created one), select
Inbound tab, press Edit
12. Press Add Rule, and then fill in a new rule, Save
14. Open up the SSH port to allow for access from port 443
sudo sed -i 's_Port 22_Port 443_' /etc/ssh/sshd_config
15. Restart SSH session
sudo service sshd restart
Conclusion
If you are able to successfully SSH into the server, then congratulations! From SSH'ing into this
new server, you are now able to SSH from there into any server. This is due to Port 443 not blocked on
many networks, and allowing this method an alternative way out.