From 7b5d6abb1057846e2fe44baad383d6e13d3a3593 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 29 Dec 2018 16:08:30 -0600 Subject: [PATCH] SSH: Move config to Dropbox sync I've got some machines in there that don't need to be leaked, now. --- .ssh/config | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) mode change 100644 => 120000 .ssh/config diff --git a/.ssh/config b/.ssh/config deleted file mode 100644 index 6337b823..00000000 --- a/.ssh/config +++ /dev/null @@ -1,23 +0,0 @@ -Host vm-private - HostName 192.168.200.2 - Port 22 - User salt - Compression yes - -Host dsk-cstm-0 - HostName 192.168.1.151 - Port 22 - User salt - Compression yes - -Host srv-cstm-0 - HostName 192.168.1.137 - Port 22 - User salt - Compression yes - -Host switch-0 - HostName 192.168.1.137 - Port 22 - User alarm - Compression yes diff --git a/.ssh/config b/.ssh/config new file mode 120000 index 00000000..f43d4c17 --- /dev/null +++ b/.ssh/config @@ -0,0 +1 @@ +../Dropbox/sshconfig \ No newline at end of file