ssh-agent is only started for Xorg not Wayland on Fedora 29
After upgrading from Fedora 28 to 29 I tried using ssh from Gnome and I was not prompted to unlock my ssh key with the GUI anymore.
I found that the environment variables SSH_AUTH_SOCK
and SSH_AGENT_PID
where not set and ssh-agent was not running.
I found this bug report about it from 2015 but it appears nothing may have been done. https://bugzilla.redhat.com/show_bug....
It works find if I switch from the default of Wayland to Gnome on Xorg using the gear icon on the gdm login screen.
I also did a clean installation of Fedora 29 in a VM and the same issue exists there.
Is there a way to configure Wayland to run ssh-agent automatically at login the way it is already being done with Xorg?