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.
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}
localhost:1080
):
ssh -D {1080} {username}@{remote_host}
localhost:9999
to example.org:80
) along with disabling pseudo-[T]ty allocation and executio[N] of remote commands:
ssh -L {9999}:{example.org}:{80} -N -T {username}@{remote_host}
ssh -J {username}@{jump_host} {username}@{remote_host}
man ssh_config
for available options):
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 This content has been proxied by September (3851b).Proxy Information
text/gemini;lang=en-GB