Hi all!
I have problem.
After adding to openssl.cnf following lines:

openssl_conf = openssl_def

[openssl_def]
engines = engine_section

[engine_section]
gost = gost_section

[gost_section]
engine_id = gost
dynamic_path = /usr/lib64/openssl/engines/libgost.so
default_algorithms = ALL
CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet

I couldn't able to connect to server via ssh

$ ssh -v dev@10.10.4.178
OpenSSH_6.1p1, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 50: Applying options for *
debug1: Connecting to 10.10.4.178 [10.10.4.178] port 22.
debug1: Connection established.
debug1: identity file /home/mikhail/.ssh/id_rsa type -1
debug1: identity file /home/mikhail/.ssh/id_rsa-cert type -1
debug1: identity file /home/mikhail/.ssh/id_dsa type -1
debug1: identity file /home/mikhail/.ssh/id_dsa-cert type -1
ssh_exchange_identification: Connection closed by remote host



--
Best Regards,
Mike Gavrilov.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to