System Grab Bag

View all TLDR pages from common (or from all pages)

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.
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.