SSH Reference Manual

The MD5 fingerprint is logged at SSH2 process startup as well.
The fingerprint information can be used to configure a known host entry on a remote system.
EXPORT HOST-KEY
The EXPORT HOST-KEY command will export the public key part of the host key that is stored in the HOSTKEY file.
The command has the following syntax:
EXPORT HOST-KEY, FILE {<GUARDIAN-file-name> | "<OSS-file-name>" | <OSS-file-name> }
The individual attributes have the following meaning and syntax:
FILE {<GUARDIAN-file-name> | "<OSS-file-name>" | <OSS-file-name> }
The name of the Guardian or OSS file that will hold the exported key. A file created in the Guardian name
space will be a file with file code 180. If an OSS file name is specified that contains spaces (or commas), then
double quotes are required for the attribute value.
All users with SSHCOM access can execute this command.
Example:
% export host-key, file $temp.sshtemp.hostkey1
export host-key, file $temp.sshtemp.hostkey1
OK, written public part of host key to file $temp.sshtemp.hostkey1
%
The exported file can be used to configure a known host entry on a remote system.
Daemon Mode Commands - Overview
The SSH2 user base is maintained using the following commands. The commands will be discussed in details in the
following subsections. Please also see "Database for Daemon Mode" in chapter "The SSH User Database" for an
overview of the database content.
Commands operating on the USER entity:
o ADD USER: adds a new user to the database.
o ALTER USER: changes parameters for an existing user.
o DELETE USER: deletes an existing user.
o FREEZE USER: freezes a user name, rendering it unable to log on from remote.
o INFO USER: shows information about a user or a set of users.
o RENAME USER: renames a user.
o THAW USER: thaws a user name, making it active again.
Commands operating on the RESTRICTION-PROFILE entity:
o ADD RESTRICTION-PROFILE: adds a new restriction profile to the database.
o ALTER RESTRICTION-PROFILE: changes parameters for an existing restriction profile.
o DELETE RESTRICTION-PROFILE: deletes an existing restriction profile.
o INFO RESTRICTION-PROFILE: shows information about a restriction profile or a set of restriction
profiles.
o RENAME RESTRICTION-PROFILE: renames a restriction profile.
HP NonStop SSH Reference Manual SSHCOM Command Reference 167