Strange problem. We have cygwin setup on one of our windows servers for ssh. ssh works just fine with keyboard-interactive authentication, but for the purpose of an automated script I need to have publickkey authentication. Whenever the public key is in the cygwin user's .ssh/authorized_keys file ssh authenticates just fine, but immediately recieves EOF (line 8 of output snippet):
<output type="snippet" command="ssh -v [EMAIL PROTECTED]"> debug1: Entering interactive session. debug1: ssh_session2_setup: id 0 debug1: channel request 0: pty-req debug1: channel request 0: shell debug1: fd 3 setting TCP_NODELAY debug1: channel 0: open confirm rwindow 0 rmax 32768 Last login: Wed Sep 8 10:45:11 2004 from user-218.kingsley2.fiber.net debug1: channel 0: rcvd eof debug1: channel 0: output open -> drain debug1: channel 0: obuf empty debug1: channel 0: close_write debug1: channel 0: output drain -> closed debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: channel 0: rcvd close debug1: channel 0: close_read debug1: channel 0: input open -> closed debug1: channel 0: almost dead debug1: channel 0: gc: notify user debug1: channel 0: gc: user detached debug1: channel 0: send close debug1: channel 0: is dead debug1: channel 0: garbage collecting debug1: channel_free: channel 0: client-session, nchannels 1 Connection to idaho closed. </output> I've googled a little on the problem, but only find fixes for ssh not working rather than this specific problem of ssh working but recieving a false EOF and doing nothing. Any ideas?? Von Fugal
pgph4RflKGIJ2.pgp
Description: PGP signature
____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
