jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

Connect via SSH #180

Open estevaocma opened 8 years ago

estevaocma commented 8 years ago

Add option to connect to repositories using SSH isntead of HTTPS

diegonc commented 7 years ago

Shouldn't it use whatever remote URL is recorded in .git/config? I mean, in the end it's just calling out git commands

cgarciae commented 7 years ago

The thing with SSH is that you have to configure the identification via ssh-agent and ssh-add if you don't have it configured via ~/.ssh/config. The feature to specify the shh key and optionally provide the passphrase would be nice.

neo-inuit commented 7 years ago

+1

sunxfancy commented 7 years ago

Usually using ssh, it's more convenient.