Differences
This shows you the differences between two versions of the page.
misc:ssh_config [2017/04/26 19:13] jamesdro created |
misc:ssh_config [2017/05/05 15:23] (current) jamesdro Update ssh config |
||
---|---|---|---|
Line 4: | Line 4: | ||
<file text ssh_config> | <file text ssh_config> | ||
### UBNetDef | ### UBNetDef | ||
- | Host ubnetdef.org | + | Host bastion-gretzky |
User xxx | User xxx | ||
- | IdentityFile ~/.ssh/ubnetdef_rsa | + | HostName gretzky.cse.buffalo.edu |
+ | IdentityFile ~/.ssh/id_rsa | ||
+ | ProxyCommand ssh -W %h:%p timberlake.cse.buffalo.edu | ||
+ | |||
+ | Host *.ubnetdef.net | ||
+ | User xxx | ||
+ | IdentityFile ~/.ssh/id_rsa | ||
+ | ProxyCommand ssh -W %h:%p bastion-gretzky | ||
Host *.netdef | Host *.netdef | ||
- | IdentityFile ~/.ssh/ubnetdef_rsa | + | User xxx |
+ | IdentityFile ~/.ssh/id_rsa | ||
+ | ProxyCommand ssh -W %h:%p bastion-gretzky | ||
Host iscsi1.netdef | Host iscsi1.netdef | ||
Line 22: | Line 31: | ||
User xxx | User xxx | ||
HostName cdr-iscsi3.cse.buffalo.edu | HostName cdr-iscsi3.cse.buffalo.edu | ||
- | |||
- | Host gretzky.netdef | ||
- | User xxx | ||
- | HostName gretzky.cse.buffalo.edu | ||
- | ProxyCommand ssh -W %h:%p timberlake.cse.buffalo.edu | ||
- | |||
- | Host monitor.netdef | ||
- | User xxx | ||
- | Hostname cdr-monitor.cse.buffalo.edu | ||
- | |||
- | Host web.netdef | ||
- | User xxx | ||
- | HostName net-def.cse.buffalo.edu | ||
- | |||
- | Host dns.netdef | ||
- | User xxx | ||
- | HostName 192.168.0.2 | ||
- | ProxyCommand ssh -W %h:%p gretzky.netdef | ||
- | |||
- | Host tv.netdef | ||
- | User xxx | ||
- | HostName 192.168.1.200 | ||
- | ProxyCommand ssh -W %h:%p gretzky.netdef | ||
</file> | </file> |