SSH Connection Sharing

Very slick! No additional login to the same user@host for multiple shells or scp, if you are already logged in 😉

michael@ares: ~ $ cat .ssh/config
ControlMaster auto
ControlPath ~/.ssh/ssh_control_%h_%p_%r

That’s it!