]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: remote: Replace broken link to article about 'ssh-agent'
authorPeter Krempa <pkrempa@redhat.com>
Tue, 8 Oct 2024 08:30:07 +0000 (10:30 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Oct 2024 14:00:44 +0000 (16:00 +0200)
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 <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/remote.rst

index ab11405d5607cba28c08010a39d3ee28600f6d83..8fb7f1e2adedc54e22383c797f03ce3209cf4b2b 100644 (file)
@@ -57,7 +57,7 @@ Remote libvirt supports a range of transports:
    shell) <https://www.openssh.com/>`__ connection. Requires `Netcat
    (nc) <https://en.wikipedia.org/wiki/Netcat>`__ installed and libvirtd should be
    running on the remote machine. You should use some sort of ssh key management
-   (eg. `ssh-agent <http://mah.everybody.org/docs/ssh>`__) otherwise programs
+   (eg. `ssh-agent <https://man.openbsd.org/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