×
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.
> the non-iseries sends a "keyboard-interactive packet" and the iseries
sends
> a "password packet"...
>
> what are the difference in these two?
[1]
https://superuser.com/a/894625
In the default configuration, not much. However, keyboard-interactive can
be set up to use PAM (though not on IBM i) and you can set all sorts of
fancy authentication methods: Kerberos, 2FA, etc... In the default
configuration, they both do plain password auth.
You can always specify which authentication methods you want to use from
the client with the -oPreferredAuthentications=keyboard-interactive
argument to sftp.
One thing I've run in to in the past is differences in capitalization and
formatting of the prompts across different servers and operating systems.
Is it a matter of your script expecting
"password: "
and getting instead
"Password: "
References
Visible links
1.
https://superuser.com/a/894625
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.