summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--factory-default/net-misc/openssh/etc/ssh/ssh_config6
1 files changed, 6 insertions, 0 deletions
diff --git a/factory-default/net-misc/openssh/etc/ssh/ssh_config b/factory-default/net-misc/openssh/etc/ssh/ssh_config
index c7bb50b0..f822f7a5 100644
--- a/factory-default/net-misc/openssh/etc/ssh/ssh_config
+++ b/factory-default/net-misc/openssh/etc/ssh/ssh_config
@@ -16,6 +16,12 @@
# ssh_config(5) man page.
Host *
+ # Files to use for the global host key database
+ GlobalKnownHostsFile /etc/ssh/ssh_known_hosts
+
+ # Files to use for the user host key database
+ UserKnownHostsFile %d/.ssh/known_hosts
+
# Hash host names and addresses when they are added to
# ~/.ssh/known_hosts
HashKnownHosts yes