# Variables in this file are read by the script /usr/lib/gdm/gdm-ssh-session
# Specify 5 hosts to connect to via SSH (if you want you can leave some filds unset)
#
HOSTSSH1=host1.net
HOSTSSH2=host2.net
HOSTSSH3=host3.net
HOSTSSH4=
HOSTSSH5=
#
# Specify 3 ports
#
PORTSSH1=22
PORTSSH2=port2
PORTSSH3=
#
# Specify 3 users
#
USERSSH1=$USER
USERSSH2=user2
USERSSH3=
#
# Specify 3 commands for SSH. Comands can be simple shell commands or script shell in the form COMMAND=`cat /path/scriptsh`
#
COMMAND1=/etc/X11/Xsession
COMMAND2=x-terminal-emulator
COMMAND3=`cat /home/$user/.ssh/scriptsh`
#
#
