diff options
Diffstat (limited to 'files/etc/ssh/sshd_config.freebsd')
-rw-r--r-- | files/etc/ssh/sshd_config.freebsd | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/files/etc/ssh/sshd_config.freebsd b/files/etc/ssh/sshd_config.freebsd deleted file mode 100644 index c933741..0000000 --- a/files/etc/ssh/sshd_config.freebsd +++ /dev/null @@ -1,16 +0,0 @@ -Include /etc/ssh/sshd_config.d/*.conf - -PermitRootLogin prohibit-password -AuthorizedKeysFile .ssh/authorized_keys -AuthorizedKeysCommand /usr/local/libexec/idm-ssh-authorized-keys %u -AuthorizedKeysCommandUser ${ssh_authzkeys_user} - -KbdInteractiveAuthentication no -PasswordAuthentication yes - -GSSAPIAuthentication yes -GSSAPICleanupCredentials yes -UsePAM yes -UseDNS no - -Subsystem sftp /usr/libexec/sftp-server |