I have quite a few processes that use native iSeries native FTP client (with and w/out SSL). Now i have the need to establish an SFTP transfer with a new customer, where the iSeries is the client. I need to do this in an unattended batch mode (CLP etc.) on a regular basis, but i would like to test the process "interactively" first.
I have the appropriate products installed an configured by following document http://www-912.ibm.com/s_dir/slkbase...ht=2,538212497
I was able to CALL QP2TERM and establish a connection using the ssh -T username@server.com, (after entering my password) I can navigate and list the directory contents... but i cannot get sftp to work in this environment.
Upon issuing the command
sftp username@server.com
I receive this...
Permission denied, please try again.
Permission denied (publickey,password).
Connection closed
I'm not sure what the issue is here - is it related to the public/private key? I did NOT send the public key to the other server.
Thanks,
Greg
I have the appropriate products installed an configured by following document http://www-912.ibm.com/s_dir/slkbase...ht=2,538212497
I was able to CALL QP2TERM and establish a connection using the ssh -T username@server.com, (after entering my password) I can navigate and list the directory contents... but i cannot get sftp to work in this environment.
Upon issuing the command
sftp username@server.com
I receive this...
Permission denied, please try again.
Permission denied (publickey,password).
Connection closed
I'm not sure what the issue is here - is it related to the public/private key? I did NOT send the public key to the other server.
Thanks,
Greg
Comment