]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/netbsd-tests/fs/psshfs/ssh_config.in
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / netbsd-tests / fs / psshfs / ssh_config.in
1 # $NetBSD: ssh_config.in,v 1.1 2010/07/06 14:06:22 pooka Exp $
2
3 # Basic settings.
4 Port 10000
5 Protocol 2
6
7 # The temporary key used for login.
8 IdentityFile @WORKDIR@/ssh_user_key
9
10 # Prevent the client from complaining about unknown host keys.
11 GlobalKnownHostsFile @WORKDIR@/known_hosts
12
13 # Do not attempt password authentication in case keys fail.
14 IdentitiesOnly yes