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