This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sshconfig
61 lines (61 loc) · 1.6 KB
/
sshconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
IdentitiesOnly=yes
Host github github.com
User git
HostName github.com
IdentityFile ~/.ssh/github_rsa
PreferredAuthentications publickey
Host gist gist.github.com
User git
HostName gist.github.com
IdentityFile ~/.ssh/github_rsa
PreferredAuthentications publickey
Host bitbucket bitbucket.org
hostname bitbucket.org
User git
PreferredAuthentications publickey
ForwardAgent no
IdentityFile ~/.ssh/bitbucket_rsa
Host newlegion login09.external.legion.ucl.ac.uk
hostname login09.external.legion.ucl.ac.uk
User cceamda
ForwardAgent yes
IdentityFile ~/.ssh/legion_dsa
PreferredAuthentications publickey
Host legion legion.rc.ucl.ac.uk
hostname legion.rc.ucl.ac.uk
User cceamda
ForwardAgent yes
IdentityFile ~/.ssh/legion_dsa
PreferredAuthentications publickey
Host jenkins
User ccsprsd
HostName staging.development.rc.ucl.ac.uk
IdentityFile ~/.ssh/ulam_rsa
ForwardAgent no
Host jenkins_legion
User ccsprsd
# Hostname login09.external.legion.ucl.ac.uk
Hostname legion.rc.ucl.ac.uk
IdentityFile ~/.ssh/legion_as_ccsprsd_dsa
ForwardAgent yes
# ProxyCommand ssh jenkins nc %h %p
Host pma pm-a.rcdev.ucl.ac.uk
Hostname pm-a.rcdev.ucl.ac.uk
User cceamda
Host macslave
Hostname rsd-js05d.rcdev.ucl.ac.uk
User cceamda
Host batman
Hostname login.archer.ac.uk
User batman
IdentityFile ~/.ssh/archer_rsa
PreferredAuthentications publickey
ForwardAgent yes
Host uncafedetrop
Hostname uncafedetrop.rits-ids.ucl.ac.uk
user mdavezac
Host data ssh.rd.ucl.ac.uk
Hostname ssh.rd.ucl.ac.uk
IdentityFile ~/.ssh/data_rsa
PreferredAuthentications publickey
user cceamda