1272343Sngie# $NetBSD: ssh_config.in,v 1.1 2010/07/06 14:06:22 pooka Exp $
2272343Sngie
3272343Sngie# Basic settings.
4272343SngiePort 10000
5272343SngieProtocol 2
6272343Sngie
7272343Sngie# The temporary key used for login.
8272343SngieIdentityFile @WORKDIR@/ssh_user_key
9272343Sngie
10272343Sngie# Prevent the client from complaining about unknown host keys.
11272343SngieGlobalKnownHostsFile @WORKDIR@/known_hosts
12272343Sngie
13272343Sngie# Do not attempt password authentication in case keys fail.
14272343SngieIdentitiesOnly yes
15