Closed robfallows closed 2 years ago
The code suggested for ensuring "passwordless" access to SSH does not work as expected.
bash
SSH_AUTH_SOCK
ssh-agent
This may work after all. Closing for now.
Bug
The code suggested for ensuring "passwordless" access to SSH does not work as expected.
bash
process is started it does not have anSSH_AUTH_SOCK
variable to test against.ssh-agent
processes are created when starting a new copy ofbash
, instead of reusing a single process.