dropbear

Lightweight SSH server and client for embedded systems and resource-constrained devices

brewmacoslinux
Try with needOr install directly
Source

About

Small SSH server/client for POSIX-based system

Commands

dropbeardbclientdropbearkeydropbearconvert

Examples

Start dropbear SSH server on default port 22$ dropbear -F
Generate SSH host keys for dropbear$ dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
Connect to a remote host using dropbear client$ dbclient -u username -h 192.168.1.100