SSH ProxyCommand and more
https://journal.paul.querna.org/articles/2014/06/09/ssh-proxy-using-sed/ ssh kung-fu HN discussion of same
A neat use of recent Vim to open remote files over scp as a transport:
$ vim --version VIM - Vi IMproved 7.2
vim scp://192.168.55.188/scratch/delme.txt
"/tmp/v1V8vMx/5.txt" 2L, 80C Press ENTER or type command to continue
The file will then be created on that remote machine in the ~/scratch/delme.txt directory.














