Difference between revisions of "SSH clients"
Jump to navigation
Jump to search
↑ https://linux.die.net/man/1/autossh
Tags: Mobile web edit, Mobile edit |
|||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Popular [[OpenSSH]] include a <code>ssh</code> client. Other clients are available such us <code>[[putty]]</code>, <code>[[mosh]]</code>, <code>[[paramiko]]</code> and <code>[[autossh]]</code>. | Popular [[OpenSSH]] include a <code>ssh</code> client. Other clients are available such us <code>[[putty]]</code>, <code>[[mosh]]</code>, <code>[[paramiko]]</code> and <code>[[autossh]]</code>. | ||
− | * [[ | + | * <code>[[ssh (OpenSSH client)|ssh]]</code> [[OpenSSH]] client |
* <code>[[autossh]]</code><ref>https://linux.die.net/man/1/autossh</ref> main feature not include in [[OpenSSH]] [[ssh]] client is the capability to monitor an ssh connection and restart it if necessary. | * <code>[[autossh]]</code><ref>https://linux.die.net/man/1/autossh</ref> main feature not include in [[OpenSSH]] [[ssh]] client is the capability to monitor an ssh connection and restart it if necessary. | ||
:Examples: loop waiting to connect to server: <code>AUTOSSH_POLL=5 AUTOSSH_GATETIME=0 autossh -M 0 -o ServerAliveInterval=5 -o ServerAliveCountMax=1 YOUR_SERVER_NAME_OR_IP</code> | :Examples: loop waiting to connect to server: <code>AUTOSSH_POLL=5 AUTOSSH_GATETIME=0 autossh -M 0 -o ServerAliveInterval=5 -o ServerAliveCountMax=1 YOUR_SERVER_NAME_OR_IP</code> | ||
Line 8: | Line 8: | ||
* <code>[[PuTTY]]</code>, <code>[[plink]]</code> | * <code>[[PuTTY]]</code>, <code>[[plink]]</code> | ||
+ | * [[MobaXterm]] | ||
+ | * [[Termius]] | ||
+ | |||
+ | * <code>[[paramiko]]</code> | ||
+ | * <code>[[pssh]]</code> | ||
+ | * <code>[[parallel-ssh]]</code> | ||
+ | |||
+ | == Related terms == | ||
+ | * <code>[[telnet]]</code> and <code>[[netcat]]</code> | ||
+ | * <code>[[gcloud compute ssh]]</code> | ||
== See also == | == See also == | ||
* {{Terminal multiplexer}} | * {{Terminal multiplexer}} | ||
− | |||
− | |||
− | |||
* {{ssh clients}} | * {{ssh clients}} | ||
* {{ssh}} | * {{ssh}} | ||
[[Category:Linux]] | [[Category:Linux]] |
Latest revision as of 10:06, 22 November 2023
Popular OpenSSH include a ssh
client. Other clients are available such us putty
, mosh
, paramiko
and autossh
.
ssh
OpenSSH clientautossh
[1] main feature not include in OpenSSH ssh client is the capability to monitor an ssh connection and restart it if necessary.
- Examples: loop waiting to connect to server:
AUTOSSH_POLL=5 AUTOSSH_GATETIME=0 autossh -M 0 -o ServerAliveInterval=5 -o ServerAliveCountMax=1 YOUR_SERVER_NAME_OR_IP
Related terms[edit]
See also[edit]
tmux
,screen
,tmate
,Byobu
,iTerm2
,xterm
- SSH clients:
ssh (OpenSSH)
,putty
, MobaXterm,plink
,mosh
,paramiko
,conch
pssh
,sshpass
andautossh
,sftp, Termius
- SSH:
ssh
, TLS,.ppk, .pem, .crt, .pub
, ED25519, Key exchange method (KEX), public key, private key,ssh -Q kex
,IAMUserSSHKeys
,known_hosts
, ssh tunnel, Dropbear
Advertising: