Hacker News new | ask | show | jobs
by Steltek 2246 days ago
scp and sftp will multiplex too. Remote tab-completion for file transfers also becomes much more approachable this way.

scp remote:~/err[tab] .[enter]

Also, bastion connections get multiplexed as well so connecting to multiple different hosts behind the bastion goes faster.

1 comments

So you’re saying SCP will tab complete through the control master socket? Neat.