summaryrefslogtreecommitdiff
path: root/distrib/evbarm/instkernel/sshramdisk/sshd_config
blob: 8ae472d3d0ba108e4ed4db34c5621588874d2ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$NetBSD: sshd_config,v 1.2 2019/08/14 12:08:27 martin Exp $

# Special cut-down sshd_config for sshramdisk
# Tim Rightnour <garbled@NetBSD.org>

#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