SSH Reference Manual
If used with the DETAIL modifier, INFO PASSWORD will provide some detailed information about each password 
displayed. The following is an example of the output of INFO PASSWORD, DETAIL: 
% info password comf.us@[fe80::a00:8eff:fe00:d14e]:55022,detail 
info password comf.us@[fe80::a00:8eff:fe00:d14e]:55022,detail 
PASSWORD USER STATUS 
comf.us@[fe80::a00:8eff:fe00:d14e]:55022 superulrich THAWED 
 USERID@HOST comf.us@[fe80::a00:8eff:fe00:d14e]:55022 
 USER superulrich 
 LAST-USE 20Apr12,20:05 
 LAST-MODIFIED 20Apr12,19:11 
 STATUS THAWED 
% 
Specifying a prefix followed by a wildcard is supported: 
% info password superu*:u*,detail 
info password superu*:u*,detail 
PASSWORD USER STATUS 
us@10.0.0.196 superulrich THAWED 
 USERID@HOST us@10.0.0.196 
 USER superulrich 
 LAST-USE 20Apr12,20:13 
 LAST-MODIFIED 20Apr12,20:12 
 STATUS THAWED 
% 
The fields of the output of INFO PASSWORD have the following meaning: 
USER 
The system user who owns the password. 
LAST-USE 
The timestamp of the last usage of the password. 
LAST-MODIFIED 
The timestamp of the last modification of the password. 
STATUS 
Whether the password is FROZEN or THAWED. 
RENAME PASSWORD 
The RENAME PASSWORD command is used to rename a password entry in the SSH database. A password entry can 
only be renamed by the SUPER.SUPER user (unless explicitly denied in OBJECTTYPE USER record) or those 
configured with full SSHCOM access or by the user who owns the password. The command has the following syntax: 
RENAME PASSWORD [<oldusername>:]<oldremoteuser>@<oldtargethost>[:<oldtargetport>], 
 [<newusername>:]<newremoteuser>@<newtargethost>[:<newtargetport>] 
A password entry with the old password name, identified by the sequence 
[<oldusername>:]<oldremoteuser>@<oldtargethost>[:<oldtargetport>] 
must exist. The entry with the new password name, identified by 
[<newusername>:]<newremoteuser>@<newtargethost>[:<newtargetport>] 
 must not exist. 
The individual attributes have the following meaning and syntax: 
202 • SSHCOM Command Reference  HP NonStop SSH Reference Manual 










