2006-05-08 21:36:19 by steve
Updated ssh copying example to actually work. /.ssh != /root/.ssh
This commit is contained in:
parent
9545c87a85
commit
75e272dc06
@ -423,10 +423,10 @@ Install an X11 server, using VNC and XDM
|
||||
|
||||
=for example start
|
||||
|
||||
mkdir -p /etc/xen-tools/skel/.ssh
|
||||
chmod 700 /etc/xen-tools/skel/.ssh
|
||||
cp /root/.ssh/id_rsa.pub /etc/xen-tools/skel/.ssh/authorized_keys2
|
||||
chmod 644 /etc/xen-tools/skel/.ssh/authorized_keys2
|
||||
mkdir -p /etc/xen-tools/skel/root/.ssh
|
||||
chmod -R 700 /etc/xen-tools/skel/root
|
||||
cp /root/.ssh/id_rsa.pub /etc/xen-tools/skel/root/.ssh/authorized_keys2
|
||||
chmod 644 /etc/xen-tools/skel/root/.ssh/authorized_keys2
|
||||
|
||||
=for example cut
|
||||
|
||||
@ -439,7 +439,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.113 2006-05-08 20:54:35 steve Exp $
|
||||
$Id: xen-create-image,v 1.114 2006-05-08 21:36:19 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -1074,7 +1074,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.113 $';
|
||||
my $REVISION = '$Revision: 1.114 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user