History log of /netbsd-src/distrib/evbarm/instkernel/sshramdisk/list (Results 1 – 5 of 5)
Revision Date Author Comments
# baa2f248 09-Mar-2021 christos <christos@NetBSD.org>

We don't need libwrap anymore; libhack replaces it.


# a2362fee 01-Mar-2020 christos <christos@NetBSD.org>

Redo the sshsk_sign() stuff properly, but putting the helper in libssh.so


# a04c941c 28-Feb-2020 christos <christos@NetBSD.org>

Deal with sshkey_sign. I am going to fix this properly at some point, but
it needs coordination from upstream (Patrick Welche)


# 3d3e06b3 14-Aug-2019 martin <martin@NetBSD.org>

Update to newer sshd (the host key is the same as before, it already
was a rsa key). From Harold Gutch.


# 4daade73 19-Mar-2013 garbled <garbled@NetBSD.org>

Add a new installer image for Raspberry PI to evbarm

Includes the following major changes:

1) Add new configmenu item to sysinst to allow creation of users at
post-install time.
2) Add an sshramdis

Add a new installer image for Raspberry PI to evbarm

Includes the following major changes:

1) Add new configmenu item to sysinst to allow creation of users at
post-install time.
2) Add an sshramdisk type to evbarm, which is a ramdisk with sshd
enabled, allowing users to install on a headless PI by sshing to the
device with the account "sysinst" password "netbsd" to begin the
installation. (Note, neither the account, nor the ssh setup are copied to
the finalized installation image)
3) Change mkimage to build a boot-only image, without the root filesystems.

Much of the sshramdisk code could be reused on other ports easily.

show more ...