xref: /netbsd-src/distrib/evbarm/instkernel/sshramdisk/sshd_config (revision 3d3e06b3da4fd2c7dce99087ddfc1d39a9e5b55f)
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@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
12LoginGraceTime 600
13# needed because sysinst is uid 0
14PermitRootLogin yes
15AuthorizedKeysFile	.ssh/authorized_keys
16PasswordAuthentication yes
17# just in case
18PermitEmptyPasswords yes
19AllowUsers pi sysinst
20