git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Https password present in git output
@ 2016-07-13 17:26 ervion
  2016-07-13 18:09 ` Junio C Hamano
  2016-07-13 18:16 ` Dennis Kaarsemaker
  0 siblings, 2 replies; 6+ messages in thread
From: ervion @ 2016-07-13 17:26 UTC (permalink / raw)
  To: git


Sometimes using ssh is not possible and saving https password in plain 
text to disk may be desireable
(in case of encrypted disk it would be equivalent security with caching 
password in memory).

One possibility for this in git is to save remote in the 
https://username:password@domain.com/repo.git format.
However, in this case every time you push or pull, the remote address, 
including the plain text password.
That would introduce additional security issiues and is unreasonable?

Wouldn't it make sense to scrabble the password part in remote's url 
before printing it to output?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-07-13 23:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-13 17:26 Https password present in git output ervion
2016-07-13 18:09 ` Junio C Hamano
2016-07-13 18:16   ` Junio C Hamano
2016-07-13 22:36     ` ervion
2016-07-13 23:36       ` Jeff King
2016-07-13 18:16 ` Dennis Kaarsemaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).