I can't find any guides/information on how to get Aptana Studio's built-in git support to remember the ssh password for performing push/pull operations.
Does anybody have any ideas?
Aptana Studio, actually its the built in GIT program, will look for your SSH key in your C:\Users\UserName.ssh folder on Windows.
NO!. The real path would be
%HOME%\.ssh\id_rsa --> for RSA keys, change the prefix if your key is DSA
On Linux I have my ssh config file ( ~/.ssh/config ) as follows
Host github.com
User MyUsername
IdentityFile=/home/MyUsername/.ssh/MySshKey`
If you have a key with a password, you'll need something like ssh-agent or other app so you only have to enter your key password one time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With