Minor 11.2.0 update problems
Jack Zielke
laptop at linuxcoffee.com
Sat Aug 6 12:34:30 EDT 2011
On Sat, 6 Aug 2011, James Cameron wrote:
> On Sat, Aug 06, 2011 at 02:49:39AM -0400, Jack Zielke wrote:
>> For what it is worth I have found my old ssh keys!!
>> /security/state/etc/ssh
>
> Interesting. What was in /etc/ssh?
A different moduli, ssh_config and sshd_config. They have the same
timestamps as the files in /security/state/etc/ssh/ but different
contents. I can attach a diff directly to you if you think it would be
interesting.
bash-4.1# ls -l --full-time /etc/ssh
total 136
-rw------- 2 root root 125811 2007-11-02 08:00:00.000000000 -0400 moduli
-rw-r--r-- 2 root root 2104 2007-11-02 08:00:00.000000000 -0400 ssh_config
-rw------- 2 root root 3767 2007-11-02 08:00:00.000000000 -0400 sshd_config
bash-4.1# ls -l --full-time /security/state/etc/ssh/
total 142
-rw------- 1 root root 132839 2007-11-02 08:00:00.000000000 -0400 moduli
-rw-r--r-- 1 root root 1891 2007-11-02 08:00:00.000000000 -0400 ssh_config
-rw------- 1 root root 3519 2007-11-02 08:00:00.000000000 -0400 sshd_config
First line of each file has what looks like a csv id.
/etc/ssh/moduli
# $OpenBSD: moduli,v 1.4 2008/01/01 08:51:20 dtucker Exp $
/security/state/etc/ssh/moduli
# $OpenBSD: moduli,v 1.3 2005/01/24 10:29:06 dtucker Exp $
/etc/ssh/sshd_config
# $OpenBSD: sshd_config,v 1.81 2009/10/08 14:03:41 markus Exp $
/security/state/etc/ssh/sshd_config
# $OpenBSD: sshd_config,v 1.74 2006/07/19 13:07:10 dtucker Exp $
/etc/ssh/ssh_config
# $OpenBSD: ssh_config,v 1.26 2010/01/11 01:39:46 dtucker Exp $
/security/state/etc/ssh/ssh_config
# $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $
Jack
More information about the Devel
mailing list