Difference between revisions of "Secure Shell (SSH)"

From wikieduonline
Jump to navigation Jump to search
(Created page with "Secure Shell (SSH) is a cryptographic network protocol for connecting to ssh network services providing encrypted communication and...")
 
(12 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
== Readings ==
+
[[OpenSSH]] includes the following binaries:
 +
* <code>[[Ssh (OpenSSH client)|ssh]]</code>, [[ssh client]] to connect using Secure Shell protocol
 +
* <code>[[scp]]</code>, a replacement for obsoleted [[rcp]]
 +
* <code>[[sftp]]</code>, a replacement for not encrypted [[ftp]]
 +
* <code>[[sshd]]</code>, the SSH server daemon
 +
* <code>[[ssh-keygen]]</code>, a tool to inspect and generate the RSA, DSA and Elliptic Curve keys that are used for user and host authentication
 +
* <code>[[ssh-agent]]</code>
 +
* <code>[[ssh-add]]</code>
 +
* <code>[[ssh-keyscan]]</code>, to scan a list of hosts and collects their public keys
 +
* <code>[[ssh-copy-id]]</code>, to copy local keys to remote machine.
 +
 
 +
Ssh clients:
 +
* [[PuTTY]]
 +
* [[ssh (OpenSSH)]]
 +
*
 +
 
 +
 
 +
== Related terms ==
 
* [[Wikibooks: OpenSSH]]
 
* [[Wikibooks: OpenSSH]]
 
+
* <code>[[ssh-import-id]]</code>
 +
* [[WinRM]]
 +
* [[KexAlgorithms]]
  
 
== See also ==
 
== See also ==
* [[OpenSSH]], [[telnet]] and [[netcat]]
+
* {{ssh}}
* [[Wikipedia:Terminal multiplexer]]: [[tmux]], [[screen]]
+
* {{ssh clients}}
 +
* {{OpenSSH}}
 +
* {{tmux}}
  
  
 
[[Category:Newtorking]]
 
[[Category:Newtorking]]
 
[[Category:Cryptography]]
 
[[Category:Cryptography]]
 +
[[Category:Security]]

Revision as of 10:44, 29 November 2020

Secure Shell (SSH) is a cryptographic network protocol for connecting to ssh network services providing encrypted communication and authentication. Most popular implementation is open source OpenSSH.


OpenSSH includes the following binaries:

  • ssh, ssh client to connect using Secure Shell protocol
  • scp, a replacement for obsoleted rcp
  • sftp, a replacement for not encrypted ftp
  • sshd, the SSH server daemon
  • ssh-keygen, a tool to inspect and generate the RSA, DSA and Elliptic Curve keys that are used for user and host authentication
  • ssh-agent
  • ssh-add
  • ssh-keyscan, to scan a list of hosts and collects their public keys
  • ssh-copy-id, to copy local keys to remote machine.

Ssh clients:


Related terms

See also

Advertising: