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
|
# SSH Configuration
|
||||||
Port 22
|
Port 22
|
||||||
ListenAddress ${TAILSCALE_IP}
|
ListenAddress ${TAILSCALE_IP}
|
||||||
PermitRootLogin prohibit-password
|
PermitRootLogin yes
|
||||||
PasswordAuthentication no
|
PasswordAuthentication yes
|
||||||
ChallengeResponseAuthentication no
|
ChallengeResponseAuthentication no
|
||||||
UsePAM yes
|
UsePAM yes
|
||||||
X11Forwarding yes
|
X11Forwarding yes
|
||||||
|
|
Loading…
Reference in a new issue