Explorar o código

Use the same server ssh id for all my servers

DricomDragon %!s(int64=4) %!d(string=hai) anos
pai
achega
1c3643feb1
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      Install/Templates/home/ssh/config

+ 4 - 4
Install/Templates/home/ssh/config

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