misc:ssh_config

SSH Config

This is James' SSH config to access our internal infrastructure.

ssh_config
### UBNetDef
Host ubnetdef.org
	User xxx
	IdentityFile ~/.ssh/ubnetdef_rsa
 
Host *.netdef
	IdentityFile ~/.ssh/ubnetdef_rsa
 
Host iscsi1.netdef
	User xxx
	HostName cdr-iscsi1.cse.buffalo.edu
 
Host iscsi2.netdef
	User xxx
	HostName cdr-iscsi2.cse.buffalo.edu
 
Host iscsi3.netdef
	User xxx
	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
  • misc/ssh_config.1493233990.txt.gz
  • Last modified: 2017/04/26 19:13
  • by jamesdro