Re: I have the same problem
Why don't you download the key from the jump server to the local machine?
Other way would be to use something like
https://winscp.net/eng/docs/ui_login_sftp
It's similar to the technique for using
https://winscp.net/eng/docs/faq_su
(while you need to use
Other way would be to use something like
ssh -s sftp user@server2
as SFTP server:
https://winscp.net/eng/docs/ui_login_sftp
It's similar to the technique for using
sudo
:
https://winscp.net/eng/docs/faq_su
(while you need to use
ssh
to execute SFTP server on another server, instead of the sudo
to execute elevated SFTP server on the server itself).