Reuse SSH connection
To reuse existing SSH connection, add this to ~/.ssh/config : ControlMaster auto Host * ControlPath ~/.ssh/master-%r@%h:%p So you wont be asked for password, when connection to same host, including scp and rsync
To Make Changes Everyday With Joy