SSH Authentication([Setup] Menu)

"TTSSH: Authentication Setup" Dialog box

User name
Specify user name to be used for SSH connection.
Use plain passwd to log in
Specify Password if a password authentication is used.
Use RSA/DSA/ECDSA/ED25519 key to login
Choose an authentication method using RSA/DSA/ECDSA/ED25519 key which are previosuly generated.
TTSSH 2.63(Tera Term 4.76) later can support the PuTTY format and SECSH(ssh.com) format of the SSH2 private key.
Use rhost to login (SSH1)
Specify if rhost connection is allowed by Host.
Use challenge/response to log in (SSH1:TIS, SSH2:keyboard-interactive)
Choose if Challneg/Response authentication is available.
keyboard-interactive is used for SSH2 connection and if used, Password itself won't be sent over the communication path (If using an usula password authentication, Password itself will be sent in encrypted form).
Use Pageant
Choose an authentication method using RSA/DSA key with Pageant.
TTSSH does not handle a private key file.
Check the supported authentication methods before login (SSH2)
Modified to confirm the available authentication method for the server prior to login and invalidate unsupported method.
Modified to access the server by using only user name in background when displaying authentication dialog. In order for this feature to work, user name must be identified when a connection request is started. If user name is specified in a default user name or in a command line, it will be used.
If a focus is lost after user name is entered, a content of user name field is used and it can't be changed afterward. This is due to SSH2 specification.