1 # $OpenBSD: sshd_config,v 1.103 2018/04/09 20:41:22 tj Exp $
3 AcceptEnv LANG LC_* COLORTERM
5 Subsystem sftp /usr/lib/openssh/sftp-server
10 #HostKey /etc/ssh/ssh_host_rsa_key
11 #HostKey /etc/ssh/ssh_host_ecdsa_key
12 HostKey /etc/ssh/ssh_host_ed25519_key
15 PasswordAuthentication no
16 SyslogFacility AUTHPRIV
17 AuthorizedKeysFile .ssh/authorized_keys
18 PubkeyAuthentication yes
19 ChallengeResponseAuthentication no
20 UsePrivilegeSeparation sandbox
21 ClientAliveInterval 60