Skip to content

Instantly share code, notes, and snippets.

@aaronlidman
Created September 19, 2013 07:00
Show Gist options
  • Save aaronlidman/6619935 to your computer and use it in GitHub Desktop.
Save aaronlidman/6619935 to your computer and use it in GitHub Desktop.
Fix ssh port for public wifi
vi /etc/ssh/sshd_config
Add: Port 443
/etc/init.d/ssh restart
@aaronlidman
Copy link
Author

then use: ssh -p 443 [and everything else as normal]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment