Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I clone with SSH because it's easier. Also I encrypted my ssh key with a password so if anyone gets the key, they can't use it.
-
cuervo14247y@filthyranter yeah the setup isn't a big deal. My issue with using https was it caching my credentials though I could opt not to do that but I also don't want to enter my credentials every time. I don't believe it's encrypted either
-
@cuervo Accessing via SSH is more secure than entering your credentials into an HTTPS request. You don't share your credentials, that's why.
-
cuervo14247y@illusion466 I saw that too and it made me curious about the difference between the two
-
D--M22687yThere is absolutely no contest.
SSH should --be the only method--
Your credentials are never transmitted, its easier to set up and faster.
Related Rants
Do you git clone with ssh or https and why?
I am thinking about using ssh just based on my own research, though you guys may have a your own reasons.
rant
https
ssh
clone
git