summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config5
1 files changed, 4 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config
index 8c411e476..90df340a6 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.38 2001/04/15 21:41:29 deraadt Exp $ 1# $OpenBSD: sshd_config,v 1.39 2001/05/20 17:20:36 markus Exp $
2 2
3# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin 3# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
4 4
@@ -41,6 +41,9 @@ RhostsRSAAuthentication no
41HostbasedAuthentication no 41HostbasedAuthentication no
42# 42#
43RSAAuthentication yes 43RSAAuthentication yes
44PubkeyAuthentication yes
45#AuthorizedKeysFile %h/.ssh/authorized_keys
46#AuthorizedKeysFile2 %h/.ssh/authorized_keys2
44 47
45# To disable tunneled clear text passwords, change to no here! 48# To disable tunneled clear text passwords, change to no here!
46PasswordAuthentication yes 49PasswordAuthentication yes