Update setup-tailscale.sh
This commit is contained in:
parent
c324799387
commit
442ed95fb3
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ cat > /etc/ssh/sshd_config << EOF
|
|||
# SSH Configuration
|
||||
Port 22
|
||||
ListenAddress ${TAILSCALE_IP}
|
||||
PermitRootLogin prohibit-password
|
||||
PasswordAuthentication no
|
||||
PermitRootLogin yes
|
||||
PasswordAuthentication yes
|
||||
ChallengeResponseAuthentication no
|
||||
UsePAM yes
|
||||
X11Forwarding yes
|
||||
|
|
Loading…
Reference in a new issue