# $NetBSD: sshd_config,v 1.1.38.1 2019/08/23 04:22:49 msaitoh Exp $ # Special cut-down sshd_config for sshramdisk # Tim Rightnour #Port 22 #AddressFamily any #ListenAddress 0.0.0.0 #ListenAddress :: #Protocol 2 #HostKey /etc/ssh/ssh_host_rsa_key LoginGraceTime 600 # needed because sysinst is uid 0 PermitRootLogin yes AuthorizedKeysFile .ssh/authorized_keys PasswordAuthentication yes # just in case PermitEmptyPasswords yes AllowUsers pi sysinst