From d3c64cc1385d1d18f17c60a0a9894a13853f8912 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 7 Mar 2020 17:44:34 -0600 Subject: [PATCH] SSH: Add new configs --- .ssh/config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.ssh/config b/.ssh/config index 2138bd57..794c0a84 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,23 +1,25 @@ # Remote machines +Host mc-mod-1.9iron.club + HostName 9iron.club +Host 9iron.club + HostName 9iron.club Host assburgers.club HostName assburgers.club Port 22 User salt - Compression yes Host umec-dietpi HostName 10.243.198.176 Port 22 User dietpi - Compression yes # Local address-reserved machines Host dsk-cstm-0 HostName 192.168.1.151 Port 22 User salt - Compression yes - Host lap-th-e560-0 HostName 192.168.1.152 Port 22 User salt + +Host * Compression yes