Everytime I login, I need to run these commands to stop being prompted for my password each time.
will@dev1:~$ will@dev1:~$ eval $('ssh-agent') Agent pid 4234 will@dev1:~$ ssh-add Enter passphrase for /home/will/.ssh/id_rsa: Identity added: /home/will/.ssh/id_rsa (/home/will/.ssh/id_rsa) will@dev1:~$ How can I configure my shell so I do not need to do this?
Thanks