From e72ad1c2891815f9b9f394e08ad4ae333b1333ee Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 24 Oct 2019 11:59:41 -0500 Subject: [PATCH] .ssh: Import SSH config into dotfiles --- .ssh/config | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) mode change 120000 => 100644 .ssh/config diff --git a/.ssh/config b/.ssh/config deleted file mode 120000 index 8e60196c..00000000 --- a/.ssh/config +++ /dev/null @@ -1 +0,0 @@ -../Nextcloud/sshconfig \ No newline at end of file diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 00000000..79a002e7 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,18 @@ +# Remote machines +Host assburgers.club + HostName assburgers.club + Port 22 + User salt + 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 + Compression yes