0

We have support server where would need to upload the snap data to IBM using proxy connection. We have already whitelisted the Server IP Address on the proxy side, Tried the ssh -J proxyjump option getting connection closed error. ssh_exchange_identification: Connection closed by remote host.

Server IP: 10.88.35.12

Proxy Server Details: 10.83.9.75 port: 8080

IBM SFTP Server Details: sftp.ecurep.ibm.com Port: 22

7
  • Ask IBM. They own the system and you are paying. Commented Dec 21, 2018 at 10:03
  • Agree.. Already raised a support case. no response.. Commented Dec 21, 2018 at 10:23
  • Some strace-like thing? Commented Dec 23, 2018 at 14:42
  • Can you ssh to the proxy? Commented Dec 23, 2018 at 20:20
  • Is this a HTTP proxy? -J is for "middle" SSH servers ("jump hosts"), not for HTTP proxies Commented Dec 23, 2018 at 20:57

1 Answer 1

0

I was able to sftp using CURL package in AIX

Command Sample:

curl –L –k –x ‘Proxy Server details: Port ‘ -v –l sftp server with path –user "anonymous: Your email ID " -T “File name"

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.