From: <abe...@us...> - 2017-03-23 14:01:46
|
Revision: 8223 http://sourceforge.net/p/astlinux/code/8223 Author: abelbeck Date: 2017-03-23 14:01:44 +0000 (Thu, 23 Mar 2017) Log Message: ----------- openssh, sshd.init, sshd_config, consistently use space instead of = 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-22 23:13:11 UTC (rev 8222) +++ branches/1.0/package/openssh/sshd.init 2017-03-23 14:01:44 UTC (rev 8223) @@ -33,7 +33,7 @@ PasswordAuthentication ${SSHD_PASS_AUTH:-yes} UseDNS no -PubkeyAcceptedKeyTypes=+ssh-dss +PubkeyAcceptedKeyTypes +ssh-dss IPQoS cs2 af41 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |