Operating System - Linux
1754265 Members
2997 Online
108813 Solutions
New Discussion юеВ

Re: sftp session in HP cc3310 carrier

 
Kenneth Wind
Advisor

sftp session in HP cc3310 carrier

Hi

In standard unix enviroment I have never ever experienced issues setting up a sftp connection. How is that done towards a HP server?. I keep gettng tis error:

Request for subsystem 'sftp' failed on channel 0
Couldn't read packet: Connection reset by peer

I have added the path in sshd_config for subsystem, but still I can't getting working.

Is there a secret HP thing involed :-).
3 REPLIES 3
Tim Nelson
Honored Contributor

Re: sftp session in HP cc3310 carrier

could you post the output of sftp using the -v option.
Steven Schweda
Honored Contributor

Re: sftp session in HP cc3310 carrier

> In standard unix enviroment [...]

Define "standard unix enviro[n]ment".

> [...] issues [...]

Do you mean "problems"?

> Is there a secret HP thing involed :-).

_You_ seem to be the one who's hiding all the
useful info concerning the "HP server".

It might make some sense to try using the "HP
server" as the client as well as the server,
and then, when that fails, post some useful
information about the problem in an HP-UX
forum. Potentially interesting:

uname -a
ssh -V
sshd configuration file(s)
Kenneth Wind
Advisor

Re: sftp session in HP cc3310 carrier

Hi

It was not my intention to look down at HP, it just came as an supprise the difference between Unix (solaris)/linux (ubuntu) and HP OS.

I found the problem in the configuration file sshd_config.
Apparently it was not subsystem /usr/libexec/openserver/sftp-server that should be used, but /usr/libexec/sftp-server

It works now.