Subject: Re: openssh and -current
To: Kazushi Marukawa (Jam) <jam@pobox.com>
From: None <itojun@iijlab.net>
List: current-users
Date: 07/09/2002 22:40:35
>It's not working on my machine too.  My case, sshd says
>different like following.  Guess something very first step
>is wrong, but don't find out what is wrong.  I did "make
>distrib" and made userland twice for the case.  Still having
>following error.  Please advice me.  Thank you in advance.
># sshd -d -d -d -f /etc/ssh/sshd_config
>debug1: sshd version OpenSSH_3.4 NetBSD_Secure_Shell-20020626
>cipher_init: EVP_CipherInit failed for none

	what is the version number of openssl you are using?

itojun


# openssl version
OpenSSL 0.9.6d 9 May 2002
# ls -l /usr/lib/libcrypto.so
lrwxr-xr-x  1 root  wheel  16 Jul  9 10:02 /usr/lib/libcrypto.so -> libcrypto.so.1.1
# uname -a
NetBSD starfruit.itojun.org 1.6D NetBSD 1.6D (STARFRUIT) #134: Tue Jul  9 08:58:54 JST 2002     itojun@starfruit.itojun.org:/usr/home/itojun/NetBSD/src/sys/arch/i386/compile/STARFRUIT i386
# sshd -V |& head -2
sshd: option requires an argument -- V
sshd version OpenSSH_3.4 NetBSD_Secure_Shell-20020626
# sshd -d -d -d -f /etc/ssh/sshd_config -p 2222
debug1: sshd version OpenSSH_3.4 NetBSD_Secure_Shell-20020626
debug1: private host key: #0 type 0 RSA1
debug3: Not a RSA1 key file /etc/ssh/ssh_host_rsa_key.
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug3: Not a RSA1 key file /etc/ssh/ssh_host_dsa_key.
debug1: read PEM private key done: type DSA
debug1: private host key: #2 type 2 DSA
debug1: Bind to port 2222 on ::.
Server listening on :: port 2222.
debug1: Bind to port 2222 on 0.0.0.0.
Server listening on 0.0.0.0 port 2222.
Generating 768 bit RSA key.
RSA key generation complete.
^C