F-urkan commited on
Commit
f8b970d
·
verified ·
1 Parent(s): aaf2406

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,6 +1,6 @@
1
  sed -i 's/^#PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config
2
  tailscaled --tun=userspace-networking --socks5-server=localhost:1055 > /dev/null 2>&1 &
3
- echo -e "root\nroot" | passwd root
4
  tailscale up &
5
  sleep 5
6
  service ssh start
 
1
  sed -i 's/^#PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config
2
  tailscaled --tun=userspace-networking --socks5-server=localhost:1055 > /dev/null 2>&1 &
3
+ echo "root:root" | chpasswd
4
  tailscale up &
5
  sleep 5
6
  service ssh start