Hi Stefan, - Where are the keys stored? I think it goes through TortoisePlink.exe - can I set the key when making the tunnel so I don't have to mess with PuTTY's settings?
> > Plink stores the keys, that's another application. TortoisePlink is just > the original Plink compiled and slightly modified so that ugly console > window doesn't pop up every time. > When TortoisePlink starts the connection, it sends a public key from a well-known place to start securing the connection. I want it to send a key saved from the SSH config section. So it could either write to the well-known location - or use the configured one first. >From TortoisePlink's help dialog, something like: tortoiseplink [host] -i [keyfile location] > >> - Can TortoiseSVN (or it's programs) create keys or does it need an >> external program? ( (I see \ext\openssl in the repo checkout) >> > > No, TSVN can't create keys. Sorry. > > Windows 7 and later already has ssh-keygen installed at: C:\Windows\System32\OpenSSH\ssh-keygen.exe so we could shell that command to generate the keys like just like plink to make the connection. It looks like most of the heavy lifting has been done. Would you be interested in a patch for this? -- You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn-dev/7949dd55-4631-416e-87f1-bc16d4557c0d%40googlegroups.com.

