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:
parent
54838d2374
commit
20dfe86beb
20
.ssh/config
Normal file
20
.ssh/config
Normal 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
|
Loading…
Reference in New Issue
Block a user