- or download this
%> ssh-keygen -b 1024 -t RSA
<key in a good passphrase twice>
- or download this
cat .ssh/id_rsa.pub | ssh -l<user> <target_ip> '[ -d .ssh ] || mkdir .
+ssh ; chmod 700 .ssh ; cat - >> ~/.ssh/authorized_keys'
- or download this
exec /usr/bin/ssh-agent <Window Manager of choice>
- or download this
SSHAGENT=$(which ssh-agent)
SSHAGENTARGS="-s"
...
eval `$SSHAGENT $SSHAGENTARGS`
trap "kill $SSH_AGENT_PID" 0
fi
- or download this
%>ssh-add
<key in your passphrase>