Created
September 10, 2018 12:29
-
-
Save jaysoncena/02c830c39376d3cc42d2e22608973244 to your computer and use it in GitHub Desktop.
ssh client config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host users.ncl.sg | |
User jcena096 | |
LocalForward 5901 n1.network2.CS4238-18-01.ncl.sg:5901 | |
LocalForward 5902 n2.network2.CS4238-18-01.ncl.sg:5902 | |
LocalForward 11002 n1.network2.CS4238-18-01.ncl.sg:11002 | |
LocalForward 11003 n1.network2.CS4238-18-01.ncl.sg:11003 | |
LocalForward 11004 n1.network2.CS4238-18-01.ncl.sg:11004 | |
LocalForward 11005 n1.network2.CS4238-18-01.ncl.sg:11005 | |
LocalForward 11006 n1.network2.CS4238-18-01.ncl.sg:11006 | |
LocalForward 11007 n1.network2.CS4238-18-01.ncl.sg:11007 | |
LocalForward 11008 n1.network2.CS4238-18-01.ncl.sg:11008 | |
LocalForward 11009 n1.network2.CS4238-18-01.ncl.sg:11009 | |
Host n?.network?.CS4238-18-01.ncl.sg | |
User jcena096 | |
ProxyCommand ssh users.ncl.sg nc %h %p -w90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment