Correct password for ssh key rejected when ssh-d into machine
- by user20342
When I am logged into my machine directly, I can do all git operations, and when prompted for a password, the password is accepted. When I ssh into the same box and run git operations on the same repos, the password is rejected.
Relevant section of .ssh/config looks like this:
# Generic settings
Host *
ServerAliveInterval 600
ControlPath…