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