mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Halibut now warns about code paragraph lines which are too long to
fit in the text output format. If only to stop myself getting pestered with cron stderr messages every night, here are some changes that remove over-long code lines from the PuTTY manual. [originally from svn r4238]
This commit is contained in:
parent
6ead462bfa
commit
f5a7d348cd
@ -1,4 +1,4 @@
|
|||||||
\versionid $Id: config.but,v 1.79 2004/05/22 11:04:35 simon Exp $
|
\versionid $Id: config.but,v 1.80 2004/05/22 11:09:31 simon Exp $
|
||||||
|
|
||||||
\C{config} Configuring PuTTY
|
\C{config} Configuring PuTTY
|
||||||
|
|
||||||
@ -2321,9 +2321,9 @@ line options, so it's all automatic. Here is what you need in
|
|||||||
\c regedit /s putty.reg
|
\c regedit /s putty.reg
|
||||||
\c regedit /s puttyrnd.reg
|
\c regedit /s puttyrnd.reg
|
||||||
\c start /w putty.exe
|
\c start /w putty.exe
|
||||||
\c regedit /ea puttynew.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
|
\c regedit /ea new.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
|
||||||
\c copy puttynew.reg putty.reg
|
\c copy new.reg putty.reg
|
||||||
\c del puttynew.reg
|
\c del new.reg
|
||||||
\c regedit /s puttydel.reg
|
\c regedit /s puttydel.reg
|
||||||
|
|
||||||
This batch file needs two auxiliary files: \c{PUTTYRND.REG} which
|
This batch file needs two auxiliary files: \c{PUTTYRND.REG} which
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
\versionid $Id: faq.but,v 1.69 2004/04/28 17:26:15 jacob Exp $
|
\versionid $Id: faq.but,v 1.70 2004/05/22 11:09:31 simon Exp $
|
||||||
|
|
||||||
\A{faq} PuTTY FAQ
|
\A{faq} PuTTY FAQ
|
||||||
|
|
||||||
@ -565,8 +565,8 @@ In order to use Plink on these systems, you will need to download
|
|||||||
the
|
the
|
||||||
\W{http://www.microsoft.com/windows95/downloads/contents/wuadmintools/s_wunetworkingtools/w95sockets2/}{WinSock 2 upgrade}:
|
\W{http://www.microsoft.com/windows95/downloads/contents/wuadmintools/s_wunetworkingtools/w95sockets2/}{WinSock 2 upgrade}:
|
||||||
|
|
||||||
\c http://www.microsoft.com/windows95/downloads/contents/wuadmintools/
|
\c http://www.microsoft.com/windows95/downloads/contents/
|
||||||
\c s_wunetworkingtools/w95sockets2/
|
\c wuadmintools/s_wunetworkingtools/w95sockets2/
|
||||||
|
|
||||||
\S{faq-outofmem}{Question} After trying to establish an SSH 2
|
\S{faq-outofmem}{Question} After trying to establish an SSH 2
|
||||||
connection, PuTTY says \q{Out of memory} and dies.
|
connection, PuTTY says \q{Out of memory} and dies.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
\versionid $Id: pageant.but,v 1.10 2003/02/11 14:10:20 simon Exp $
|
\versionid $Id: pageant.but,v 1.11 2004/05/22 11:09:31 simon Exp $
|
||||||
|
|
||||||
\C{pageant} Using Pageant for authentication
|
\C{pageant} Using Pageant for authentication
|
||||||
|
|
||||||
@ -62,8 +62,8 @@ The large list box in the Pageant main window lists the private keys
|
|||||||
that are currently loaded into Pageant. The list might look
|
that are currently loaded into Pageant. The list might look
|
||||||
something like this:
|
something like this:
|
||||||
|
|
||||||
\c ssh1 1024 22:c3:68:3b:09:41:36:c3:39:83:91:ae:71:b2:0f:04 key1
|
\c ssh1 1024 22:c3:68:3b:09:41:36:c3:39:83:91:ae:71:b2:0f:04 k1
|
||||||
\c ssh-rsa 1023 74:63:08:82:95:75:e1:7c:33:31:bb:cb:00:c0:89:8b key2
|
\c ssh-rsa 1023 74:63:08:82:95:75:e1:7c:33:31:bb:cb:00:c0:89:8b k2
|
||||||
|
|
||||||
For each key, the list box will tell you:
|
For each key, the list box will tell you:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
\versionid $Id: plink.but,v 1.22 2004/04/24 12:25:08 jacob Exp $
|
\versionid $Id: plink.but,v 1.23 2004/05/22 11:09:31 simon Exp $
|
||||||
|
|
||||||
\C{plink} Using the command-line connection tool Plink
|
\C{plink} Using the command-line connection tool Plink
|
||||||
|
|
||||||
@ -226,7 +226,7 @@ start a backup on a remote machine, you might use a command like:
|
|||||||
Or perhaps you want to fetch all system log lines relating to a
|
Or perhaps you want to fetch all system log lines relating to a
|
||||||
particular web area:
|
particular web area:
|
||||||
|
|
||||||
\c plink mysession grep /~fjbloggs/ /var/log/httpd/access.log > fredlogs
|
\c plink mysession grep /~fred/ /var/log/httpd/access.log > fredlog
|
||||||
|
|
||||||
Any non-interactive command you could usefully run on the server
|
Any non-interactive command you could usefully run on the server
|
||||||
command line, you can run in a batch file using Plink in this way.
|
command line, you can run in a batch file using Plink in this way.
|
||||||
|
21
doc/pscp.but
21
doc/pscp.but
@ -1,4 +1,4 @@
|
|||||||
\versionid $Id: pscp.but,v 1.27 2004/04/25 22:18:19 jacob Exp $
|
\versionid $Id: pscp.but,v 1.28 2004/05/22 11:09:31 simon Exp $
|
||||||
|
|
||||||
\#FIXME: Need examples
|
\#FIXME: Need examples
|
||||||
|
|
||||||
@ -81,11 +81,11 @@ To send (a) file(s) to a remote server:
|
|||||||
|
|
||||||
\c pscp [options] source [source...] [user@]host:target
|
\c pscp [options] source [source...] [user@]host:target
|
||||||
|
|
||||||
So to copy the local file \c{c:\\documents\\csh-whynot.txt} to the
|
So to copy the local file \c{c:\\documents\\foo.txt} to the server
|
||||||
server \c{example.com} as user \c{fred} to the file
|
\c{example.com} as user \c{fred} to the file \c{/tmp/foo} you would
|
||||||
\c{/tmp/csh-whynot} you would type:
|
type:
|
||||||
|
|
||||||
\c pscp c:\documents\csh-whynot.txt fred@example.com:/tmp/csh-whynot
|
\c pscp c:\documents\foo.txt fred@example.com:/tmp/foo
|
||||||
|
|
||||||
You can use wildcards to transfer multiple files in either
|
You can use wildcards to transfer multiple files in either
|
||||||
direction, like this:
|
direction, like this:
|
||||||
@ -94,12 +94,11 @@ direction, like this:
|
|||||||
\c pscp fred@example.com:source/*.c c:\source
|
\c pscp fred@example.com:source/*.c c:\source
|
||||||
|
|
||||||
However, in the second case (using a wildcard for multiple remote
|
However, in the second case (using a wildcard for multiple remote
|
||||||
files) you may see a warning like this:
|
files) you may see a warning saying something like \q{warning:
|
||||||
|
remote host tried to write to a file called 'terminal.c' when we
|
||||||
\c warning: remote host tried to write to a file called 'terminal.c'
|
requested a file called '*.c'. If this is a wildcard, consider
|
||||||
\c when we requested a file called '*.c'.
|
upgrading to SSH 2 or using the '-unsafe' option. Renaming of this
|
||||||
\c If this is a wildcard, consider upgrading to SSH 2 or using
|
file has been disallowed}.
|
||||||
\c the '-unsafe' option. Renaming of this file has been disallowed.
|
|
||||||
|
|
||||||
This is due to a fundamental insecurity in the old-style SCP
|
This is due to a fundamental insecurity in the old-style SCP
|
||||||
protocol: the client sends the wildcard string (\c{*.c}) to the
|
protocol: the client sends the wildcard string (\c{*.c}) to the
|
||||||
|
Loading…
Reference in New Issue
Block a user