* docs/libvir.html: Clarified configuration required for

remote over ssh.
This commit is contained in:
Richard W.M. Jones 2007-09-28 10:24:58 +00:00
parent 91076f111b
commit dbd8f037e7
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Fri Sep 28 11:20:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* docs/libvir.html: Clarified configuration required for
remote over ssh.
Tue Sep 25 14:45:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> Tue Sep 25 14:45:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* src/remote_internal.c: Fix handling of usernames (thanks to * src/remote_internal.c: Fix handling of usernames (thanks to

View File

@ -1590,8 +1590,8 @@ Remote libvirt supports a range of transports:
<a href="http://www.openssh.com/" title="OpenSSH homepage">ssh <a href="http://www.openssh.com/" title="OpenSSH homepage">ssh
(secure shell)</a> connection. (secure shell)</a> connection.
Requires <a href="http://netcat.sourceforge.net/">Netcat (nc)</a> Requires <a href="http://netcat.sourceforge.net/">Netcat (nc)</a>
installed on the remote machine, and the remote libvirtd should installed and libvirtd should be running
be listening on the unix transport. You should use some sort of on the remote machine. You should use some sort of
ssh key management (eg. ssh key management (eg.
<a href="http://mah.everybody.org/docs/ssh" <a href="http://mah.everybody.org/docs/ssh"
title="Using ssh-agent with ssh">ssh-agent</a>) title="Using ssh-agent with ssh">ssh-agent</a>)