ssh_config.in revision 272343
1219019Sgabor# $NetBSD: ssh_config.in,v 1.1 2010/07/06 14:06:22 pooka Exp $
2219019Sgabor
3219019Sgabor# Basic settings.
4219019SgaborPort 10000
5219019SgaborProtocol 2
6219019Sgabor
7219019Sgabor# The temporary key used for login.
8219019SgaborIdentityFile @WORKDIR@/ssh_user_key
9219019Sgabor
10219019Sgabor# Prevent the client from complaining about unknown host keys.
11219019SgaborGlobalKnownHostsFile @WORKDIR@/known_hosts
12219019Sgabor
13219019Sgabor# Do not attempt password authentication in case keys fail.
14219019SgaborIdentitiesOnly yes
15219019Sgabor