-
-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
more info neededMore information needed to proceedMore information needed to proceed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
more info neededMore information needed to proceedMore information needed to proceed