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