I need to transfer files, as I would normally do, with my Linux file manager (Nautilus) via SFTP. However, in this specific case, I can't connect directly to the REMOTE server. I need to connect first to an INTERMEDIATE server, where I have copied my public key, so I can authenticate without a password. I am not allowed to do so on REMOTE (mandatory login with password.)
Is there some way I can get Nautilus (or any Linux file manager) to connect to the final REMOTE server through INTERMEDIATE?
Thank you in advance.