3PAR InForm® OS 2.2.4 CLI Administrator's Manual (320-200113 Rev A, March 2009)
3.23
SSH
InForm OS Version 2.2.4 3PAR InForm OS CLI Administrator’s Manual
When prompted to continue, enter yes.
This is normal SSH behavior because the client host does not have the InServ system’s public
key. If InServ system’s public key has been stored on the client host before this connection,
this message will not be displayed. After you have set the key, on subsequent connections
this message will not be displayed.
3 When prompted for a password, enter the default password,
3pardata.
4 After the password is entered, you will see the CLI prompt.
In the previous example,
InServ–host–name is the InServ system’s cluster name or host
name.
You are now in the CLI shell and can issue any CLI command as documented in this manual.
5 If you need to create CLI additional users, issue the
createuser command.
In the previous example, new user
user2 with password testpw is created.
6 Terminate the CLI session by typing
exit at the prompt.
Newly created CLI users can access the CLI by following the instructions as explained earlier,
substituting their own user name, system name, and password when prompted.
NOTE: The validity of the key fingerprint presented at this point can be verified
by using the public keys provided as part of the InForm Administration Tools.
These keys can be installed with the administration tools or can be obtained
directly from the InForm Administration Tools CD. Consult your SSH client
documentation for instructions on creating a key fingerprint from the public key.
<
InServ–host–name> cli %
<
InServ–host–name> cli % createuser –c testpw user2 all edit
<
InServ–host–name> cli % exit