Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    ssh [2015/10/30 09:34] zagi [Fail2Ban]  | 
                
                    ssh [2016/08/04 09:37] (current) zagi [other SSH stuff]  | 
            ||
|---|---|---|---|
| Line 166: | Line 166: | ||
| - | ==== other ===== | + | ===== other SSH stuff ====== | 
| use EF DSCP in ssh: | use EF DSCP in ssh: | ||
| Line 172: | Line 172: | ||
|   ~/ |   ~/ | ||
| IPQoS ef | IPQoS ef | ||
| + |    | ||
| + | use jump host | ||
| + | |||
| + |   ~/ | ||
| + | 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 | ||

