You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
a7b3de8a3b
TinySSH is a minimalistic SSH server which implements only a subset of SSHv2 features. Might be useful for small systems. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> [yann.morin.1998@free.fr: - add missing licence file, as noticed by Giulio - update the version to bring two fixes - update hash file accordingly (version and licence file) ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
config BR2_PACKAGE_TINYSSH
|
|
bool "tinyssh"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
TinySSH is a minimalistic SSH server which implements only
|
|
a subset of SSHv2 features.
|
|
|
|
https://tinyssh.org
|