Difference between revisions of "SSH clients"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 8: Line 8:
  
 
* <code>[[PuTTY]]</code>, <code>[[plink]]</code>
 
* <code>[[PuTTY]]</code>, <code>[[plink]]</code>
 
== Example commands ==
 
* <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 -Q [[kex]] SERVER</code>
 
* <code>ssh -o [[MACs]]=hmac-sha2-256 HOSTNAME</code>
 
  
 
== See also ==
 
== See also ==

Revision as of 10:52, 29 March 2021

Popular OpenSSH include a ssh client. Other clients are available such us putty, mosh, paramiko and autossh.

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

  • https://linux.die.net/man/1/autossh
  • Advertising: