# save this file as ~/.ssh/config # on the client machine you are connecting from # (on your home computer, not tilde.club) Host * # multiplex ssh connections for fast second login ControlPath ~/.ssh/run_%r@%k:%p ControlPersist yes ControlMaster auto # print ascii art host fingerprint VisualHostKey yes # the following server side files are also useful if permitted: # ~/.ssh/environment # simple VAR=TEXT assignments, no expansion # ~/.ssh/rc # a script to run before your login shell