Win11 SSH Agent: ssh_get_authentication_socket: No such file or directory
citylightslockyogurt
Community Member
in SSH
I found https://1password.community/discussion/128179/i-cant-get-1pass-ssh-agent-working-at-all-on-windows this post and am running into what appears to be a related issue.
- It used to work, but sometime in the last few months stopped (I haven't been on a windows machine in a while so I'm not quite sure when it broke)
- Powershell 7.3.6
- Nothing appears in
%applocaldata%/1Password/logs
. JustINFO 2023-08-21T10:21:52.070 ThreadId(14) [client:typescript] 1Password is already running, closing.
gci | sort name
shows that neither SSH_AUTH_SOCK nor IdentityAgent are setssh-add -l
shows the expected list of keys- Replicated on both latest beta and latest prod build
We are indeed using Win11's builtin OpenSSH:
(base) PS C:\Users\smicr> (gcm ssh.exe).Path C:\WINDOWS\System32\OpenSSH\ssh.exe
Using the beta build and adding the
ssh-diagnostics
directory produces no logs
From the terminal:
(base) PS C:\Users\smicr> ssh -Tv git@github.com OpenSSH_for_Windows_8.6p1, LibreSSL 3.4.3 debug1: Reading configuration data C:\\Users\\smicr/.ssh/config debug1: C:\\Users\\smicr/.ssh/config line 1: Applying options for * debug1: C:\\Users\\smicr/.ssh/config line 5: Applying options for github.com debug1: C:\\Users\\smicr/.ssh/config line 39: Applying options for * debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling debug1: Connecting to github.com [64:ff9b::14cd:f3a6] port 22. debug1: connect to address 64:ff9b::14cd:f3a6 port 22: Connection timed out debug1: Connecting to github.com [20.205.243.166] port 22. debug1: Connection established. debug1: identity file C:\\Users\\smicr/.ssh/id_rsa type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_rsa-cert type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_dsa type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_dsa-cert type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_ecdsa type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_ecdsa-cert type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_ecdsa_sk type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_ed25519 type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_ed25519-cert type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_ed25519_sk type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_ed25519_sk-cert type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_xmss type -1 debug1: identity file C:\\Users\\smicr/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_for_Windows_8.6 debug1: Remote protocol version 2.0, remote software version babeld-9ff4dbf2 debug1: compat_banner: no match: babeld-9ff4dbf2 debug1: Authenticating to github.com:22 as 'git' debug1: load_hostkeys: fopen C:\\Users\\smicr/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen __PROGRAMDATA__\\ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen __PROGRAMDATA__\\ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU debug1: load_hostkeys: fopen C:\\Users\\smicr/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen __PROGRAMDATA__\\ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen __PROGRAMDATA__\\ssh/ssh_known_hosts2: No such file or directory debug1: Host 'github.com' is known and matches the ED25519 host key. debug1: Found key in C:\\Users\\smicr/.ssh/known_hosts:1 debug1: rekey out after 134217728 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: rekey in after 134217728 blocks debug1: pubkey_prepare: ssh_get_authentication_socket: No such file or directory debug1: Will attempt key: C:\\Users\\smicr/.ssh/id_rsa debug1: Will attempt key: C:\\Users\\smicr/.ssh/id_dsa debug1: Will attempt key: C:\\Users\\smicr/.ssh/id_ecdsa debug1: Will attempt key: C:\\Users\\smicr/.ssh/id_ecdsa_sk debug1: Will attempt key: C:\\Users\\smicr/.ssh/id_ed25519 debug1: Will attempt key: C:\\Users\\smicr/.ssh/id_ed25519_sk debug1: Will attempt key: C:\\Users\\smicr/.ssh/id_xmss debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa> debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Trying private key: C:\\Users\\smicr/.ssh/id_rsa debug1: Trying private key: C:\\Users\\smicr/.ssh/id_dsa debug1: Trying private key: C:\\Users\\smicr/.ssh/id_ecdsa debug1: Trying private key: C:\\Users\\smicr/.ssh/id_ecdsa_sk debug1: Trying private key: C:\\Users\\smicr/.ssh/id_ed25519 debug1: Trying private key: C:\\Users\\smicr/.ssh/id_ed25519_sk debug1: Trying private key: C:\\Users\\smicr/.ssh/id_xmss debug1: No more authentication methods to try. git@github.com: Permission denied (publickey).
1Password Version: 1Password for Windows 8.10.9 (81009046)
Extension Version: N/A
OS Version: Windows 11
Browser: N/A
0
Comments
-
Could you share your
ssh -G git@github.com
output?0
This discussion has been closed.