I have an interesting problem I'm trying to solve. I have a JumpBox server that I have in order to securely ssh into client's servers. This is the only server my clients ever open up port 22 to. However, this JumpBox server is very small and does not have enough space to hold large files (bigger than 5GB).
So, I've set up another server with larger disks for this purpose, but I don't want the clients to then have to open up port 22 to yet another IP address.
Server T = Transferbox
Server J = Jumpbox
Server C = Clientbox
From Server J, can I transfer a file on Server T to Server C?
Thanks, and let me know if I need to clarify anything