sshd
Secure Shell Daemon - allows remote machines to securely log in to the current machine. Remote machines can execute commands as it is executed at this machine. More information: <https://man.openbsd.org/sshd>.
Install
- All systems
-
curl cmd.cat/sshd.sh
- Debian
-
apt-get install openssh-server - Ubuntu
-
apt-get install openssh-server -
Alpine
-
apk add openssh - Arch Linux
-
pacman -S openssh - Kali Linux
-
apt-get install openssh-server - CentOS
-
yum install openssh-server - Fedora
-
dnf install openssh-server - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install openssh-server - OS X
-
brew install openssh - Raspbian
-
apt-get install openssh-server - Docker
-
docker run cmd.cat/sshd sshdpowered by Commando
Secure Shell Daemon - allows remote machines to securely log in to the current machine. Remote machines can execute commands as it is executed at this machine. More information: <https://man.openbsd.org/sshd>.
-
Start daemon in the background:
sshd -
Run sshd in the foreground:
sshd -D -
Run with verbose output (for debugging):
sshd -D -d -
Run on a specific port:
sshd -p port
© tl;dr; authors and contributors