Skip to content

Instantly share code, notes, and snippets.

@jaysoncena
Created September 10, 2018 12:29
Show Gist options
  • Save jaysoncena/02c830c39376d3cc42d2e22608973244 to your computer and use it in GitHub Desktop.
Save jaysoncena/02c830c39376d3cc42d2e22608973244 to your computer and use it in GitHub Desktop.
ssh client config
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