# ssh_config for the HelpDesk for OS/2 Client

# create a reverse tunnel -
# PMVNC has been set up to use port 5927
# rather than the default port 5900
RemoteForward 7777 127.0.0.1:5927

# default username
User helpdesk

# our private RSA key
IdentityFile id_rsa

# disable legacy protocol v1
Protocol 2

# make this a pure binary connection
EscapeChar none

# public keys for servers we know about
UserKnownHostsFile knwnhost
StrictHostKeyChecking no

#try 10 times
ConnectionAttempts 10
