Previous Page TOC Index Next Page



Preface

Introducing This Guide

This guide describes the SSH for OpenVMS software. It covers the following topics: software installation, server and client configuration, server startup and shutdown, using the various SSH clients, and server monitoring and control.

What You Need to Know Beforehand

Before using SSH for OpenVMS, you should be familiar with:

Computer networks in general

OpenVMS operating system and file system

HP’s OpenVMS TCP/IP software

How This Guide Is Organized

This guide has the following contents:

Chapter 1, Before You Begin, explains what you need to prepare for an installation.

Chapter 2, Installing SSH for OpenVMS, provides a step-by-step procedure for executing the software installation.

Chapter 3, Configuring SSH for OpenVMS, explains how to configure SSH for OpenVMS.

Chapter 4, Configuring the Secure Shell (SSH) V1 Server, describes how to configure and maintain the SSH for OpenVMS SSH V1 server.

Chapter 5, Configuring the Secure Shell (SSH) V2 Server, describes how to configure and maintain the SSH for OpenVMS SSH V2 server.

Chapter 6, Accessing Remote Systems with the Secure Shell (SSH) Utilities, explains how to configure and maintain the SSH for OpenVMS Secure Shell (SSH) client.

Chapter 7, Secure File Transfer, describes using SCP and FTP over SSH for transferring files in a secure manner.

Chapter 8, Monitoring and Controlling SSH, describes the utilities used for monitoring and controlling the SSH server environment.

Online Help

You can use help at the DCL prompt to find the following:

Topical help — Access SSH help topics only as follows:

$ HELP SSH [topic]

The topic entry is optional. You can also enter topics and subtopics at the following prompt and its subprompts:

SSH Subtopic?

Accessing the SSH for OpenVMS Public Mailing List

Process Software maintains two public mailing lists for SSH for OpenVMS customers:

Info-SSH@process.com

SSH-Announce@process.com

The Info-SSH@process.com mailing list is a forum for discussion among SSH for OpenVMS system managers and programmers. Questions and problems regarding SSH for OpenVMS can be posted for a response by any of the subscribers. To subscribe to Info-SSH, send a mail message with the word "SUBSCRIBE" in the body to Info-SSH-request@process.com.

You can retrieve the Info-SSH archives by anonymous FTP to ftp.multinet.process.com. The archives are located in the directory [.MAIL_ARCHIVES.INFO-SSH].

You can also find the Info-SSH archives on the SSH for OpenVMS CD in the [INFO-SSH] directory.

The SSH-Announce@process.com mailing list is a one-way communication (from Process Software to you) used for the posting of announcements relating to SSH for OpenVMS (patch releases, product releases, etc.). To subscribe to SSH-Announce, send a mail message with the word "SUBSCRIBE" in the body to SSH-Announce-request@process.com.

Obtaining Customer Support

You can use the following customer support services for information and help about SSH for OpenVMS and other Process Software products if you subscribe to our Product Support Services. (If you bought SSH for OpenVMS products through an authorized Process Software reseller, contact your reseller for technical support.) Contact Technical Support directly using the following methods:

Electronic Mail

E-mail relays your question to us quickly and allows us to respond, as soon as we have information for you. Send e-mail to support@process.com. Be sure to include your:

– Name

– Telephone number

– Company name

– Process Software product name and version number

– Operating system name and version number

Describe the problem in as much detail as possible. You should receive an immediate automated response telling you that your call was logged.

Telephone

If calling within the continental United States or Canada, call Process Software Technical Support toll-free at 1-800-394-8700. If calling from outside the continental United States or Canada, dial +1-508-628-5074. Please be ready to provide your name, company name, and telephone number.

World Wide Web

There is a variety of useful technical information available on our World Wide Web home page, http://www.process.com (select Customer Support).

License Information

SSH for OpenVMS includes a software license that entitles you to install and use it on one machine. Please read and understand the Software License Agreement before installing the product. If you want to use SSH for OpenVMS on more than one machine, you need to purchase additional licenses. Contact Process Software or your distributor for details.

Maintenance Services

Process Software offers a variety of software maintenance and support services. Contact us or your distributor for details about these services.

Reader's Comments Page

The SSH for OpenVMS Administration and User's Guide includes Reader's Comments as their last page. If you find an error in this guide or have any other comments about it, please let us know. Return a completed copy of the Reader's Comments page, or send e-mail to techpubs@process.com.

Please make your comments specific, including page references whenever possible. We would appreciate your comments about our documentation.

Documentation Set

The documentation set for SSH for OpenVMS consists of the following:

Administration and User’s Guide — For system managers, general users, and those installing the software. The guide provides installation and configuration instructions for the SSH for OpenVMS products.

Online help — Topical help, using HELP SSH [topic]

Release Notes for the current version of SSH for OpenVMS — For all users, system managers, and application programmers. The Release Notes are available online on your SSH for OpenVMS media and are accessible before or after software installation.

Conventions Used

Convention

Meaning

host

Any computer system on the network. The local host is your computer. A remote host is any other computer.

monospaced type

System output or user input. User input is in bold type.Example: Is this configuration correct? YES

Monospaced type also indicates user input where the case of the entry should be preserved.

italic type

Variable value in commands and examples. For example, username indicates that you must substitute your actual username. Italic text also identifies documentation references.

[directory]

Directory name in an OpenVMS file specification. Include the brackets in the specification.

[optional-text]

(Italicized text and square brackets) Enclosed information is optional. Do not include the brackets when entering the information.Example: START/IP line address [info] This command indicates that the info parameter is optional.

{value | value}

Denotes that you should use only one of the given values. Do not include the braces or vertical bars when entering the value.

Note!

Information that follows is particularly noteworthy.

CAUTION!

Information that follows is critical in preventing a system interruption or security breach.

key

Press the specified key on your keyboard.

Ctrl/key

Press the control key and the other specified key simultaneously.

Return

Press the Return or Enter key on your keyboard.

Previous Page TOC Index Next Page