Przeglądaj źródła

Switched to Gandalf

David Witham 4 lat temu
rodzic
commit
974a6f0eee
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      backup_to_server.psm1

+ 1 - 1
backup_to_server.psm1

@@ -76,7 +76,7 @@ function backup_to_server {
 
         # Config file
         $config_file = Join-Path $env:TEMP backup_script.txt
-        Set-Content $config_file "open sftp://bethany@thorin/ -hostkey=""ssh-ed25519 256 1d0dZTuF/AnK1iGlgjJnT2WEqcpJ6mGKQ4G8A9klmRA"" -privatekey=""$key_file"""
+        Set-Content $config_file "open sftp://bethany@gandalf/ -hostkey=""ssh-ed25519 256 unhOA2cFNFx/xmUsqSihnsnEimflWnma9wJMVH2Enuc"" -privatekey=""$key_file"""
         Add-Content $config_file "option batch continue"
         
         # Sync to server