X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/59c1f1f65f72f26a4ecff5deb8bb7918239a7032..7c7f68933f946bc20ddc5842b7c61d82fd7ebce7:/doc/faq.but diff --git a/doc/faq.but b/doc/faq.but index b95f74fc..dd48c8b9 100644 --- a/doc/faq.but +++ b/doc/faq.but @@ -101,6 +101,21 @@ authentication, which is more flexible and more secure. See \k{pubkey} in the documentation for a full discussion of public key authentication. +\S{faq-server} Will you write an SSH server for the PuTTY suite, to +go with the client? + +No. The only reason we might want to would be if we could easily +re-use existing code and significantly cut down the effort. We don't +believe this is the case; there just isn't enough common ground +between an SSH client and server to make it worthwhile. + +If someone else wants to use bits of PuTTY in the process of writing +a Windows SSH server, they'd be perfectly welcome to of course, but +I really can't see it being a lot less effort for us to do that than +it would be for us to write a server from the ground up. We don't +have time, and we don't have motivation. The code is available if +anyone else wants to try it. + \H{faq-ports} Ports to other operating systems The eventual goal is for PuTTY to be a multi-platform program, able @@ -272,6 +287,21 @@ Windows users don't have a middle button at all. You can also paste by pressing Shift-Ins. +\S{faq-tunnels} How do I use X forwarding and port forwarding? I +can't find the Tunnels panel. + +If you're looking in the 0.51 release or earlier, the Tunnels panel +isn't there. It was added in the development snapshots after 0.51, +and releases 0.52 and onwards will contain it. + +\S{faq-options} How do I use all PuTTY's features (port forwarding, +SSH v2 etc) in Plink? + +Plink is currently rather short of command line options to enable +this sort of thing. You can use these features if you create a PuTTY +saved session, and then use the name of the saved session on Plink's +command line in place of a hostname. + \S{faq-pscp} How do I use PSCP.EXE? When I double-click it gives me a command prompt window which then closes instantly.