commands.sh

sshd

all

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 info →

Examples (4)

Start daemon in the background

Run sshd in the foreground

sshd -D

Run with verbose output (for debugging)

sshd -D -d

Run on a specific port

made by @shridhargupta | data from tldr-pages