SSH
E1267
SSH (Secure Shell) is a cryptographic network protocol used to securely access, manage, and transfer data between remote computers over unsecured networks.
Aliases (14)
- Secure Shell ×14
- SSH-2 ×6
- SSH Transport Layer Protocol ×3
- SSH-1 ×3
- SSH protocol ×2
- SSH binary packet protocol ×1
- SSH protocol suite ×1
- Secure Shell (SSH) protocol suite ×1
- Secure Shell Protocol ×1
- Secure Shell protocol ×1
- Secure Shell version 2 ×1
- The Secure Shell (SSH) Protocol Architecture ×1
- The Secure Shell (SSH) Transport Layer Protocol ×1
- secsh ×1
Statements (54)
| Predicate | Object |
|---|---|
| instanceOf |
cryptographic protocol
→
network protocol → |
| abbreviationOf |
Secure Shell
→
|
| commonlyImplementedBy |
Dropbear SSH
→
OpenSSH → PuTTY → |
| currentStandardVersion |
SSH-2
→
|
| defaultPort |
22
→
|
| definedIn |
RFC 4251
→
RFC 4252 → RFC 4253 → RFC 4254 → |
| fullName |
Secure Shell
→
|
| hasExtension |
SCP
→
SFTP → |
| hasVersion |
SSH-1
→
SSH-2 → |
| introduced |
1995
→
|
| layer |
application layer
→
|
| operatesOver |
TCP
→
|
| originalAuthor |
Tatu Ylönen
→
|
| originalImplementation |
SSH-1 protocol implementation
→
|
| primaryPurpose |
remote command execution
→
secure data transfer → secure remote access → |
| provides |
authentication
→
confidentiality → integrity → |
| replaced |
Telnet
→
rlogin → rsh → |
| runsOn |
Linux
→
Unix-like operating systems → Windows → macOS → |
| securityProperty |
protects against eavesdropping
→
protects against man-in-the-middle attacks (with proper key verification) → |
| successorProtocol |
SSH-2
→
|
| supportsAuthenticationMethod |
host-based authentication
→
keyboard-interactive authentication → password authentication → public key authentication → |
| supportsFeature |
X11 forwarding
→
file transfer → port forwarding → tunneling → |
| typicalUseCase |
remote server administration
→
secure file transfer → secure tunneling of other protocols → |
| uses |
encryption
→
message authentication codes → public-key cryptography → symmetric-key cryptography → |
| usesPort |
22/TCP
→
|