Difference between revisions of "SSH clients"

From wikieduonline
Jump to navigation Jump to search
m (Welcome moved page Ssh clients to SSH clients)
Line 13: Line 13:
  
 
== Related terms ==
 
== Related terms ==
* [[telnet]] and [[netcat]]
+
* <code>[[telnet]]</code> and <code>[[netcat]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 10:16, 27 September 2021

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

  • ssh OpenSSH client
  • 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

Related terms

See also

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