SSH options

Server address
Specify the address to the SSH server. The default port number for a SSH server is 22 and will be used if not specified. Another port number may be specified after the host name or IP address, using a colon (:) to separate it from the rest of the address.

User name
Specify the SSH user name. If not specified, the user name will be asked for at connect time.

Password
Specify the password (passphrase) for client authentication. If not specified, the password will be asked for at connect time. If a password is not needed, supply a * to avoid that the password is asked for at connect time.

Private key file
If a private key is needed for client authentication, specify the file name to a private key file . If the private key is passphrase protected, supply the passphrase in the Password field. See also how to import a private key file.

Terminal type
Specify the pseudo terminal, for example vt220. A pseudo terminal is required if you want to log on to the SSH server and run Secure Shell using Raw TCP/IP with no port forwarding.

Number of cols
Specify the number of columns for the pseudo terminal, for example 80.

Number of rows
Specify the number of rows for the pseudo terminal, for example 24.

Keep alive interval
Specify the interval in seconds for the keep alive messages sent to host. Default value is 0, which means no keep alive messages are sent.

Wait for command prompt
Instructs Glink to wait for the command prompt string before sending the command string.

If no string is specified, Glink will wait for the first string received from host after login.

Do command
Specify a command to run after login (optionally).