1 1.1 pooka # $NetBSD: ssh_config.in,v 1.1 2011/02/14 15:14:00 pooka Exp $ 2 1.1 pooka 3 1.1 pooka # Basic settings. 4 1.1 pooka Port 22 5 1.1 pooka Protocol 2 6 1.1 pooka 7 1.1 pooka # The temporary key used for login. 8 1.1 pooka IdentityFile @WORKDIR@/ssh_user_key 9 1.1 pooka 10 1.1 pooka # Prevent the client from complaining about unknown host keys. 11 1.1 pooka GlobalKnownHostsFile @WORKDIR@/known_hosts 12 1.1 pooka 13 1.1 pooka # Do not attempt password authentication in case keys fail. 14 1.1 pooka IdentitiesOnly yes 15