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.

ssh {username}@{remote_host}
ssh -i {path/to/key_file} {username}@{remote_host}
ssh {username}@{remote_host} -p {2222}
ssh {username}@{remote_host} -t {command} {command_arguments}
ssh -D {1080} {username}@{remote_host}
ssh -L {9999}:{example.org}:{80} -N -T {username}@{remote_host}
ssh -J {username}@{jump_host} {username}@{remote_host}
ssh -A {username}@{remote_host}
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

Proxy Information
Original URL
gemini://freeshell.de/tldr/ssh.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
104.123617 milliseconds
Gemini-to-HTML Time
0.370635 milliseconds

This content has been proxied by September (3851b).