From 004db65f4a247daf8ea6f735e37836ae98728a06 Mon Sep 17 00:00:00 2001 From: GoFish Date: Sat, 12 Dec 2020 20:53:36 +0000 Subject: [PATCH] Try to fix issue: ssh variant 'simple' does not support setting port --- windows_to_go.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/windows_to_go.ps1 b/windows_to_go.ps1 index 9cfe24e..7001229 100644 --- a/windows_to_go.ps1 +++ b/windows_to_go.ps1 @@ -45,6 +45,7 @@ if (Test-Path -Path "$env:userprofile\password-store\*") { } # Clone pass repo for QtPass +$env:GIT_SSH_VARIANT="ssh" $env:GIT_SSH_COMMAND="C:\Windows\System32\OpenSSH\ssh.exe -o StrictHostKeyChecking=no -i `"$env:userprofile\.ssh\windows_to_go_ssh_pass_ed25519`"" if (Test-Path -Path "$env:userprofile\password-store" -PathType Container) { cd "$env:userprofile\password-store"