diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-06 16:17:24 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-06 16:17:24 -0400 |
| commit | d55ef9cffa18f52bab1f6758eb688e9c87f88381 (patch) | |
| tree | 95e1acd387d365d97dffe5696102640a0626f6a5 /roles/common/files | |
| parent | improve repos / add update for debian (diff) | |
| download | ansible-d55ef9cffa18f52bab1f6758eb688e9c87f88381.tar.gz ansible-d55ef9cffa18f52bab1f6758eb688e9c87f88381.tar.bz2 ansible-d55ef9cffa18f52bab1f6758eb688e9c87f88381.zip | |
add owntracks and support debian bookworm
Diffstat (limited to 'roles/common/files')
| -rw-r--r-- | roles/common/files/sshd_config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/common/files/sshd_config b/roles/common/files/sshd_config index f2ec50e..4b0690a 100644 --- a/roles/common/files/sshd_config +++ b/roles/common/files/sshd_config @@ -9,7 +9,6 @@ GatewayPorts no X11Forwarding yes PrintMotd no AcceptEnv LANG LC_* -Subsystem sftp internal-sftp Match Address 10.* PasswordAuthentication yes |