-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

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.


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}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 17:37:00 2024