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 |
|||
Line 7: | Line 7: | ||
== See also == | == See also == | ||
− | {{Terminal multiplexer}} | + | * {{Terminal multiplexer}} |
* {{netcat}} | * {{netcat}} | ||
* <code>sshpass</code> (<code>[[brew]] install http://git.io/sshpass.rb</code>) | * <code>sshpass</code> (<code>[[brew]] install http://git.io/sshpass.rb</code>) | ||
+ | * {{ssh}} | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 09:38, 6 May 2020
Popular OpenSSH include a ssh
client. Other clients are available such us putty
, mosh
, paramiko
and autossh
.
autossh
[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
See also
tmux
,screen
,tmate
,Byobu
,iTerm2
,xterm
telnet
,netcat, nc, nc -l
,ncat
,socat, ngrok
sshpass
(brew install http://git.io/sshpass.rb
)- 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: