HP 3PAR Command Line Interface Administrator's Manual: HP 3PAR OS 3.1.2 (QR482-96525, September 2013)

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).
$ sshagent
echo Agent pid 24216
$ sshadd
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>
NOTE: You can redirect the standard input, or stdin, to execute multiple CLI commands.
SSH 57