Aptana Studio, the GIT program actually built into it, will look for your SSH key in your C: \ Users \ UserName.ssh folder on Windows.
To find out if this key works. First, the server must have its public key and you set the correct remote path to the repository. Then try the regular ssh username @host, if you can log in using the ssh passphrase, you can start using GIT on the remote control.
To be able to not enter the ssh passphrase every time you want to connect to a remote computer, you may or may not have the ssh passphrase.
SSH login without password
Or you need an additional program that saves a password and enters it for you. The so-called ssh agent.
Using ssh-agent with ssh
Perhaps if you install Egit and use this instead of Aptanas Git. Perhaps this is possible if you save your ssh passphrase. (Not verified!)
The demz
source share