1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Merge the 0.68 release branchlet to master.

Conflicts in the FAQ are fixed by incorporating Jacob's rewritten
post-0.68 version. (But owing to considerable git confusion I haven't
managed to get his name on to this commit anywhere.)
This commit is contained in:
Simon Tatham
2017-02-20 20:52:41 +00:00
9 changed files with 66 additions and 49 deletions

View File

@ -69,11 +69,11 @@ change the \q{SSH protocol version} setting (see \k{config-ssh-prot}),
or use the \c{-1} command-line option; in any case, you should not
treat the resulting connection as secure.
You might start seeing this message with new versions of PuTTY
\#{XXX-REVIEW-BEFORE-RELEASE: (from 0.XX onwards)}
where you didn't before, because it used to be possible to configure
PuTTY to automatically fall back from SSH-2 to SSH-1. This is no
longer supported, to prevent the possibility of a downgrade attack.
You might start seeing this message with new versions of PuTTY (from
0.68 onwards) where you didn't before, because it used to be possible
to configure PuTTY to automatically fall back from SSH-2 to SSH-1.
This is no longer supported, to prevent the possibility of a downgrade
attack.
\H{errors-cipher-warning} \q{The first cipher supported by the server is
... below the configured warning threshold}

View File

@ -66,9 +66,8 @@ Yes. SSH-1 support has always been available in PuTTY.
However, the SSH-1 protocol has many weaknesses and is no longer
considered secure; you should use SSH-2 instead if at all possible.
\#{XXX-REVIEW-BEFORE-RELEASE:
As of 0.68, PuTTY will no longer fall back to SSH-1 if the server
doesn't appear to support SSH-2; you must explicitly ask for SSH-1. }
doesn't appear to support SSH-2; you must explicitly ask for SSH-1.
\S{faq-localecho}{Question} Does PuTTY support \i{local echo}?
@ -216,16 +215,12 @@ seems to be working so far.
Currently, release versions of PuTTY tools only run on Windows
systems and Unix.
\#{XXX-REVIEW-BEFORE-RELEASE: replace following two lines with:
As of 0.68, the supplied PuTTY executables run on versions of
Windows from XP onwards,}
PuTTY runs on versions of Windows from Windows 95 onwards (but not
the 16-bit Windows 3.1; see \k{faq-win31}),
up to and including Windows 10; and we know of no reason why PuTTY
should not continue to work on future versions of Windows.
\#{XXX-REVIEW-BEFORE-RELEASE: We provide 32-bit and 64-bit Windows
executables; see \k{faq-32bit-64bit} for discussion of the
compatibility issues around that.}
As of 0.68, the supplied PuTTY executables run on versions of Windows
from XP onwards, up to and including Windows 10; and we know of no
reason why PuTTY should not continue to work on future versions of
Windows. We provide 32-bit and 64-bit Windows executables; see
\k{faq-32bit-64bit} for discussion of the compatibility issues around
that.
(We used to also provide executables for Windows for the Alpha
processor, but stopped after 0.58 due to lack of interest.)
@ -252,10 +247,9 @@ If you look at the source release, you should find a \c{unix}
subdirectory. There are a couple of ways of building it,
including the usual \c{configure}/\c{make}; see the file \c{README}
in the source distribution. This should build you Unix
ports of Plink, PuTTY itself, PuTTYgen, PSCP, PSFTP, and also
ports of Plink, PuTTY itself, PuTTYgen, PSCP, PSFTP, Pageant, and also
\i\c{pterm} - an \cw{xterm}-type program which supports the same
terminal emulation as PuTTY. \#{XXX-REVIEW-BEFORE-RELEASE:}
We do not yet have a Unix port of Pageant.
terminal emulation as PuTTY.
If you don't have \i{Gtk}, you should still be able to build the
command-line tools.
@ -592,13 +586,12 @@ all versions of Windows that PuTTY supports. PuTTY doesn't require to
run as a 64-bit application to work well, and having a 32-bit PuTTY on
a 64-bit system isn't likely to cause you any trouble.
The 64-bit version
\#{XXX-REVIEW-BEFORE-RELEASE (first released in 0.XX)}
will only run if you have a 64-bit processor \e{and} a \I{64-bit
Windows}64-bit edition of Windows (both of these things are likely to
be true of any recent Windows PC). It will run somewhat faster (in
particular, the cryptography will be faster, especially during link
setup), but it will consume slightly more memory.
The 64-bit version (first released in 0.68) will only run if you have
a 64-bit processor \e{and} a \I{64-bit Windows}64-bit edition of
Windows (both of these things are likely to be true of any recent
Windows PC). It will run somewhat faster (in particular, the
cryptography will be faster, especially during link setup), but it
will consume slightly more memory.
If you need to use an external \i{DLL} for GSSAPI authentication, that
DLL may only be available in a 32-bit or 64-bit form, and that will
@ -1070,8 +1063,7 @@ is triggered by PuTTY 0.58. This was fixed in 0.59. The
\W{http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/xp-wont-run}{\q{xp-wont-run}}
entry in PuTTY's wishlist has more details.
\S{faq-system32}{Question} When I put
\#{XXX-REVIEW-BEFORE-RELEASE 32-bit} PuTTY in
\S{faq-system32}{Question} When I put 32-bit PuTTY in
\cw{C:\\WINDOWS\\\i{SYSTEM32}} on my \i{64-bit Windows} system,
\i{\q{Duplicate Session}} doesn't work.

View File

@ -41,7 +41,7 @@ use Plink:
\c Z:\sysosd>plink
\c Plink: command-line connection utility
\c Release 0.67
\c Release 0.68
\c Usage: plink [options] [user@]host [command]
\c ("host" can also be a PuTTY saved session name)
\c Options:
@ -54,6 +54,8 @@ use Plink:
\c -P port connect to specified port
\c -l user connect with specified username
\c -batch disable all interactive prompts
\c -proxycmd command
\c use 'command' as local proxy
\c -sercfg configuration-string (e.g. 19200,8,n,1,X)
\c Specify the serial configuration (serial only)
\c The following options only apply to SSH connections:
@ -83,6 +85,8 @@ use Plink:
\c -sshlog file
\c -sshrawlog file
\c log protocol details to a file
\c -shareexists
\c test whether a connection-sharing upstream exists
Once this works, you are ready to use Plink.

View File

@ -39,7 +39,7 @@ use PSCP:
\c Z:\owendadmin>pscp
\c PuTTY Secure Copy client
\c Release 0.67
\c Release 0.68
\c Usage: pscp [options] [user@]host:source target
\c pscp [options] source [source...] [user@]host:target
\c pscp [options] -ls [user@]host:filespec
@ -63,6 +63,8 @@ use PSCP:
\c -hostkey aa:bb:cc:...
\c manually specify a host key (may be repeated)
\c -batch disable all interactive prompts
\c -proxycmd command
\c use 'command' as local proxy
\c -unsafe allow server-side wildcards (DANGEROUS)
\c -sftp force use of SFTP protocol
\c -scp force use of SCP protocol