1
0
Prechádzať zdrojové kódy

Reinstall halley VPS

DricomDragon 4 rokov pred
rodič
commit
cc194993ed
1 zmenil súbory, kde vykonal 3 pridanie a 2 odobranie
  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: