What is SSH (Secure Shell)?

Remote Access/Transfer over SSL

Host Key Not Cached Putty

What is SSH (Secure Shell)?

About

Secure Shell or SSH is a application protocol that allows data to be exchanged using a secure channel between two networked devices.

Used primarily on GNU/Linux and Unix based systems to access shell accounts, SSH was designed as a replacement for Telnet and other insecure remote shells, which send information, notably passwords, in plaintext, rendering them susceptible to packet analysis. The encryption used by SSH provides confidentiality and integrity of data over an insecure network, such as the Internet.

Architecture

The SSH protocol consists of three major components:

  • The Transport Layer Protocol (TLS, SSL) provides server authentication, confidentiality, and integrity with perfect forward secrecy.
  • The User Authentication Protocol authenticates the client to the server.
  • The Connection Protocol multiplexes the encrypted tunnel into several logical channels.

Host Key

Each server host SHOULD have a host key. The server host key is used during key exchange to verify that the client is really talking to the correct server.

Starting a shell or a command

Once the session has been set up, a program is started at the remote end.

The program can be:

  • a shell (shell),
  • an application program (exec), (The server SHOULD NOT halt the execution of the protocol stack when starting a shell or a program. All input and output from these SHOULD be redirected to the channel or to the encrypted tunnel.)
  • or a subsystem with a host-independent name (subsystem). (It will execute a predefined subsystem. It is expected that these will include a general file transfer mechanism, and possibly other features.)

Only one of these requests can succeed per channel.

Service Request

After the key exchange, the client requests a service. The service is identified by a name.

  • ssh-userauth
  • ssh-connection

If the server supports the service (and permits the client to use it), it must accept it.

Config

SSH - Configuration

Specification

The SSH specification is the following set of specification:

Documentation / Reference





Discover More
Map Of Internet 1973
File Transfer - SCP (Secure Copy)

scp is build above a SSH. Scp permits to copy file locally but also remotely (between two computers). Scp is also a protocol. See Secure copy. Originally, SCP is a command line utility that can copy...
Map Of Internet 1973
File Transfer - SFTP (SH file transfer protocol)

In computing, the SSH File Transfer Protocol (sometimes called Secure File Transfer Protocol or SFTP) is a network protocol that provides: file access, file transfer, and file management functionality...
Linux Oel Connect To Server
Linux - How to transfer files between systems (such as Windows and Linux)

To transfer file from others system (such as windows) to a Linux server, you have several ways: the use of the file protocol ftp or sftp. (See winscp as software) with the help of Sambsswinscss
Oracle Entreprise Linux Dvd X86 Edelivery
Linux - Installation of OEL 5 Update 5 on VMWare 32-bit (x86) machine

This article is a step-by-step manual to install Oracle Entreprise Linux 5 on a . Download the Oracle Entreprise Linux 5 : Go to...
Linux - Remote Client

How to connect to a linux system in a remote mode ? In console mode, with the help of this network protocol : ssh telnet In graphic mode: the X Windows System Virtual Network Computing (VNC)...
Map Of Internet 1973
Network - Wake on LAN (WOL)

LAN Wake on LAN (WOL) is a standard that allows you to turn on a computer from another location over a network connection or Internet (recently you can see it named as Wake-On-WAN. WAN = wide area network,...
Card Puncher Data Processing
OS - Terminal (Emulator) (Term|tty)

A terminal is a media using a fixed-pitch character grid such as: teletypes, portable devices with limited display capabilities bank terminal text based such as console but also graphical...
Windows Install Openssh
OpenSSH

() is a combination of command line utility to implement and use SSH ssh is the SSH client component that runs on the user's local system sshd is the SSH server component...
Card Puncher Data Processing
Oracle - RDA (Remote Diagnostic Agent)

RDA (Remote Diagnostic Agent) is: a set of command line, diagnostic and data collection scripts used to gather detailed diagnostic information an oracle environment and collect only: data for...
Card Puncher Data Processing
Os - Shell

This page is shell in an OS context A shell is a command line interpreter for OS Command. In a more detailed way, a shell is: an interactive application providing a read-eval-print loop environment...



Share this page:
Follow us:
Task Runner