Kerberos V5 integration

Gary E. Miller gem at rellim.com
Sun May 21 15:44:53 EST 2000


Yo All!

I just installed Openssh 2.1.0p2 on a Slackware 7.0 host (libc 2.1.2, 
kernel 2.2.13).  

Outbound ssh, sftp, and scp (v1 and v2) work OK to itself and to ssh 1.2.27 
and 2.0.13.  

Inbound ssh from ssh 1.2.27 and 2.0.13 also seem OK.

Inbound scp from 1.2.27 seems OK.

My problem is inbound scp from 2.0.13
	scp2 user at openssh:/file .
hangs forever.  See below for the opensshd debug output.  Seems like
a problem with sftp.  The compiled in path on the openssh side
is OK.

Any ideas?

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 20340 Empire Ave, Suite E-3, Bend, OR 97701
	gem at rellim.com  Tel:+1(541)382-8588 Fax: +1(541)382-8676


debug: sshd version OpenSSH-2.1
debug: Seeding random number generator
debug: read DSA private key done
debug: Seeding random number generator
debug: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
Generating 768 bit RSA key.
debug: Seeding random number generator
debug: Seeding random number generator
RSA key generation complete.
debug: Server will not fork when running in debugging mode.
Connection from 208.139.26.74 port 2420
debug: Client protocol version 1.99; client software version 2.0.13 (non-commercial)
datafellows: 2.0.13 (non-commercial)
Enabling compatibility mode for protocol 2.0
debug: Local version string SSH-1.99-OpenSSH-2.1
debug: Sending KEX init.
debug: done
debug: got kexinit string: diffie-hellman-group1-sha1
debug: got kexinit string: ssh-dss
debug: got kexinit string: 3des-cbc,blowfish-cbc,twofish-cbc,arcfour
debug: got kexinit string: 3des-cbc,blowfish-cbc,twofish-cbc,arcfour
debug: got kexinit string: hmac-md5,md5-8,none
debug: got kexinit string: hmac-md5,md5-8,none
debug: got kexinit string: none,zlib
debug: got kexinit string: none,zlib
debug: got kexinit string: 
debug: got kexinit string: 
debug: first kex follow == 1
debug: reserved == 0
debug: done read kexinit
debug: kex: client->server 3des-cbc hmac-md5 none
debug: kex: server->client 3des-cbc hmac-md5 none
debug: Wait SSH2_MSG_KEXDH_INIT.
debug: bits set: 543/1024
debug: bits set: 499/1024
debug: sig size 20 20
debug: datafellows
debug: send SSH2_MSG_NEWKEYS.
debug: done: send SSH2_MSG_NEWKEYS.
debug: Wait SSH2_MSG_NEWKEYS.
debug: GOT SSH2_MSG_NEWKEYS.
debug: done: KEX2.
debug: userauth-request for user gem service ssh-connection method none
Failed none for gem from 208.139.26.74 port 2420 ssh2
debug: userauth-request for user gem service ssh-connection method password
Accepted password for gem from 208.139.26.74 port 2420 ssh2
debug: Entering interactive session for SSH2.
debug: server_init_dispatch_20
debug: channel_input_open: ctype session rchan 0 win 100000 max 8192
debug: open session
debug: channel 0: new [server-session]
debug: session_new: init
debug: session_new: session 0
debug: session_open: channel 0
debug: session_open: session 0: link with channel 0
debug: confirm session
debug: callback start
debug: session_by_channel: session 0 channel 0
debug: session_input_channel_req: session 0 channel 0 request subsystem reply 1
subsystem request for sftp
debug: callback done
debug: channel 0: rcvd close
Connection closed by remote host.
debug: Calling cleanup 0x8057540(0x0)
debug: Calling cleanup 0x805c49c(0x0)






More information about the openssh-unix-dev mailing list