Difference between revisions of "Secure Shell (SSH)"
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...") |
|||
Line 1: | Line 1: | ||
[[wikipedia:Secure Shell|Secure Shell]] (SSH) is a [[cryptography|cryptographic]] network protocol for connecting to ssh network services providing encrypted communication and authentication. Most popular implementation is open source [[OpenSSH]]. | [[wikipedia:Secure Shell|Secure Shell]] (SSH) is a [[cryptography|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: | ||
+ | * <code>[[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. | ||
Revision as of 11:43, 8 December 2019
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 protocolscp
, a replacement for obsoleted rcpsftp
, a replacement for not encrypted ftpsshd
, the SSH server daemonssh-keygen
, a tool to inspect and generate the RSA, DSA and Elliptic Curve keys that are used for user and host authenticationssh-agent
ssh-add
ssh-keyscan
, to scan a list of hosts and collects their public keysssh-copy-id
, to copy local keys to remote machine.
Readings
See also
Advertising: