6.2p2 question

Tim Rice tim at multitalents.net
Fri Sep 27 07:19:41 EST 2013


On Thu, 26 Sep 2013, David Flatley wrote:

> 
>     Built RPM's from the 6.2p2 openssh.spec file on a Red Hat 6.4 x86_64
> server. Build a new Red Hat 6.4 x86_64 server, then when I go to install
> the RPM's on the server it overwrites
> the functioning /etc/ssh/sshd_config and /etc/pam.d/sshd files with a
> non-functional versions. Normally when I compile on the systems Openssh
> does not over write these files.
>     Any ideas?

Looking at the contrib/redhat/openssh.spec file
.....
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config
%attr(0600,root,root) %config(noreplace) /etc/pam.d/sshd
....
we see those files are noreplace.

So some of the possibilities are a modified openssh.spec, or maybe using
--force or --replacefiles caused grief.

> 
>    Thanks
> David Flatley
> To err is human. To really screw up requires the root password." -UNKNOWN
> 

-- 
Tim Rice				Multitalents
tim at multitalents.net




More information about the openssh-unix-dev mailing list