diff --git a/_ssh_config b/_ssh_config new file mode 100644 index 0000000..790fe62 --- /dev/null +++ b/_ssh_config @@ -0,0 +1,22 @@ +Host nas + HostName xbudex.homelinux.com + User buddy + Port 28475 + ServerAliveInterval 10 + +Host public + HostName xbudex.homelinux.com + User public + Port 28475 + ServerAliveInterval 10 + +Host xbmc + HostName xbmc + User mediaman + ServerAliveInterval 10 + +Host bmdev bmdev.local 192.168.56.20 + HostName 192.168.56.20 + User root + ForwardAgent yes +