I am using GIT via SSH using password-based auth (publickey is not supported due to server-side encryption that uses user password as encryption key).
Is it possible to store the password locally somehow so that I don't have to enter it every time?
So far I tried:
- putting the password in the URL, didn't work
- putting the machine, username and password into _netrc, didn't work