Hi,
I installed ssh2 (2.0.13) on two systems, both running HP-UX 10.20.
Connecting from HOST1 to HOST2 with ssh works fine. When I try to use sftp
or scp from HOST1 to HOST2, I get a "disconnected" message (output of sftp
command with "-v" below). I configured the the sftp-server as outlined in
the man-page. What is confusing is the fact that I can use ssh, but sftp and
scp are not working, as I thought that both are using ssh for the
communication. 
Any ideas what went wrong with my installation of ssh2?

Thanks
Stefan 

***
HOST1:sschmidh:~> sftp -v HOST2 -l USERID
local path  : /home/sschmidh
Development-time debugging not compiled in.
To enable, configure with --enable-debug and recompile.
debug: host HOST2 port
debug: args[0] = ssh2
debug: args[1] = -l
debug: args[2] = -l
debug: args[3] = -d
debug: args[4] = 2
debug: args[5] = HOST2
debug: args[6] = -s
debug: args[7] = sftp
Development-time debugging not compiled in.
To enable, configure with --enable-debug and recompile.
debug: connecting to HOST2...
debug: entering event loop
debug: ssh_client_wrap: creating transport protocol
debug: ssh_client_wrap: creating userauth protocol
debug: Host key found from the database.
debug: client_disconnect: No further authentication methods available.

Disconnected; authentication error (No further authentication methods
available.
).
debug: uninitializing event loop
debug: ssh_sigchld_real_callback
debug: ssh_sigchld_process_pid: calling handler pid 3239 code 0
debug: ssh_pipe_sigchld_handler: pid 3239 status 0
debug: ssh_pipe_sigchld_do_callback
remote path : Error: connection was lost.

remote server failed.
sftp>

--
Stefan Schmidhofer              [EMAIL PROTECTED]

Reply via email to