Selaa lähdekoodia

Reinstall halley VPS

DricomDragon 4 vuotta sitten
vanhempi
commit
cc194993ed
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      Install/Templates/home/ssh/config

+ 3 - 2
Install/Templates/home/ssh/config

@@ -45,8 +45,9 @@ HostName nuage.hersemeule.ovh
 # My OVH servers
 ## Halley VPS
 Host halley
-IdentityFile ~/.ssh/id_server_eddsa
-HostName git.jovian-hersemeule.eu
+User debian
+IdentityFile ~/.ssh/id_ovh_eddsa
+HostName vps-bd69b1b4.vps.ovh.net
 AddressFamily inet
 
 # vim: set syntax=sshconfig: