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