#!/bin/sh # Prompt the user for their passphrase for their SSH keys ssh-add $HOME/.ssh/id_dsa $HOME/.ssh/id_rsa $HOME/.ssh/identity < /dev/null