-
-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ctrl-Shift-v not working for git SSH key passphrase #1687
Comments
could it be that the key is not getting copied into the clipboard? |
Thanks for the suggestion @tlinford. Just to clarify then, that when I say 'when I quit zellij (Ctrl+q) and retry' I don't copy anything new to the clipboard—I use what was already there and that should have been pasted into the passphrase prompt within zellij. |
and apart from this can you can paste normally? |
Yes. I can paste my SSH key password into the default prompt |
Maybe this is related to bracketed paste?
|
fyi @raphCode: to make sure I could reproduced the issue, I logged out of my account before running the test. On login I opened the GNOME terminal (with |
I'm also having the same issue. Every time I try to use ssh inside zellij it "doesn't allow" me to paste my ssh key's passphrase.
|
Couldn't reproduce it, then I noticed it was still on 0.31.0. |
zellij --version
: zellij 0.31.3stty size
: 36 160uname -av
: Linux jupiter 5.18.17-200.fc36.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 11 14:36:06 UTC 2022 x86_64 x86_64 x86_64 GNU/Linuxgnome-terminal
: Version 3.44.1 for GNOME 42bash
: GNU bash, version 5.1.16(1)-release (x86_64-redhat-linux-gnu)git
: git version 2.37.2openssh
: OpenSSH_8.8p1, OpenSSL 3.0.5 5 Jul 2022I discovered this issue when attempting
$ git pull
on one of my repos—I cannot paste (using Ctrl+Shift+v) my passphrase into zellij when theEnter passphrase for key '/home/xxx/.ssh/id_edxxx':
prompt appears. When I quit zellij (Ctrl+q) and retry, it works as expected.The text was updated successfully, but these errors were encountered: