Scp files between two servers without the need to first copy the file locally.
scp -3 'username@server1:/home/user/filename.tar.gz' username@server2:/home/user/
Create point to point tunnel between two servers over ssh with a tun interface to avoid the need to open a firewall.