summaryrefslogtreecommitdiff
path: root/ssh/config
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/config')
-rw-r--r--ssh/config4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssh/config b/ssh/config
new file mode 100644
index 0000000..eb1be72
--- /dev/null
+++ b/ssh/config
@@ -0,0 +1,4 @@
+host *
+ userknownhostsfile=/dev/null
+ stricthostkeychecking=accept-new
+ identityfile=ssh/test.key \ No newline at end of file