Difference between revisions of "Secure Shell (SSH)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
(5 intermediate revisions by 2 users not shown)
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) ([[1995)]] is a [[cryptography|cryptographic]] network protocol for connecting to ssh network services providing [[encrypted]] communication and [[authentication]]. Most popular implementation is open source [[OpenSSH]].
  
  
Line 25: Line 25:
 
* [[KexAlgorithms]]
 
* [[KexAlgorithms]]
 
* <code>[[minikube ssh]]</code>
 
* <code>[[minikube ssh]]</code>
* <code>[[CheckHostIP]]</code>
+
* [[Activate OpenSSH on Windows]]
 +
* [[Monitor and recording ssh sessions]] with [[Ekran]]
  
 
== See also ==
 
== See also ==

Revision as of 11:16, 16 August 2022

Secure Shell (SSH) (1995) 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: