X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=doc%2Fconfig.but;h=a15ed7f1b56a87a3dc31b686cc88490b82172ab7;hb=7983d2dd280beaf6181c50cee441d661d0ea02ba;hp=4d848ef8151b5967c8ab0557094fe11bbf14bf9c;hpb=fc2a4f845dc3cecf278febe4e46da7cc598b06d0;p=PuTTY.git diff --git a/doc/config.but b/doc/config.but index 4d848ef8..a15ed7f1 100644 --- a/doc/config.but +++ b/doc/config.but @@ -1,4 +1,4 @@ -\versionid $Id: config.but,v 1.18 2001/12/06 20:05:39 simon Exp $ +\versionid $Id: config.but,v 1.19 2001/12/11 21:00:01 simon Exp $ \C{config} Configuring PuTTY @@ -1479,6 +1479,28 @@ See \k{pageant} for general information on Pageant, and there is a security risk involved with enabling this option; see \k{pageant-security} for details. +\S{config-ssh-agentfwd} \q{Allow attempted changes of username in SSH2} + +\cfg{winhelp-topic}{ssh.auth.changeuser} + +In the SSH 1 protocol, it is impossible to change username after +failing to authenticate. So if you mis-type your username at the +PuTTY \q{login as:} prompt, you will not be able to change it except +by restarting PuTTY. + +The SSH 2 protocol \e{does} allow changes of username, in principle, +but does not make it mandatory for SSH 2 servers to accept them. In +particular, OpenSSH does not accept a change of username; once you +have sent one username, it will reject attempts to try to +authenticate as another user. (Depending on the version of OpenSSH, +it may quietly return failure for all login attempts, or it may send +an error message.) + +For this reason, PuTTY will by default not prompt you for your +username more than once, in case the server complains. If you know +your server can cope with it, you can enable the \q{Allow attempted +changes of username} option to modify PuTTY's behaviour. + \S{config-ssh-privkey} \q{Private key file for authentication} \cfg{winhelp-topic}{ssh.auth.privkey}