From: <abe...@us...> - 2017-03-23 14:40:01
|
Revision: 8224 http://sourceforge.net/p/astlinux/code/8224 Author: abelbeck Date: 2017-03-23 14:39:59 +0000 (Thu, 23 Mar 2017) Log Message: ----------- openssh, sshd.init, sshd_config, disable s/key authentication since we don't support it Modified Paths: -------------- branches/1.0/package/openssh/sshd.init Modified: branches/1.0/package/openssh/sshd.init =================================================================== --- branches/1.0/package/openssh/sshd.init 2017-03-23 14:01:44 UTC (rev 8223) +++ branches/1.0/package/openssh/sshd.init 2017-03-23 14:39:59 UTC (rev 8224) @@ -31,6 +31,7 @@ echo " PermitRootLogin ${SSHDROOT:-yes} PasswordAuthentication ${SSHD_PASS_AUTH:-yes} +ChallengeResponseAuthentication no UseDNS no PubkeyAcceptedKeyTypes +ssh-dss This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |