HP TCP/IP Services for OpenVMS Guide to SSH |
Secure Shell Overview |
|
|
|
| |
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:
SCP and SFTP commands copy files to and
from an SSH server.SSH key management utilities generate public/private key
pairs and manipulate keys. These commands and utilities are described in Chapter 5.
SSH 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. |
|
|
|