Procházet zdrojové kódy

Use the same server ssh id for all my servers

DricomDragon před 4 roky
rodič
revize
1c3643feb1
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  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