This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.a_glossary:s:ssh [2021/07/30 13:18] murphy |
dido:public:ra:xapend:xapend.a_glossary:s:ssh [2021/10/03 20:09] (current) 51.222.253.11 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Secure Shell (SSH) ===== | ===== Secure Shell (SSH) ===== | ||
| - | [[dido:public:ra:xapend:xapend.a_glossary | Return to Glossary ]] | + | [[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. | **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 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. | + | 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]]. | 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]]. | ||