1*7f396ca7Spooka# $NetBSD: ssh_config.in,v 1.1 2010/07/06 14:06:22 pooka Exp $ 2*7f396ca7Spooka 3*7f396ca7Spooka# Basic settings. 4*7f396ca7SpookaPort 10000 5*7f396ca7SpookaProtocol 2 6*7f396ca7Spooka 7*7f396ca7Spooka# The temporary key used for login. 8*7f396ca7SpookaIdentityFile @WORKDIR@/ssh_user_key 9*7f396ca7Spooka 10*7f396ca7Spooka# Prevent the client from complaining about unknown host keys. 11*7f396ca7SpookaGlobalKnownHostsFile @WORKDIR@/known_hosts 12*7f396ca7Spooka 13*7f396ca7Spooka# Do not attempt password authentication in case keys fail. 14*7f396ca7SpookaIdentitiesOnly yes 15