
HP NonStop SSH Reference Manual
STN Reference
•
219
STN Reference
Introduction
The STN component is a pseudo TTY server providing full-screen shell access to remote SSH clients.
Running STN as Pseudo TTY Server for SSH2
Note
: For cases in which SSH2 was delivered with HP NonStop SSH as part of the RVU or as an independent product
for G-Series prior to G06.32, an STN PTY server will be pre-installed as a generic process: SSH-ZPTY ($ZPTY).
Starting STN from TACL
STN can be started using standard TACL commands. It can also be configured as a generic process.
The example below shows how to start STN "from scratch", without a TACL routine:
1 logon super.super
2 volume $system.stn
3 clear all
4 param ...
5 run stn / name $PTY , pri 180 , nowait /
6 run stncom $ZPTY; ...
Following is a detailed explanation of each step:
1 - logon super.super
Like SSH2, the STN PTY server must be started under user SUPER.SUPER.
2 - volume $system.stn
Point to the subvolume where STN is installed.
3 - clear all
Clears all parameters for this tacl session.
4 – param …
Specify parameters. All parameters are optional.
Содержание NonStop SSH 544701-014
Страница 12: ...xii Contents HP NonStop SSH Reference Manual ...
Страница 24: ...24 Preface HP NonStop SSH Reference Manual ...
Страница 30: ...30 Introduction HP NonStop SSH Reference Manual ...
Страница 46: ...46 Installation Quick Start HP NonStop SSH Reference Manual ...
Страница 132: ...132 The SSH User Database HP NonStop SSH Reference Manual ...
Страница 214: ...214 SSH and SFTP Client Reference HP NonStop SSH Reference Manual ...
Страница 278: ...278 STN Reference HP NonStop SSH Reference Manual ...
Страница 298: ...298 Monitoring and Auditing HP NonStop SSH Reference Manual ...
Страница 302: ...302 Performance Considerations HP NonStop SSH Reference Manual ...