# sshd_config for the HelpDesk for OS/2 Host

# Disable legacy protocol v1 support in the server
Protocol 2

# HostKey for protocol version 2
HostKey ssh_host_rsa_key

# the client's public key + a command to run VncView
AuthorizedKeysFile authorized_keys

PidFile sshd.pid

# only allow RSA/DSA authentication
PubkeyAuthentication yes
PasswordAuthentication no
ChallengeResponseAuthentication no

# the only acceptable username is "helpdesk"
AllowUsers helpdesk
PermitRootLogin no
