-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Clifford Caoile wrote: > As an aside, I tried this with "github"'s ssh upload service. I > initially had trouble with the host key authentication when I did a > git.cmd push ... The problem was that I didn't have the host key > cached in the registry, because this was my first time to use > "github". Also plink called in this way does not interactively query > the user if the host key is not cached. So I typed "%GIT_SSH% > github.com" at the cmd prompt and then accepted the host key as > presented (hoping that MITM attackers were away, how can you verify it > separately?), which added it to the cache. After that git.cmd push > worked. Call me out as a plink.exe novice, if you must.
This is exactly the problem I was complaining about when I wrote my plink/custom port patch. Plink *does* attempt to be interactive. However, there's a problem between stdin communication between git (MingW?) and plink (native Windows apps?). No one I've talked to has a solution for this problem, unfortunately. - -- Edward Z. Yang GnuPG: 0x869C48DA HTML Purifier <http://htmlpurifier.org> Anti-XSS Filter [[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIT/3yqTO+fYacSNoRAqS2AJwIiOyAB0DEskUfUawyHSYeviBoHACaAifK epvPEfRCgE9Y/7tkakh6SVs= =B23K -----END PGP SIGNATURE-----
