Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ssh [2010/05/01 23:52]
a
ssh [2016/08/04 09:37] (current)
zagi [other SSH stuff]
Line 165: Line 165:
       action = %(action_mw)s\\       action = %(action_mw)s\\
  
 +
 +===== other SSH stuff ======
 +
 +use EF DSCP in ssh:
 +
 +  ~/.ssh/config
 +  IPQoS ef
 +  
 +use jump host
 +
 +  ~/.ssh/config
 +  Host finalhost
 +  HostName finalhost
 +  User userfinal
 +  ProxyCommand ssh proxyuser@proxyhost nc %h %p
 +
 +then one can simply type
 +
 +  ssh finalhost 
 +to ssh via proxyhost to final destination host
 +
 +
 +using same options for multiple hosts in same domain
 +
 +   Host switch* router* myrouter* cmts*
 +
 +no need to type FQDN for switch-somethingsomething
ssh.1272750764.txt.gz ยท Last modified: 2010/05/01 23:52 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready