How do I turn the SSH Agent off? I'm having troubles with Vagrant and it indicates that I should disable my SSH Agent before continuing, yet I can't find a straight forward answer. How would I do it?
Temporary answers work too. I'm happy with how my environment is setup, it's just this particular situation where I need to verify that disabling the SSH Agent corrects the issue, even if I then turn it back on.
~/.bashrc
. It will practically disable it permanently for all the sessions. (after relogin). – Jakuje Nov 28 '18 at 09:24SSH_AUTH_SOCK="" ssh [email protected]
– arcanemachine Jan 31 '22 at 04:33