docs: Use more generic URL for netcat

GNU netcat was last updated in 2004. These days, most operating
systems will include either the nmap or OpenBSD variant of the
tool.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Andrea Bolognani 2022-05-24 09:27:45 +02:00
parent d0a5eb59cb
commit bb8abcde2c
2 changed files with 1 additions and 2 deletions

View File

@ -825,7 +825,6 @@ http_sites += 0pointer.de
http_sites += mah.everybody.org http_sites += mah.everybody.org
http_sites += mingw.org http_sites += mingw.org
http_sites += munin.projects.linpro.no http_sites += munin.projects.linpro.no
http_sites += netcat.sourceforge.net
http_sites += www.nimbusproject.org http_sites += www.nimbusproject.org
http_sites += www.sflow.net http_sites += www.sflow.net
http_sites += xmlsoft.org http_sites += xmlsoft.org

View File

@ -55,7 +55,7 @@ Remote libvirt supports a range of transports:
``ssh`` ``ssh``
Transported over an ordinary `ssh (secure Transported over an ordinary `ssh (secure
shell) <https://www.openssh.com/>`__ connection. Requires `Netcat shell) <https://www.openssh.com/>`__ connection. Requires `Netcat
(nc) <http://netcat.sourceforge.net/>`__ installed and libvirtd should be (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 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 <http://mah.everybody.org/docs/ssh>`__) otherwise programs
which use this transport will stop to ask for a password. which use this transport will stop to ask for a password.