#git bot interface
History of !ssh
- Please use SSH to talk to remote repos. http:// and git:// are completely unsecured and http:// suffers from smart webservers trying to implement policy. You can try to do "smart" https://, but it can be troublesome to configure if you do not know how (see !web_repos for simple instructions) unless your company implements a MITM attack and prevents end-to-end crypto.
By SethRobertson at 2012-10-29 01:18:11
- Please use SSH to talk to remote repos. http:// and git:// are completely unsecured. You can try to do "smart" https://, but it is troublesome to configure(web server/cgi authentication mechanisms, ACLs, etc) and use(client CA certificates, firewalling, protocol inefficiency)
By EugeneKay at 2012-06-26 21:14:57
- Please use SSH to talk to remote repos. http:// and git:// are completely unsecured. You can try to configure "smart" https:// access, but it is usually much easier to just stick with ssh://
By EugeneKay at 2012-05-17 18:51:17