]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-ssh: fix message about ssh key insertion
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 13 Nov 2012 23:19:13 +0000 (17:19 -0600)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 13 Nov 2012 23:19:13 +0000 (17:19 -0600)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-sshd.in

index 4f8d50407e6a90e8432e9e74fa1812e38bfc9f4e..7ba642d664df65ae2e24a166ea240ccf18428cbb 100644 (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