소스 검색

Switched to Gandalf

David Witham 4 년 전
부모
커밋
974a6f0eee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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