2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 12:39:31 +00:00

lxc-ssh: fix message about ssh key insertion

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Serge Hallyn
2012-11-13 17:19:13 -06:00
parent d7436fc1df
commit ca0a33644a

View File

@@ -96,7 +96,7 @@ EOF
cp $auth_key "$root_u_path/authorized_keys"
chown -R 0:0 "$rootfs/$u_path"
chmod 700 "$rootfs/$u_path"
echo "Inserted SSH public key from $auth_key into /home/ubuntu/.ssh/authorized_keys"
echo "Inserted SSH public key from $auth_key into $rootfs/$u_path"
fi
return 0