summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/fs/psshfs/ssh_config.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/netbsd-tests/fs/psshfs/ssh_config.in')
-rw-r--r--contrib/netbsd-tests/fs/psshfs/ssh_config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/fs/psshfs/ssh_config.in b/contrib/netbsd-tests/fs/psshfs/ssh_config.in
new file mode 100644
index 0000000..3ebd68b
--- /dev/null
+++ b/contrib/netbsd-tests/fs/psshfs/ssh_config.in
@@ -0,0 +1,14 @@
+# $NetBSD: ssh_config.in,v 1.1 2010/07/06 14:06:22 pooka Exp $
+
+# Basic settings.
+Port 10000
+Protocol 2
+
+# The temporary key used for login.
+IdentityFile @WORKDIR@/ssh_user_key
+
+# Prevent the client from complaining about unknown host keys.
+GlobalKnownHostsFile @WORKDIR@/known_hosts
+
+# Do not attempt password authentication in case keys fail.
+IdentitiesOnly yes
OpenPOWER on IntegriCloud