3PAR InForm® OS 2.3.1 CLI Administrator's Manual (320-200180 Rev B, February 2010)

3.26
SSH
3PAR InForm CLI Administrator’s Manual InForm OS Version 2.3.1
6 If you specified a pass phrase when creating the key pair, run ssh-agent and ssh-add to
decrypt the key before running your script (
<script_name> in the following example).
$ ssh–agent
echo Agent pid 24216
$ ssh–add
Enter passphrase for /home/usr/user3/.ssh/id_dsa: ******
Identity added: /home/usr/user3/.ssh/id_dsa (/home/usr/user3/.ssh/id_dsa)
$ <script_name>