This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Remember SSH key passphrase #1747
Open
Description
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!