X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/cfc65cdcd6d9f0faaba16201d1e8bcd7c7ec2137..bdebd7e98958c2c61b3bcaed14129e5b7d68b589:/doc/config.but?ds=sidebyside diff --git a/doc/config.but b/doc/config.but index 358153d3..1de6d43e 100644 --- a/doc/config.but +++ b/doc/config.but @@ -538,7 +538,7 @@ help. (Typing \i{Shift-Backspace} will cause PuTTY to send whichever code isn't configured here as the default.) -\S{config-homeend} Changing the action of the \I{Home and End keys} +\S{config-homeend} Changing the action of the \i{Home and End keys} \cfg{winhelp-topic}{keyboard.homeend} @@ -647,10 +647,11 @@ In this mode, the numeric keypad keys 1-9 generate the NetHack movement commands (\cw{hjklyubn}). The 5 key generates the \c{.} command (do nothing). -Better still, pressing Shift with the keypad keys generates the -capital forms of the commands (\cw{HJKLYUBN}), which tells NetHack -to keep moving you in the same direction until you encounter -something interesting. +In addition, pressing Shift or Ctrl with the keypad keys generate +the Shift- or Ctrl-keys you would expect (e.g. keypad-7 generates +\cq{y}, so Shift-keypad-7 generates \cq{Y} and Ctrl-keypad-7 +generates Ctrl-Y); these commands tell NetHack to keep moving you in +the same direction until you encounter something interesting. For some reason, this feature only works properly when \i{Num Lock} is on. We don't know why. @@ -1325,11 +1326,10 @@ work in the PuTTY window. If you enable \q{Paste to clipboard in RTF as well as plain text}, PuTTY will write formatting information to the clipboard as well as -the actual text you copy. Currently the only effect of this will be +the actual text you copy. The effect of this is that if you paste into (say) a word processor, the text will appear -in the word processor in the same \i{font} PuTTY was using to display -it. In future it is likely that other formatting information (bold, -underline, colours) will be copied as well. +in the word processor in the same \i{font}, \i{colour}, and style +(e.g. bold, underline) PuTTY was using to display it. This option can easily be inconvenient, so by default it is disabled. @@ -1533,7 +1533,9 @@ use the list box to select which colour you want to modify. The \i{RGB values} for that colour will appear on the right-hand side of the list box. Now, if you press the \q{Modify} button, you will be presented with a colour selector, in which you can choose a new -colour to go in place of the old one. +colour to go in place of the old one. (You may also edit the RGB +values directly in the edit boxes, if you wish; each value is an +integer from 0 to 255.) PuTTY allows you to set the \i{cursor colour}, the \i{default foreground} and \I{default background}background, and the precise shades of all the @@ -2311,6 +2313,24 @@ unwanted username prompts, you could try checking this option. This option only affects SSH-2 connections. SSH-1 connections always require an authentication step. +\S{config-ssh-tryagent} \q{Attempt authentication using Pageant} + +\cfg{winhelp-topic}{ssh.auth.pageant} + +If this option is enabled, then PuTTY will look for Pageant (the SSH +private-key storage agent) and attempt to authenticate with any +suitable public keys Pageant currently holds. + +This behaviour is almost always desirable, and is therefore enabled +by default. In rare cases you might need to turn it off in order to +force authentication by some non-public-key method such as +passwords. + +This option can also be controlled using the \c{-noagent} +command-line option. See \k{using-cmdline-agentauth}. + +See \k{pageant} for more information about Pageant in general. + \S{config-ssh-tis} \q{Attempt \I{TIS authentication}TIS or \i{CryptoCard authentication}} @@ -2393,6 +2413,11 @@ This key must be in PuTTY's native format (\c{*.\i{PPK}}). If you have a private key in another format that you want to use with PuTTY, see \k{puttygen-conversions}. +If a key file is specified here, and \i{Pageant} is running (see +\k{pageant}), PuTTY will first try asking Pageant to authenticate with +that key, and ignore any other keys Pageant may have. If that fails, +PuTTY will ask for a passphrase as normal. + \H{config-ssh-tty} The TTY panel The TTY panel lets you configure the remote pseudo-terminal.