So I have a remote machine running Debian 12.9.0 (by remote I mean a machine in another room on the same local network) with Gnome Remote Desktop enabled. It seems it doesn't remember the authentication password when I restart the machine, but I solved that by adding a task to crontab like so:
This works, but only if the remote machine has automatic login (for the user) switched off, so I have to go downstairs to unlock the login keyring. How can I make it so that the remote machine automatically logs in the user, as well as unlock the login keyring? I tried some things with the gnome-keyring-daemon, but to no avail...
Code:
@reboot grdctl rdp set-credentials <mylogin> <mypassword>
Statistics: Posted by deb_user — 2025-02-23 00:11 — Replies 0 — Views 23