make /etc/ssh/moduli file public (#1043661)

This commit is contained in:
Petr Lautrbach 2014-02-26 15:53:34 +01:00
parent 37a151ef1a
commit 7126dda63a
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ getent passwd sshd >/dev/null || \
%defattr(-,root,root)
%doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW PROTOCOL* README README.platform README.privsep README.tun README.dns TODO
%attr(0755,root,root) %dir %{_sysconfdir}/ssh
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
%if ! %{rescue}
%attr(0755,root,root) %{_bindir}/ssh-keygen
%attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*