SSH: Add config

I'm leaking a little info about my network, but it's acceptable
All of these hosts only accept pubkey auth
This commit is contained in:
Salt 2018-07-31 20:32:27 -05:00
parent 54838d2374
commit 20dfe86beb

20
.ssh/config Normal file
View File

@ -0,0 +1,20 @@
Host lap-e560-obsd-0
HostName 192.168.200.2
Port 22
User salt
ForwardX11 yes
Compression yes
Host dsk-cstm-0
HostName 192.168.1.151
Port 22
User salt
ForwardX11 yes
Compression yes
Host srv-cstm-0
HostName 192.168.1.137
Port 22
User salt
ForwardX11 yes
Compression yes