1config BR2_PACKAGE_TINYSSH
2	bool "tinyssh"
3	depends on BR2_USE_MMU # fork()
4	help
5	  TinySSH is a minimalistic SSH server which implements only
6	  a subset of SSHv2 features.
7
8	  https://tinyssh.org
9