ssh -J jump target
find . -type f -print0 | xargs -0 <command>
find
together with xargs
In Emacs: Ctrl + x, Ctrl + f
/ssh:user@host:filename
ssh-keygen -R <hostname>
ssh-keyscan -H <hostname> >> ~/.ssh/known_hosts
Ctrl-x, Ctrl-e in Bash
xauth add $(xauth -f ~${user}/.Xauthority list | tail -1)
alias sudo='sudo '