From dbd8f037e7b5c77bb2c98d659d49ef5cc2d1ccfb Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 28 Sep 2007 10:24:58 +0000 Subject: [PATCH] * docs/libvir.html: Clarified configuration required for remote over ssh. --- ChangeLog | 5 +++++ docs/libvir.html | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e6e339f989..82a0830da1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 28 11:20:00 BST 2007 Richard W.M. Jones + + * docs/libvir.html: Clarified configuration required for + remote over ssh. + Tue Sep 25 14:45:00 BST 2007 Richard W.M. Jones * src/remote_internal.c: Fix handling of usernames (thanks to diff --git a/docs/libvir.html b/docs/libvir.html index 9e0276c886..343de99dcb 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -1590,8 +1590,8 @@ Remote libvirt supports a range of transports: ssh (secure shell) connection. Requires Netcat (nc) - 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. ssh-agent) -- GitLab