Previous | Contents | Next

Section 3.15: The Auth panel

The Auth panel allows you to configure authentication options for SSH sessions.

3.15.1 "Attempt TIS or CryptoCard authentication"

TIS and CryptoCard authentication are simple challenge/response forms of authentication available in SSH protocol version 1 only. You might use them if you were using S/Key one-time passwords, for example, or if you had a physical security token that generated responses to authentication challenges.

With this switch enabled, PuTTY will attempt these forms of authentication if the server is willing to try them. You will be presented with a challenge string (which will be different every time) and must supply the correct response in order to log in. If your server supports this, you should talk to your system administrator about precisely what form these challenges and responses take.

3.15.2 "Allow agent forwarding"

This option allows the SSH server to open forwarded connections back to your local copy of Pageant. If you are not running Pageant, this option will do nothing.

See chapter 7 for general information on Pageant, and section 7.2 for information on agent forwarding. Note that there is a security risk involved with enabling this option; see section 7.3 for details.

3.15.3 "Private key file for authentication"

This box is where you enter the name of your private key file if you are using public key authentication. See chapter 6 for information about public key authentication in SSH.

Previous | Contents | Next


Comments to putty@projects.tartarus.org
[$Id: pubkey.but,v 1.6 2001/09/25 19:59:14 simon Exp $]