quick notes
ssh -J username@jumphost.com username@destination.comscp -oProxyCommand="ssh -W %h:%p username@jumphost.com" filename.txt username@destination.com:/pathscp -oProxyCommand="ssh -W %h:%p username@jumphost.com" username@destination.com:/path /local/pathssh -Y username@host.comsudo xauth add $(xauth -f ~user/.Xauthority list | tail -1)Last updated