summaryrefslogtreecommitdiffstats
path: root/.ssh/config
blob: f5c922210267f08ad9773418fcc66a1d65759b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ForwardAgent no

Host *.fedorahosted.org fedorapeople.org *.fedorapeople.org *.fedoraproject.org
	IdentityFile ~/.ssh/fedora-id_rsa
	UserKnownHostsFile ~/.ssh/fedora-known_hosts

Host *.redhat.com
	GSSAPIAuthentication yes
	PreferredAuthentications gssapi-with-mic
	#PreferredAuthentications keyboard-interactive,password

Host jnpkrn.github.com
	HostName github.com
	PreferredAuthentications publickey
	IdentityFile ~/.ssh/github_jnpkrn-id_rsa

Host *
	IdentityFile ~/.ssh/id_rsa