之前博客介绍过一篇文章:Centos下安装SSH工具dropbear并配置开机自启 ,该文章可以在CentOS上使用Dropbear,但是略繁琐,Debian系列上有更好的解决办法。 安装:(Debian&Ubintu通用) apt install dropbear -y 注意:Debian&Ubintu通过apt安装后,会自动生成密钥等需要的信息,所以不用再手动配置。 使用: 手动指定端口启动: drop...
Alpine Linux comes with BusyBox. It is described as, “The Swiss Army Knife of Embedded Linux.” BusyBox combines tiny versions of many common UNIX utilities into a single small executable including /bin/sh. By default, bash is not included with BusyBox and Alpine Linux. Alpine Linux附带BusyBox。 它被描述为“嵌入式Lin...