From: Peter Krempa Date: Tue, 8 Oct 2024 08:30:07 +0000 (+0200) Subject: docs: remote: Replace broken link to article about 'ssh-agent' X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=86185359903fdd54c0513a319455f0f60614f790;p=libvirt.git docs: remote: Replace broken link to article about 'ssh-agent' The documentation about remote access to libvirt was pointing to a blog post about usage of the 'ssh-agent' to avoid being asked for passwords. The blog/host is now unfortunately defunct thus the link is dead. Replace the link by the official man page of the 'ssh-agent' program. This convenietnly removes the last non-'https' link on our web. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/docs/remote.rst b/docs/remote.rst index ab11405d56..8fb7f1e2ad 100644 --- a/docs/remote.rst +++ b/docs/remote.rst @@ -57,7 +57,7 @@ Remote libvirt supports a range of transports: shell) `__ connection. Requires `Netcat (nc) `__ installed and libvirtd should be running on the remote machine. You should use some sort of ssh key management - (eg. `ssh-agent `__) otherwise programs + (eg. `ssh-agent `__) otherwise programs which use this transport will stop to ask for a password. ``ext`` Any external program which can make a connection to the remote machine by