We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FYI if anyone needs it:
Keychain recently stopped working for me on a KDE Neon machine that's just been updated to plasma6+wayland.
Previously I'd been using something like this in my .bashrc:
eval 'keychain --agents ssh --eval ~/.ssh/authentication-key ~/.ssh/signing-key'
That works fine on x11, but after a bit of trial and error I found I needed to change the inherit behaviour - this works for wayland sessions:
eval 'keychain --inherit any-once --agents ssh --eval ~/.ssh/authentication-key ~/.ssh/signing-key'
I'm not too clear on ssh forwarding so if anyone can explain I'd appreciate it.
Cheers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FYI if anyone needs it:
Keychain recently stopped working for me on a KDE Neon machine that's just been updated to plasma6+wayland.
Previously I'd been using something like this in my .bashrc:
eval 'keychain --agents ssh --eval ~/.ssh/authentication-key ~/.ssh/signing-key'
That works fine on x11, but after a bit of trial and error I found I needed to change the inherit behaviour - this works for wayland sessions:
eval 'keychain --inherit any-once --agents ssh --eval ~/.ssh/authentication-key ~/.ssh/signing-key'
I'm not too clear on ssh forwarding so if anyone can explain I'd appreciate it.
Cheers
The text was updated successfully, but these errors were encountered: