Skip to content
Snippets Groups Projects
Commit 56469051 authored by nimrod's avatar nimrod
Browse files

SSH config: Use port 443 for ns1.shore.co.il.

New development, use the HTTPS port! Allows to break through firewalls
and restricted networks.
parent 423d1e09
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,11 @@
# vim:ft=sshconfig
# shore.co.il infrastructure
Host ns1.shore.co.il
Port 443
Host host01.shore.co.il kodi.shore.co.il ea6350.shore.co.il git.shore.co.il
ProxyCommand ssh ns1.shore.co.il -W %h:%p
ProxyCommand ssh -p 443 ns1.shore.co.il -W %h:%p
Host host01.shore.co.il ns4.shore.co.il
LocalForward 9090 localhost:9090
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment