1 1.2 martin # $NetBSD: sshd_config,v 1.2 2019/08/14 12:08:27 martin Exp $ 2 1.1 garbled 3 1.1 garbled # Special cut-down sshd_config for sshramdisk 4 1.1 garbled # Tim Rightnour <garbled (a] NetBSD.org> 5 1.1 garbled 6 1.1 garbled #Port 22 7 1.1 garbled #AddressFamily any 8 1.1 garbled #ListenAddress 0.0.0.0 9 1.1 garbled #ListenAddress :: 10 1.1 garbled #Protocol 2 11 1.2 martin #HostKey /etc/ssh/ssh_host_rsa_key 12 1.1 garbled LoginGraceTime 600 13 1.1 garbled # needed because sysinst is uid 0 14 1.1 garbled PermitRootLogin yes 15 1.1 garbled AuthorizedKeysFile .ssh/authorized_keys 16 1.1 garbled PasswordAuthentication yes 17 1.1 garbled # just in case 18 1.1 garbled PermitEmptyPasswords yes 19 1.1 garbled AllowUsers pi sysinst 20