|
@@ -7,18 +7,22 @@ IdentityFile ~/.ssh/id_isf_rsa
|
|
|
# My own servers
|
|
|
## Jupiter
|
|
|
Host jupiter.local
|
|
|
+IdentityFile ~/.ssh/id_rsa
|
|
|
Port 7025
|
|
|
HostName 192.168.1.101
|
|
|
|
|
|
Host jupiter
|
|
|
+IdentityFile ~/.ssh/id_rsa
|
|
|
Port 7025
|
|
|
HostName jovian-hersemeule.eu
|
|
|
|
|
|
## March
|
|
|
Host march.local
|
|
|
+IdentityFile ~/.ssh/id_rsa
|
|
|
Port 7026
|
|
|
HostName 192.168.1.104
|
|
|
|
|
|
Host march
|
|
|
+IdentityFile ~/.ssh/id_rsa
|
|
|
Port 7026
|
|
|
HostName jovian-hersemeule.eu
|