SSH Reference Manual

<system-user-name>
A valid local GUARDIAN user who owns the password entry in the user database. If <system-user-name> is omitted,
either the user being set with a previously issued ASSUME USER command or the issuer of the ADD PASSWORD
command will be used as the default. If <system-user-name> is specified, it MUST be followed by a ':' to separate it
from the known host name that follows.
Only the SUPER.SUPER user (unless explicitly denied in OBJECTTYPE USER record) or those configured with full
SSHCOM access can delete a password entry for other users.
<remote-user>
The user name to be used on the remote system.
<target-host>
The DNS name or IP address of the target system.
<target-port>
The listening port of the remote SSH server. If this optional attribute is omitted, the default of 22 is used.
FREEZE PASSWORD
The FREEZE PASSWORD command freezes a password. A local SFTP client cannot connect to a remote host using
this password until this password entry is thawed using the THAW PASSWORD command.
The command has the following syntax:
FREEZE PASSWORD [<system-user-name>:]<remote-user>@<target-host>[:<target-port>]
The individual attributes are identical as in the DELETE PASSWORD command, please see that section for details.
Only the SUPER.SUPER user (unless explicitly denied in OBJECTTYPE USER record) or those configured with full
SSHCOM access can freeze a password entry for other users.
INFO PASSWORD
This command provides information about a single password or a set of passwords in the SSH2 key store. It has the
following syntax:
INFO PASSWORD [<system-user-name>:]<remote-user>@<target-host>[:<target-port>]
[,DETAIL]
The attributes used to specify the password have the same meaning as in the DELETE PASSWORD command, please
see that section for details.
A '*' as part of the remote user name will be interpreted as a wildcard character, and information about all password
names matching the wildcard character will be displayed.
OUTPUT Format of INFO PASSWORD Command
If used without the DETAIL modifier, INFO PASSWORD will provide a brief summary for each password displayed.
The following is an example of the output of INFO PASSWORD:
%info password *
PASSWORD USER STATUS
comf.us@10.0.0.194:55022 superulrich THAWED
comf.us@10.0.0.196 superulrich THAWED
comf.us@[fe80::a00:8eff:fe00:d14e]:55022 superulrich THAWED
%
HP NonStop SSH Reference Manual SSHCOM Command Reference 201