etc/protocols - sync with NetBSD-8
[minix.git] / tests / lib / librumphijack / ssh_config.in
blob73b83c84322d7c75dbbbec8f5487fec8d398ae52
1 # $NetBSD: ssh_config.in,v 1.1 2011/02/14 15:14:00 pooka Exp $
3 # Basic settings.
4 Port 22
5 Protocol 2
7 # The temporary key used for login.
8 IdentityFile @WORKDIR@/ssh_user_key
10 # Prevent the client from complaining about unknown host keys.
11 GlobalKnownHostsFile @WORKDIR@/known_hosts
13 # Do not attempt password authentication in case keys fail.
14 IdentitiesOnly yes