You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ssh myhost works fine and doesn't prompt me for my ssh key passphrase, whereas connecting through wishlist asks me everytime. Also, authentication fails if I do not specify IdentityFile in my config. I took a quick look at client_auth.go, it seems that wishlist connects to ssh-agent through the socket specified in $SSH_AUTH_SOCK, which seems work a bit differently on windows, with communication happening over a named pipe instead of unix socket. Is support for the Windows OpenSSH agent planned?
Trying to connect to one of my hosts in
~/.ssh/config
, I noticed that doesn't seem to support authentication withssh-agent
on Windows.The text was updated successfully, but these errors were encountered: