Spaces:
Sleeping
Sleeping
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
passwd
|
| 2 |
sed -i 's/^#PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config
|
| 3 |
tailscaled --tun=userspace-networking --socks5-server=localhost:1055 > /dev/null 2>&1 &
|
|
|
|
| 1 |
+
rm pre.sh
|
| 2 |
+
rm install.sh
|
| 3 |
passwd
|
| 4 |
sed -i 's/^#PermitRootLogin.*/PermitRootLogin yes/' /etc/ssh/sshd_config
|
| 5 |
tailscaled --tun=userspace-networking --socks5-server=localhost:1055 > /dev/null 2>&1 &
|