ssh -L 12345:localhost:5984 [email protected]
ssh -L 9000:imgur.com:80 [email protected]
scp [email protected]:/filepath/readme.txt /destination/file.txt
# to upload. Reverse
scp /file/upload.txt [email protected]:/destination/file.txt
ssh [email protected] -p 443