I've recently started seeing behaviour whereby I try an SSH operation on the server (typically ssh or git over SSH). and authentication fails.
I then immediately repeat the operation and it succeeds. By "immediately repeat", I mean Arrow-Up, Enter. So it's the exact same environment.
I can't think what the problem could possibly be. But it reliably works the second time.
The same happens for ssh-add -l. It fails, Arrow-Up, Enter, and it succeeds.
I'm not sure that the issue is to do with this extension. But perhaps there's been a recent change and somebody might recognise what the issue could possibly be.
My Chrome SSH agent is forwarded to my server.
I've recently started seeing behaviour whereby I try an SSH operation on the server (typically
ssh
orgit
over SSH). and authentication fails.I then immediately repeat the operation and it succeeds. By "immediately repeat", I mean
Arrow-Up
,Enter
. So it's the exact same environment.I can't think what the problem could possibly be. But it reliably works the second time.
The same happens for
ssh-add -l
. It fails,Arrow-Up
,Enter
, and it succeeds.I'm not sure that the issue is to do with this extension. But perhaps there's been a recent change and somebody might recognise what the issue could possibly be.
Thanks.