Skip to content
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

Keychain on Wayland #148

Open
ldpercy opened this issue Mar 11, 2024 · 0 comments
Open

Keychain on Wayland #148

ldpercy opened this issue Mar 11, 2024 · 0 comments

Comments

@ldpercy
Copy link

ldpercy commented Mar 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant