Hacker News new | ask | show | jobs
by markhahn 917 days ago
ssh is fairly often used non-interactively.

so if you want to execute uptime on a remote machine, the session will only be open for a few ms, and those extra RTT are a problem. (Yes, I know about openssh controlmaster...)