xref: /netbsd-src/tests/lib/librumphijack/ssh_config.in (revision e7ac403943535e00b4a6a8924dbe117fcae4a7c8)
1*e7ac4039Spooka# $NetBSD: ssh_config.in,v 1.1 2011/02/14 15:14:00 pooka Exp $
2*e7ac4039Spooka
3*e7ac4039Spooka# Basic settings.
4*e7ac4039SpookaPort 22
5*e7ac4039SpookaProtocol 2
6*e7ac4039Spooka
7*e7ac4039Spooka# The temporary key used for login.
8*e7ac4039SpookaIdentityFile @WORKDIR@/ssh_user_key
9*e7ac4039Spooka
10*e7ac4039Spooka# Prevent the client from complaining about unknown host keys.
11*e7ac4039SpookaGlobalKnownHostsFile @WORKDIR@/known_hosts
12*e7ac4039Spooka
13*e7ac4039Spooka# Do not attempt password authentication in case keys fail.
14*e7ac4039SpookaIdentitiesOnly yes
15