skip book previous and next navigation links
go up to top of book: HP TCP/IP Services for OpenVMS Guide to SSH HP TCP/IP Services for OpenVMS Guide to SSH
go to beginning of chapter: Secure Shell Overview Secure Shell Overview
 
go to next page: Introduction to KeysIntroduction to Keys
end of book navigation links

Introduction to SSH 



Secure Shell (SSH) is a combination of client and server software that transparently encrypts and decrypts data flow between hosts on a network. SSH provides a suite of secure network commands that you can use in addition to, or in place of, traditional nonsecure network commands, like TELNET and FTP.

Using Secure Shell commands, you create a secure connection between systems running the Secure Shell client and server software by providing:

The Secure Shell Server  

A Secure Shell server (SSH server) is a system on which the system manager installs and runs the Secure Shell server software.

The SSH server accepts or rejects incoming connections to the server from the SSH clients on remote hosts. The SSH server listens on the port defined for the TCP/IP SSH service (port 22 by default). When a connection request occurs, the auxiliary server creates a new server process that controls all data exchanges over the new connection.

The SSH server provides the following functions:

For all of these functions, the entire login and data transfer sessions, including user identification information, are secured through user authentication, data encryption, and data integrity.

The Secure Shell Client  

A Secure Shell client is a system on which the system manager installs the Secure Shell client software. Throughout this guide, the Secure Shell client is referred to as the SSH client.

SSH commands can invoke several SSH utilities:

These commands and utilities are described in Chapter 5.


NoteSSH for OpenVMS software is based on SSH2 software from SSH Communication Security version 2.4.1. In the OpenVMS implementation, the commands SSH, SCP, and SFTP mean the same as SSH2, SCP2, and SFTP2. You can use either set of commands with SSH for OpenVMS.


 
go to next page: Introduction to KeysIntroduction to Keys