Re: sftp problems with 3.9 on HP
From: Darren Tucker (dtucker_at_dodgy.net.au)
Date: 09/04/04
- Previous message: Darren Tucker: "Re: VNC over ssh on port 322 behind a firewall"
- In reply to: Dan Oviatt: "sftp problems with 3.9 on HP"
- Next in thread: Dan Oviatt: "Re: sftp problems with 3.9 on HP"
- Reply: Dan Oviatt: "Re: sftp problems with 3.9 on HP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 4 Sep 2004 04:56:36 +0000 (UTC)
In article <a9042b00.0409020941.54c493e6@posting.google.com>,
Dan Oviatt <oviattd@mont.disa.mil> wrote:
>I have started compiling 3.9 on my systems and I notice when testing
>it on an HP11 compiled with pam and with UsePam set to yes and
>ChallengeResponseAuthentication also set to yes that ssh connects just
>fine but when I sftp to the system I get disconnected right after
>entering the passowrd. Here is the sftp -v -v -v output from right
>after printing out the banner:
You might get more info by running the server in debug mode. Also,
compare:
$ ssh -v -s sshserver sftp
with
$ ssh -v sshserver /path/to/sftp-server
My guess is that one of the shared libraries that sftp-server is linked
against is not in the system's default library search path (ie
LD_LIBRARY_PATH or its equivalant on HP-UX). If that's the case you
should get some kind of error out of the latter command.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Previous message: Darren Tucker: "Re: VNC over ssh on port 322 behind a firewall"
- In reply to: Dan Oviatt: "sftp problems with 3.9 on HP"
- Next in thread: Dan Oviatt: "Re: sftp problems with 3.9 on HP"
- Reply: Dan Oviatt: "Re: sftp problems with 3.9 on HP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|