-
Notifications
You must be signed in to change notification settings - Fork 0
Setting Up VirtManager
Jorge Pérez edited this page Dec 13, 2024
·
2 revisions
Add to the config file ~/.ssh/config
AddKeysToAgent yes
Add this to the file /usr/lib/systemd/user/ssh-agent .service
[Install]
WantedBy=default.target
systemctl --user enable ssh-agent
systemctl --user start ssh-agent