summaryrefslogtreecommitdiffstats
path: root/root/.ssh/config
blob: c5a1341c7cba3aa865f6fa85414cf93820fc6523 (plain) (blame)
1
2
3
4
5
6
7
Include config.d/*
Host * 
	ControlMaster auto
	ControlPath /tmp/%u-%r@%h:%p
	ControlPersist yes
	# EnableEscapeCommandline yes
	ForwardX11 yes