diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-03 01:03:22 -0500 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-03 01:03:22 -0500 |
| commit | 365641c4b502d2c071aa555240692d2020a407a0 (patch) | |
| tree | efaf853e105b4023fe121fc7239460ef0c147081 /roles/common/templates/sshd_config | |
| parent | 807637e9a4d7edf82ceb5bdcb0a24e08dfa34527 (diff) | |
| download | oldinfra-365641c4b502d2c071aa555240692d2020a407a0.tar.gz oldinfra-365641c4b502d2c071aa555240692d2020a407a0.zip | |
add docker to common setup
Diffstat (limited to 'roles/common/templates/sshd_config')
| -rw-r--r-- | roles/common/templates/sshd_config | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/roles/common/templates/sshd_config b/roles/common/templates/sshd_config deleted file mode 100644 index fb8efff..0000000 --- a/roles/common/templates/sshd_config +++ /dev/null @@ -1,24 +0,0 @@ -Include /etc/ssh/sshd_config.d/*.conf - -Port 22 -PermitRootLogin yes -PubkeyAuthentication yes -PasswordAuthentication no - -KbdInteractiveAuthentication no - -UsePAM yes - -AllowAgentForwarding yes -X11Forwarding no -PrintMotd no -PrintLastLog yes -TCPKeepAlive yes -ClientAliveInterval 300 -ClientAliveCountMax 1 - -# Allow client to pass locale environment variables -AcceptEnv LANG LC_* - -# override default of no subsystems -Subsystem sftp /usr/lib/openssh/sftp-server |
