Advanced Configuration

Advanced session features allow users to configure extra settings and enable session features that are  context sensitive to the current session type.  For method specific advanced options see SSH, telnet, rlogin,

 

Start New Instance

This option will start a new instance of X-Win32.  The options for Start New Instance are Never, Always, Needed, and Prompt. The default setting is Never.

For normal use, allowing new instances is not necessary. Never, the default setting, is suitable for most applications.

Window Mode

The Window mode can remain in the current configuration specified in the Window Section of X-Config, or be explicitly changed to Single or Multiple window mode.

XDMCP connections can only be run in Single Window Mode.

Show Status

When starting a session the status dialog will appear showing the connection status.  You can specify when you would like to see the status dialog appear.

Hide on Start

Check this box if you want to hide the status dialog in the initial connection attempt.

Send XAuth

X-Win32 will send the Xauthority data as if the command xauth -extract $DISPLAY had been run.

Xauth enhances security, however, it slightly increases the CPU load on both en

Share Passwords

Check this option if you would like to share the session password with all users in the computer

 

Advanced SSH Options

Use Compression

Enable this option if you need to compress your data to speed up your network connection.  Enabling compression increases the CPU usage to speed up the connection.  If you are transferring and processing a lot of data on a fast local network, disabling compression is recommended to maximize performance.

Show Status

Enable this option if you want to see the connection status dialog when launching a new ssh session.

Show Log On Error

If you fail to connect when launching a session, the Connection Log will appear for debugging purposes once the connection has closed.

Keep Alive

Specify the number of minutes before SSH sends a keep alive message in order to keep the connection from shutting down.  The default is 30 minutes.

Key File

The private SSH key file to use when connecting to a remote host.  If you have a public key set up on your remote system, specifying the private key will allow you to log in without the use of a password.  

 

 

Disable X11 Forwarding

X11 Forwarding  automatically encrypts the data sent by all commands run through the  session. It automatically sets the DISPLAY environment variable  on the remote host - there is no need to add the -display  argument in the  session command.

Also, X11 forwarding automatically uses an XAuth cookie to authorize X Client connections - neither prompting or listing the host address in the host list are needed. (For more information, see Allow by Prompt and Allow by Address.)

X11 forwarding can be disabled in the command line by passing -display @DISPLAY@. However, data will not be encrypted, Xauth will not be automatically setup, and optional compression may be unavailable.

 

Allow Agent Forwarding

Allow your ssh key stored on your local windows system to be forwarded from machine to machine.  You can connect to a remote unix/linux machine and then ssh to a different machine from there, using the same private key file.

Delegate GSS Credentials

When using GSSAPI (MIT Kerberos for Windows) authentication with  SSH,  Kerberos credentials can be delegated to the  remote side, as with OpenSSH. This is an advanced feature - however, it is often required on pure Kerberos networks (such as at a college campus or a large company).

Send XAuth

X-Win32 will send the Xauthority data as if the command xauth -extract $DISPLAY had been run.

Xauth enhances security, however, it slightly increases the CPU load on both en

Share Passwords

Check this option if you would like to share the session password with all users in the computer

Advanced Telnet and Rlogin Configuration

Login Tokens

The session will scan for the string of characters that represents the login prompt.  Each separate login token is separated by a pipe '|' symbol.  If your session hangs at the login prompt, check if the login matches the login tokens.  Add a pipe symbol, then the login your system uses.     

Password Tokens

The session will scan for the string of characters that represents the password prompt.  Each separate password token is separated by a pipe '|' symbol.  If your session hangs at the password prompt, check if the password string matches the password tokens.  Add a pipe symbol, then the password prompt string your system uses.

Prompt Tokens

The session will scan for the string of characters that represents the command prompt to start the interactive session.  Each separate prompt token is separated by a pipe '|' symbol.  If your session ends before the command prompt appears, check that the token is not outputted anywhere in the startup script.   

Share Passwords

Check this option if you would like to share the session password with all users in the computer

Related Topics

Configuring sessions:

Window modes:

Passwords: