skel: add default ssh client config (enable controlmaster/connection sharing)

https://wiki.archlinux.org/index.php/OpenSSH#Speeding_up_SSH
This commit is contained in:
nodiscc
2020-03-07 14:09:32 +01:00
parent 9b79fb8fad
commit b1457b1f4d

View File

@@ -0,0 +1,5 @@
Host *
PubkeyAuthentication yes
ControlPath ~/.ssh/master-%r@%h:%p
ControlMaster auto
ControlPersist 60