In Windows, when I connect using SSH in command line, I don’t get pop-up window with the Pageant (PuTTY) public keys.
I also use KeePass, the KeeAgent plugin is installed.
In Windows command line I type:
ssh -v user@111.222.333.444
OpenSSH_9.1p1, OpenSSL 1.1.1s 1 Nov 2022
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to 111.222.333.444 [111.222.333.444] port 22.
debug1: Connection established.
...
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /c/Users/user/.ssh/id_rsa
...
debug1: Next authentication method: password
user@111.222.333.444's password:
I always get password request in command line (and also for Git Extensions Push or Fetch actions).
Problem:
I was not able to get the Pageant’s “Select a key” pop-up window when initiated SSH connection or using git.exe or using Git Extensions to connect to a repo.