svn commit: r195601 - projects/mesh11s/tools/tools/nanobsd/gateworks/cfg/ssh

Sam Leffler sam at FreeBSD.org
Sat Jul 11 00:32:26 UTC 2009


Author: sam
Date: Sat Jul 11 00:32:26 2009
New Revision: 195601
URL: http://svn.freebsd.org/changeset/base/195601

Log:
  enable root login w/o passwd (only on this branch)

Modified:
  projects/mesh11s/tools/tools/nanobsd/gateworks/cfg/ssh/sshd_config

Modified: projects/mesh11s/tools/tools/nanobsd/gateworks/cfg/ssh/sshd_config
==============================================================================
--- projects/mesh11s/tools/tools/nanobsd/gateworks/cfg/ssh/sshd_config	Fri Jul 10 23:52:56 2009	(r195600)
+++ projects/mesh11s/tools/tools/nanobsd/gateworks/cfg/ssh/sshd_config	Sat Jul 11 00:32:26 2009	(r195601)
@@ -90,7 +90,7 @@ ChallengeResponseAuthentication no
 # If you just want the PAM account and session checks to run without
 # PAM authentication, then enable this but set PasswordAuthentication
 # and ChallengeResponseAuthentication to 'no'.
-#UsePAM yes
+UsePAM no
 
 #AllowAgentForwarding yes
 #AllowTcpForwarding yes


More information about the svn-src-projects mailing list