Bug#1002691: openssh-client: ssh-agent doesn't get autostarted under wayland
Adrian Friedli <[email protected]>
| Newsgroups | gmane.linux.debian.devel.ssh |
|---|---|
| Message-ID | <b834cd71-0798-3455-51b0-acfc5a49e8de__44890.4786071338$1686683741$gmane$org@koalatux.ch> |
Hi On Mon, 27 Dec 2021 09:47:38 -0500 Michael Meier <[email protected]> wrote: > I'm using wayland with kde plasma on debian testing. Under wayland the ssh > agent doesn't get auto started as it does under x-server. According to google > that seems to be a known issue, but I couldn't find any bug report for debian. > So here it is :-). I'm using plasma wayland on bookworm and it works out of the box since at least half a year now :-) user/ssh-agent.service specifies Before=graphical-session-pre.target user/plasma-core.target specifies Wants=graphical-session-pre.target and After=graphical-session-pre.target and these units are active on my machine: | $ systemctl --user status graphical-session-pre.target | ● graphical-session-pre.target - Session services which should run early before the graphical session is brought up | Loaded: loaded (/usr/lib/systemd/user/graphical-session-pre.target; static) | Active: active since Tue 2023-06-13 15:46:05 CEST; 4h 59min ago | Until: Tue 2023-06-13 15:46:05 CEST; 4h 59min ago | Docs: man:systemd.special(7) | $ systemctl --user status plasma-core.target | ● plasma-core.target - KDE Plasma Workspace Core | Loaded: loaded (/usr/lib/systemd/user/plasma-core.target; static) | Active: active since Tue 2023-06-13 15:46:10 CEST; 5h 11min ago | Until: Tue 2023-06-13 15:46:10 CEST; 5h 11min ago I think this bug can be closed. Cheers, Adi