Remember SSH key passphrase
Edit by @rsese to add template details to issue body
Description
There is no checkbox to remember your SSH key passphrase like when using HTTPS.

Steps to Reproduce
When using the SSH URL for your repository:
- Open Git Tab (Not GitHub tab)
- Fetch, push or pull
At this point, if you don't have an SSH agent setup and have run ssh-add before starting Atom, you're prompted for your key passphrase.
Expected behavior:
Checkbox to remember your key passphrase.
Actual behavior:
There is no checkbox available.
Reproduces how often:
100%
Versions
Atom : 1.31.2 Electron: 2.0.7 Chrome : 61.0.3163.100 Node : 8.9.3
For each operation, ask for the password. (Fetch, pull, push) Can you remember the password? Thanks!
Thanks for reaching out!
A checkbox to remember your credentials was added in 1.26, so it should be available?
But it would be super helpful if you can fill out the issue template information, the information in the template is really useful for us when triaging issues. For example, what version of Atom are you running and what operating system? Do you see the "Remember" checkbox when prompted for your credentials?
Sorry for my bad English. :)
Description
There is no checkbox available.

Steps to Reproduce
- Open Git Tab (Not GitHub tab)
- Fetch, push or pull
- Add password every time
Expected behavior:
Remember the password.
Actual behavior:
There is no checkbox available.
Reproduces how often:
100%
Versions
Atom : 1.31.2 Electron: 2.0.7 Chrome : 61.0.3163.100 Node : 8.9.3
We do have a "remember me" checkbox for https credentials, but not for SSH keys. I think I was a little leery about handling private key passphrases properly... ? But that ship has kind of already sailed with GPG and https.
In the meantime, you can avoid the prompt if you set up an SSH agent and run ssh-add before launching Atom.
lol totally missed the "rsa" in the issue title 😄
I'll go ahead and tag as an enhancement but please close if this isn't something y'all would plan to do :v:
I have the same issue.
Running ssh-add before launching Atom doesn't help
+1