Operating System - HP-UX
1830649 Members
2846 Online
110015 Solutions
New Discussion

SFTP works from HP-UX to HP-UX but not from HP-UX to Linux

 
Steve_615
Occasional Advisor

SFTP works from HP-UX to HP-UX but not from HP-UX to Linux

To all:

I posted the other day about trying to get around the password prompt for SFTP. I was able to make this work going from an HP box to another HP box. However the client is on a LINUX server (2.6.9 GNU/Linux) and using the same exact setup scenario I still end up getting a password prompt. Is there some other things that need to be done for this to work???

Thanks for all of your help.

Steve
4 REPLIES 4
RAC_1
Honored Contributor

Re: SFTP works from HP-UX to HP-UX but not from HP-UX to Linux

sshd -vvv from linux box.

Anil
There is no substitute to HARDWORK
Steve_615
Occasional Advisor

Re: SFTP works from HP-UX to HP-UX but not from HP-UX to Linux

I tried the suggested command, but there doesn't appear to be a "-v" option to the /usr/sbin/sshd command on the linux server
RAC_1
Honored Contributor

Re: SFTP works from HP-UX to HP-UX but not from HP-UX to Linux

Linux sshd must be openssh. man sshd.

Stop the running sshd on linux box. Now just do
/usr/sbin/sshd -ddd and now from hp-ux machine try to to sftp.
Do sftp -vvv "linux_box"
Post the outputs.

Anil
There is no substitute to HARDWORK
Florian Heigl (new acc)
Honored Contributor

Re: SFTP works from HP-UX to HP-UX but not from HP-UX to Linux

Rough guess - one of the two is using protocol version 1.
yesterday I stood at the edge. Today I'm one step ahead.