ssh

Secure Shell is a protocol used to securely log onto remote systems. It can be used for logging or executing commands on a remote server. More information: <https://man.openbsd.org/ssh>.

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