Secure Shell


Topic history | v1 (current) | created by jjones

Details

Secure Shell

| created by jjones | Add topic "Secure Shell"
Title
Secure Shell
Description
Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. Typical applications include remote command-line, login, and remote command execution, but any network service can be secured with SSH. SSH provides a secure channel over an unsecured network by using a client–server architecture, connecting an SSH client application with an SSH server. The protocol specification distinguishes between two major versions, referred to as SSH-1 and SSH-2. The standard TCP port for SSH is 22. SSH is generally used to access Unix-like operating systems, but it can also be used on Microsoft Windows. Windows 10 uses OpenSSH as its default SSH client and SSH server.Despite popular misconception, SSH is not an implementation of Telnet with cryptography provided by the Secure Sockets Layer (SSL).
Link
https://en.wikipedia.org/?curid=28814

authors

This topic has no history of related authors.

topics

subtopic of Computer science
v1 | attached by jjones | Add topic "Secure Shell"
uses OpenSSH
v1 | attached by jjones | Add topic "OpenSSH"
uses Dropbear
v1 | attached by jjones | Add topic "Dropbear"