diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 00000000..89437208 --- /dev/null +++ b/.ssh/config @@ -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