do I also need to add this to my boot scripts in Linux to have my private ley loaded each time or I only need to do this once and it's persistant?
Add ssh-agent/ssh-add to your X or console session startup scripts, not the boot scripts.
When you want to automatically load it on startup, you should use a key without a passphrase
I'd like to emphasise passphraseless keys are for specific automated tasks like rsync backups and like that.
Do NOT use that for accessing remote systems from your personal account.
|