summaryrefslogtreecommitdiffstats
path: root/root/.ssh/config
blob: 8ea73a0bb87285731bc23e129128362275f0d6d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Include config.d/*
Host * 
	ControlMaster auto
	ControlPath /tmp/%u-%r@%h:%p
	ControlPersist yes
	# EnableEscapeCommandline yes
	ForwardX11 yes
Host kokoskaSI
	HostName github.com
	User git
	IdentityFile /root/tmp/kokoska
	IdentitiesOnly yes