Secure Shell


Topic | v1 | created by jjones |
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).


Relations

subtopic of Computer science

Computer science is the study of computation and information. Computer science deals with theory of c...

uses OpenSSH

OpenSSH (also known as OpenBSD Secure Shell) is a suite of secure networking utilities based on the S...

uses Dropbear

Dropbear is a software package written by Matt Johnston that provides a Secure Shell-compatible serve...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

treated in SSH Crash Course | With Some DevOps

9.0 rating 3.0 level 10.0 clarity 7.0 background – 1 rating

In this video we will learn the fundamentals of SSH along with some basic DevOps and Linux stuff. We...

treated in SSH Mastery: OpenSSH, PuTTY, Tunnels and Keys

8.0 rating 5.0 level 10.0 clarity 5.0 background – 1 rating

"Secure Shell (SSH) lets sysadmins securely manage remote systems. It’s powerful, complicated, and co...

treated in SSH Talk by Michael W. Lucas

5.0 rating 6.0 level 6.0 clarity 7.0 background – 1 rating

Chances are if you've recently logged into a Linux or UNIX machine remotely in the past decade you've...