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