[Bug 893] With Reliant Unix (5.44/5.45) a connection fails if the host isnt known in DNS
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Jul 8 00:23:15 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=893
------- Additional Comments From Uwe.Veiel at siemens.com 2004-07-08 00:23 -------
We have found a solution for our problem:
we made the follwing change in the Makefile after configure:
original:
LIBS=-lresolv -lcrypto -lz -lsocket -lnsl -ldl -lgen -lucb
after our change:
LIBS=-lcrypto -lz -lsocket -lnsl -ldl -lgen -lresolv lucb
Result: move "lresolv" a few positions backward at LIBS variable.
make
make install
ssh -v Veiel_U at RECHNERX
OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004
debug1: Reading configuration data /etc/openssh/ssh_config
debug1: Applying options for *
debug1: Connecting to RECHNERX [003.002.001.007] port 22.
debug1: Connection established.
debug1: identity file /.ssh/identity type -1
debug1: identity file /.ssh/id_rsa type -1
debug1: identity file /.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.8.1p1
debug1: match: OpenSSH_3.8.1p1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'RECHNERX' is known and matches the RSA host key.
debug1: Found key in /.ssh/known_hosts:42
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password,keyboard-
interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /.ssh/identity
debug1: Trying private key: /.ssh/id_rsa
debug1: read PEM private key done: type RSA
debug1: Authentications that can continue: publickey,password,keyboard-
interactive
debug1: Trying private key: /.ssh/id_dsa
debug1: Next authentication method: password
Veiel_U at RECHNERX's password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
Last login: Tue Jul 6 14:10:34 2004 from terminal
Veiel_U at RECHNERX:~ >exit
thanks for your help
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list