Hi,
my problem is that when somebody connects on my HP-UX B.10.20 E 9000/712
with ssh 2.2.0 daemon (same as 2.1.0.pl2) he receives last login as folows:
---
Last login: Thu Jan 01 1970 00:00:00 from
No mail.
$
---
Everything is OK when connection is established with ssh1 client, but
when connection come from ssh2 client problem is like I wrote.
Here is verbose output from one connection, so if somebody have some opinion
about my problem please write to me.
server side:
---
debug: Reading private host key from /etc/ssh2/hostkey
debug: Key comment: 1024-bit dsa hostkey
debug: SshUnixConfig/sshunixconfig.c:270: Reading public host key from:
/etc/ssh2/hostkey.pub
debug: Becoming server.
debug: Creating listener
debug: Listener created
debug: Running event loop
debug: Sshd2/sshd2.c:575: new_connection_callback
debug: Sshd2/sshd2.c:727: Wrapping stream with ssh_server_wrap...
debug: ssh_server_wrap: creating transport protocol
debug: SshAuthMethodServer/sshauthmethods.c:92: Added "publickey" to usable methods.
debug: SshAuthMethodServer/sshauthmethods.c:92: Added "password" to usable methods.
debug: ssh_server_wrap: creating userauth protocol
debug: Ssh2Common/sshcommon.c:349: local ip = 161.53.129.109, local port = 22
debug: Ssh2Common/sshcommon.c:351: remote ip = 161.53.128.23, remote port = 1884
debug: SshConnection/sshconn.c:1853: Wrapping...
debug: Sshd2/sshd2.c:738: done.
debug: new_connection_callback returning
debug: Ssh2Transport/trcommon.c:593: Remote version: SSH-1.99-2.1.0.pl2 SSH Secure
Shell (non-commercial)
debug: Remote version: SSH-1.99-2.1.0.pl2 SSH Secure Shell (non-commercial)
debug: Ssh2Transport/trcommon.c:727: Remote version has hostbased service name draft
incompatibility bug.
debug: Ssh2Transport/trcommon.c:731: Remote version has publickey session_id encoding
draft incompatibility bug.
debug: Ssh2Transport/trcommon.c:735: Remote version has malformed signatures draft
incompatibility bug.
debug: Ssh2Transport/trcommon.c:739: Remote version uses deprecated disconnect codes
debug: Sshd2/sshd2.c:342: user 'nkmetic' service 'ssh-connection' client_ip
'161.53.128.23' client_port '1884' completed ''
debug: Sshd2/sshd2.c:472: output: publickey,password
debug: SshUnixUser/sshunixuser.c:573: ssh_user_validate_secure_rpc_password: not yet
implemented
debug: SshUnixUser/sshunixuser.c:562: ssh_user_validate_kerberos_password: not yet
implemented
debug: Sshd2/sshd2.c:342: user 'nkmetic' service 'ssh-connection' client_ip
'161.53.128.23' client_port '1884' completed 'password'
debug: Ssh2Common/sshcommon.c:188: special packet received from connection protocol: 3
debug: Ssh2Common/sshcommon.c:188: special packet received from connection protocol: 4
debug: Ssh2Common/sshcommon.c:188: special packet received from connection protocol: 6
debug: Ssh2Common/sshcommon.c:538: num_channels now 1
debug: Ssh2ChannelSession/sshchsession.c:958: Allocating pty.
debug: SshTtyFlags/sshttyflags.c:461: Not a tty. (fd = 5)
---
Client side:
---
me's password:
debug: Ssh2ChannelSession/sshchsession.c:749: ssh_channel_session_child: now running
as user 'me'
debug: Environment:
debug: HOME=/home/me
debug: USER=me
debug: LOGNAME=me
debug:
PATH=/bin:/usr/bin:/usr/ucb:/usr/bin/X11:/usr/local/bin:/usr/local/bin
debug: MAIL=/var/mail/me
debug: SHELL=/usr/local/bin/bash
debug: TZ=MET-1METDST
debug: SSH2_CLIENT=161.53.128.23 1884 161.53.129.109 22
debug: TERM=xterm
debug: DISPLAY=194.152.226.16:12.0
debug: Running /usr/bin/X11/xauth add 194.152.226.16:12.0 MIT-MAGIC-COOKIE-1
e7efbe8850dbb9aaf988332413c4bd80
debug: Running /usr/bin/X11/xauth add 194.152.226.16:12.0 MIT-MAGIC-COOKIE-1
e7efbe8850dbb9aaf988332413c4bd80
Last login: Thu Jan 01 1970 00:00:00 from
No mail.
server:/users/me $
---
Thanx in advance,
Neven