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
I usually use lazydocker with docker context to avoid having to install the tool on the remote server, this has always work perfectly. But I recently switch to a ssh key on a security key with a pin, and when I try to start lazydocker, I have in a loop the message Enter PIN for ED25519-SK key /mysshkey: that don't let me the time to put the pin.
A similar issue was existing on lazygit and has been resolved in this PR jesseduffield/lazygit#2239
To Reproduce
Use docker context configured to a server in ssh.
Use a ssh key with a pin (I didn't test with a passphrase but it might be the same issue)
Expected behaviour
Lazydocker should ask the pin and the contact or should give the possibility to enter them
Desktop (please complete the following information):
OS: NixOS
Lazydocker Version 0.24.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello,
I usually use lazydocker with docker context to avoid having to install the tool on the remote server, this has always work perfectly. But I recently switch to a ssh key on a security key with a pin, and when I try to start lazydocker, I have in a loop the message
Enter PIN for ED25519-SK key /mysshkey:
that don't let me the time to put the pin.A similar issue was existing on lazygit and has been resolved in this PR jesseduffield/lazygit#2239
To Reproduce
Use docker context configured to a server in ssh.
Use a ssh key with a pin (I didn't test with a passphrase but it might be the same issue)
Expected behaviour
Lazydocker should ask the pin and the contact or should give the possibility to enter them
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: