Difference between revisions of "Ssh (OpenSSH client)"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
* <code>[[ssh]] -vvv REMOTE_USERNAME@REMOTE_SERVER_NAME_OR_IP</code> (<code>-v</code> increase verbosity, maximum 3)
 
* <code>[[ssh]] -vvv REMOTE_USERNAME@REMOTE_SERVER_NAME_OR_IP</code> (<code>-v</code> increase verbosity, maximum 3)
 
   
 
   
<pre>ssh -O check server.example.org
+
<pre>ssh -O check server.example.org or ssh -O check username@server.example.org  
 
Master running (pid=26289)
 
Master running (pid=26289)
 
</pre>
 
</pre>

Revision as of 12:13, 8 December 2019

ssh[1] is the OpenSSH ssh client for logging or executing commands into remote devices/machines


Usage

  • ssh REMOTE_USERNAME@REMOTE_SERVER_NAME_OR_IP
  • ssh -vvv REMOTE_USERNAME@REMOTE_SERVER_NAME_OR_IP (-v increase verbosity, maximum 3)
ssh -O check server.example.org or ssh -O check [email protected] 
Master running (pid=26289)

Advertising: