Browse Source

Use the same server ssh id for all my servers

DricomDragon 4 năm trước cách đây
mục cha
commit
1c3643feb1
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  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