dropbear

lightweight SSH2 server and client

Debian Debian
RUN apt-get update && \ apt-get install -y dropbear
Ubuntu
RUN apt-get update && \ apt-get install -y dropbear
Alpine
RUN apk add dropbear
Arch Arch Linux
RUN pacman -S --noconfirm dropbear
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y dropbear
Fedora
RUN dnf install -y dropbear
Raspbian
RUN apt-get update && \ apt-get install -y dropbear
click the source code to copy install dropbear on any operating system with command-not-found.com