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:
5
config/includes.chroot/etc/skel/.ssh/config
Normal file
5
config/includes.chroot/etc/skel/.ssh/config
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Host *
|
||||||
|
PubkeyAuthentication yes
|
||||||
|
ControlPath ~/.ssh/master-%r@%h:%p
|
||||||
|
ControlMaster auto
|
||||||
|
ControlPersist 60
|
||||||
Reference in New Issue
Block a user