Searched refs:u_path (Results 1 - 2 of 2) sorted by relevance

/lxc/templates/
H A Dlxc-sshd.in110 u_path="/root/.ssh"
111 root_u_path="$rootfs/$u_path"
114 chown -R 0:0 "$rootfs/$u_path"
115 chmod 700 "$rootfs/$u_path"
116 echo "Inserted SSH public key from $auth_key into $rootfs/$u_path"
H A Dlxc-ubuntu.in189 u_path="/home/${user}/.ssh"
190 root_u_path="$rootfs/$u_path"
193 chroot $rootfs chown -R ${user}: "$u_path"

Completed in 8 milliseconds