aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/etc/ssh/sshd_config.freebsd
blob: 52d9bfe9e7bd6400b48163167c648fac04c786c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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_username}

KbdInteractiveAuthentication no
PasswordAuthentication yes

GSSAPIAuthentication yes
GSSAPICleanupCredentials yes
UsePAM yes
UseDNS no

Subsystem	sftp	/usr/local/libexec/sftp-server