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