you might know me from https://masto.ezhevita.dev/@ezhevita
also you should check which ssh version is installed by checking `. "$Env:WinDir\System32\OpenSSH\ssh.exe" -V`, it should be larger than v8.9
all commands are intended for powershell btw
also you should check which ssh version is installed by checking `. "$Env:WinDir\System32\OpenSSH\ssh.exe" -V`, it should be larger than v8.9
all commands are intended for powershell btw
Git is using the wrong OpenSSH! And you can fix it by `git config --global gpg.ssh.program "$Env:WinDir\System32\OpenSSH\ssh-keygen.exe"`
Git is using the wrong OpenSSH! And you can fix it by `git config --global gpg.ssh.program "$Env:WinDir\System32\OpenSSH\ssh-keygen.exe"`