Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2001 10:01:08 -0800
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
To:        "f.johan.beisser" <jan@caustic.org>
Cc:        <freebsd-security@FreeBSD.ORG>
Subject:   Re: OPIE and ssh
Message-ID:  <15367.51556.94034.892901@horsey.gshapiro.net>
In-Reply-To: <20011130010137.C16958-100000@localhost>
References:  <20011130010137.C16958-100000@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
jan> has anyone gotten OPIE to work with ssh?

Yep, use it every day.  All I did was:

cd /etc
rm skeykeys
ln -s opiekeys skeykeys
keyinit gshapiro

I also build S/Key with MD5 with this in my /etc/make.conf:

# Make MD5 version of libskey
.if ${.CURDIR} == "/usr/src/lib/libskey"
CFLAGS+=		-DMD5
.endif

My ~/.ssh/config contains (among other things):

# Defaults
Host *
	StrictHostKeyChecking	yes

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15367.51556.94034.892901>