× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Chris Bipes wrote:
Well the -vvv show it not accepting the prompt for the password, not a
5250...

The sftp program flow adds a "fork()" call that is not present in the ssh
program flow. This fork() introduces a layer of process indirection that
results in the portion of sftp that prompts for userid/password to not be
able to recognize that the terminal is a 5250 screen. Not recognizing the
terminal type, sftp gives up on trying userid/password authentication when
run from a 5250 screen. The fork() call does not happen in the ssh flow and
this is why userid/password works from a 5250 screen for ssh, but not sftp.

As Scott mentions, things are OK when run from a genuinely xterm-compatible
screen. VNC in the (free) 5799PTL toolkit is one way to do X windows on i.
Connecting to i via an ssh client like putty (versus iSeries Access terminal
emulation) and then running sftp from that ssh connection is another option.
And Expect is an option for batch


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.