summaryrefslogtreecommitdiff
path: root/compat/mingw.c
diff options
context:
space:
mode:
authorEdward Z. Yang <edwardzyang@thewritingpot.com>2009-05-31 16:15:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-06-01 07:25:11 (GMT)
commit36ad53ffee6ed5b7c277cde660f526fd8ce3d68f (patch)
tree3e68ba4747aebf365de4926ea8316ddc16b367f8 /compat/mingw.c
parent7b66da2762025fe38ae426bdae5b288a88028e16 (diff)
downloadgit-36ad53ffee6ed5b7c277cde660f526fd8ce3d68f.zip
git-36ad53ffee6ed5b7c277cde660f526fd8ce3d68f.tar.gz
git-36ad53ffee6ed5b7c277cde660f526fd8ce3d68f.tar.bz2
connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows
OpenSSH uses -p to specify custom ports, while PuTTY plink and TortoisePlink use -P. Git now detects if plink is in GIT_SSH and modify its flags as necessary. We call plink with -batch, so that it will error out with an error message instead of waiting for user input. As reported in msysGit issue 96, plink wants to interact with the user asking if a host key should be accepted, but this just blocks the terminal, since plink tries to get the answer from stdin. However, stdin is already connected to Git that wants to send input to the remote command. But we do not pass -batch to TortoisePlink, because TortoisePlink uses a GUI to communicate with the user, and it does not understand -batch. Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com> Signed-off-by: Steffen Prohaska <prohaska@zib.de> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/mingw.c')
0 files changed, 0 insertions, 0 deletions