]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* docs/libvir.html: Clarified configuration required for
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 28 Sep 2007 10:24:58 +0000 (10:24 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 28 Sep 2007 10:24:58 +0000 (10:24 +0000)
        remote over ssh.

ChangeLog
docs/libvir.html

index e6e339f989f08bbdc349bae38832bfd25863d388..82a0830da1705e66e346d72d131b41cd98336b3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * src/remote_internal.c: Fix handling of usernames (thanks to
index 9e0276c886be386ddc32113ecd6729a4332a4ea2..343de99dcb338b2a43533b1b5d0b6969e54bbc62 100644 (file)
@@ -1590,8 +1590,8 @@ Remote libvirt supports a range of transports:
  <a href="http://www.openssh.com/" title="OpenSSH homepage">ssh
  (secure shell)</a> connection.
  Requires <a href="http://netcat.sourceforge.net/">Netcat (nc)</a>
- installed on the remote machine, and the remote libvirtd should
be listening on the unix transport.  You should use some sort of
+ installed and libvirtd should be running
on the remote machine.  You should use some sort of
  ssh key management (eg.
  <a href="http://mah.everybody.org/docs/ssh"
  title="Using ssh-agent with ssh">ssh-agent</a>)