Summary: | SSH connection with key not working in Wayland session | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Alex <acerlmt> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | mss |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alex
2024-06-27 19:15:38 UTC
I am not 100% sure but I guess you expect the ksshaskpass prompt to pop up? Then the issue is in upstream OpenSSH (and will be fixed in some future version, cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068044) which doesn't recognize Wayland sessions as graphical sessions and thus never starts the askpass process. You can try env SSH_ASKPASS_REQUIRE=force ssh -i /path/to/key.pem root@<ip> -p 22 to see if that solves your issue. If that doesn't solve it it is probably some other local configuration issue and you should ask on https://discuss.kde.org/tag/neon or https://webchat.kde.org/#/room/#kde-neon-users:kde.org for help. (In reply to Malte S. Stretz from comment #1) > I am not 100% sure but I guess you expect the ksshaskpass prompt to pop up? Yep > env SSH_ASKPASS_REQUIRE=force ssh -i /path/to/key.pem root@<ip> -p 22 not solves issue > If that doesn't solve it it is probably some other local configuration issue and you should ask on https://discuss.kde.org/tag/neon or https://webchat.kde.org/#/room/#kde-neon-users:kde.org for help. OK, but it strange that bug in KDE Wayland session not interesting for `bugs.kde.org`🤷🏻♂️ |