Skip to content

Commit

Permalink
[sftp] Reinstate the 'noreplace' of the sshd config file, as the file…
Browse files Browse the repository at this point in the history
… was correct in the previous version. JB#43004
  • Loading branch information
Andrew Branson committed Sep 20, 2018
1 parent fe9c0e3 commit 51168a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/openssh.spec
Expand Up @@ -435,7 +435,7 @@ fi
%attr(0644,root,root) %{_mandir}/man5/moduli.5*
%attr(0644,root,root) %{_mandir}/man8/sshd.8*
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
%attr(0600,root,root) %config %{_sysconfdir}/ssh/sshd_config
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
%attr(0644,root,root) %config(noreplace) /etc/pam.d/sshd
/%{_lib}/systemd/system/sshd.service
/%{_lib}/systemd/system/sshd.socket
Expand Down

0 comments on commit 51168a5

Please sign in to comment.