Skip to content

Commit

Permalink
Merge branch 'jb43004' into 'master'
Browse files Browse the repository at this point in the history
[sftp] Reinstate the 'noreplace' of the sshd config file, as the file was correct in the previous version. JB#43004

See merge request mer-core/openssh!7
  • Loading branch information
Andrew Branson committed Sep 20, 2018
2 parents fe9c0e3 + 51168a5 commit fe0211b
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 fe0211b

Please sign in to comment.