Skip to content

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

https://www-seei-biz.translate.goog/use-virt-manager-as-a-non-root-user-on-linux/?_x_tr_sl=en&_x_tr_tl=es&_x_tr_hl=es&_x_tr_pto=tc

Clone this wiki locally