===== Secure Shell (SSH) ===== [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] **Secure Shell (SSH)** is a cryptographic network [[dido:public:ra:xapend:xapend.a_glossary:p: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 [[dido:public:ra:xapend:xapend.a_glossary:c:client-server]] architecture, connecting an SSH [[dido:public:ra:xapend:xapend.a_glossary:c:client]] application with an SSH [[dido:public:ra:xapend:xapend.a_glossary:s: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 [[dido:public:ra:xapend:xapend.a_glossary:u:unix|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 it is a replacement with [[dido:public:ra:xapend:xapend.a_glossary:c:cryptography|cryptography]] provided by the [[dido:public:ra:xapend:xapend.a_glossary:s:ssl]]. Source: [[https://en.wikipedia.org/wiki/SSH_(Secure_Shell)]] /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- /* To add a discussion page to this page, comment out the line that says ~~DISCUSSION:off~~ */ ~~DISCUSSION:on|Outstanding Issues~~ ~~DISCUSSION:off~~