summaryrefslogtreecommitdiff
path: root/lxc/debian_roll
diff options
context:
space:
mode:
Diffstat (limited to 'lxc/debian_roll')
-rwxr-xr-xlxc/debian_roll6
1 files changed, 3 insertions, 3 deletions
diff --git a/lxc/debian_roll b/lxc/debian_roll
index 7ea23c3..5ae7b7e 100755
--- a/lxc/debian_roll
+++ b/lxc/debian_roll
@@ -20,9 +20,9 @@ lxc-attach -n $NAME -- adduser $USER --gecos "" --disabled-password
lxc-attach -n $NAME -- bash -c 'echo -e "'$PASS'\n'$PASS'" | passwd $USER'
# setup x11 forwarding
-lxc-attach -n $NAME -- bash -c 'echo "AllowTcpForwarding yes" >> /etc/ssh/sshd_config'
-lxc-attach -n $NAME -- bash -c 'echo "X11UseLocalhost yes" >> /etc/ssh/sshd_config'
-lxc-attach -n $NAME -- systemctl restart sshd
+# lxc-attach -n $NAME -- bash -c 'echo "AllowTcpForwarding yes" >> /etc/ssh/sshd_config'
+# lxc-attach -n $NAME -- bash -c 'echo "X11UseLocalhost yes" >> /etc/ssh/sshd_config'
+# lxc-attach -n $NAME -- systemctl restart sshd
# display info
lxc-info -n $NAME