-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathssh_config
64 lines (64 loc) · 1.73 KB
/
ssh_config
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
62
63
64
Host kth
HostName u-shell.csc.kth.se
User ransin
Host eps
HostName epsilon.nordlinglab.org
Port 2222
User ran
Host bitbucket.org
HostName bitbucket.org
User git
AddKeysToAgent yes
IdentityFile ~/.ssh/id_ed25519
# https://blog.developer.atlassian.com/different-ssh-keys-multiple-bitbucket-accounts/
# Add a new repo url like this:
# git clone [email protected]:projectname/reponame.git
# git remote set-url origin [email protected]:projectname/reponame.git
Host bitbucket.org-violet
HostName bitbucket.org
IdentityFile ~/.ssh/rasmusansinvioletai_id_ed25519
IdentitiesOnly yes
# https://blog.developer.atlassian.com/different-ssh-keys-multiple-bitbucket-accounts/
# Add a new repo url like this:
# git clone [email protected]:projectname/reponame.git
# git remote set-url origin [email protected]:projectname/reponame.git
Host bitbucket.org-20nine
HostName bitbucket.org
IdentityFile ~/.ssh/rasmus20nine_id_ed2519
IdentitiesOnly yes
# https://blog.developer.atlassian.com/different-ssh-keys-multiple-bitbucket-accounts/
# Add a new repo url like this:
# git remote set-url origin [email protected]:projectname/reponame.git
Host bitbucket.org-personal
HostName bitbucket.org
User git
IdentityFile ~/.ssh/personal
IdentitiesOnly yes
Host gh
HostName github.com
User git
IdentityFile ~/.ssh/id_rsa
Host mac
HostName 192.168.1.13
User ran
Host ran-ub
HostName 192.168.1.12
User ran
# ~Nicknamed stuff
Host vb
HostName 192.168.35.44
User ran
IdentityFile ~/.ssh/id_rsa
# Orexplore stuff
Host ore
HostName git.orexplore.se
User gogs
IdentityFile ~/.ssh/id_rsa
Host njord
HostName njord.local
User rasmus
IdentityFile ~/.ssh/id_rsa
Host njord
HostName njord.local
User hermod
IdentityFile ~/.ssh/hermod_id_rsa