Difference between revisions of "SSH clients"
Jump to navigation
Jump to search
↑ https://linux.die.net/man/1/autossh
↑ https://serverfault.com/a/132973
Line 12: | Line 12: | ||
* <code>ssh -o [[StrictHostKeyChecking]]=accept-new [email protected]</code> (since [[OpenSSH 7.5]], March 2017) | * <code>ssh -o [[StrictHostKeyChecking]]=accept-new [email protected]</code> (since [[OpenSSH 7.5]], March 2017) | ||
* <code>ssh -o StrictHostKeyChecking=no [email protected]</code><ref>https://serverfault.com/a/132973</ref> | * <code>ssh -o StrictHostKeyChecking=no [email protected]</code><ref>https://serverfault.com/a/132973</ref> | ||
− | * <code>ssh -Q kex SERVER</code> | + | * <code>ssh -Q [[kex]] SERVER</code> |
+ | * <code>ssh -o [[MACs]]=hmac-sha2-256 HOSTNAME</code> | ||
== See also == | == See also == |
Revision as of 12:59, 9 December 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
Example commands
ssh -o StrictHostKeyChecking=accept-new [email protected]
(since OpenSSH 7.5, March 2017)ssh -o StrictHostKeyChecking=no [email protected]
[2]ssh -Q kex SERVER
ssh -o MACs=hmac-sha2-256 HOSTNAME
See also
tmux
,screen
,tmate
,Byobu
,iTerm2
,xterm
telnet
,netcat, nc, nc -l
,ncat
,socat, ngrok
sshpass
(brew install http://git.io/sshpass.rb
)- OpenSSH (changelog):
/etc/ssh/sshd_config
|/etc/ssh/ssh_config
|~/.ssh/
|openSSL | sshd logs
|sftp
|scp
|authorized_keys
|ssh-keygen
|ssh-keyscan
|ssh-add
|ssh-agent
|ssh
|Ssh -O stop
|ssh-copy-id
|CheckHostIP
|UseKeychain
, OpenSSF - 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: