-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathssh-config
55 lines (45 loc) · 918 Bytes
/
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
Host *
ForwardAgent no
ForwardX11 no
ForwardX11Trusted yes
Port 22
Protocol 2
ServerAliveInterval 60
ServerAliveCountMax 30
AddKeysToAgent yes
IdentityAgent ~/.1password/agent.sock
Host OsecanDev
HostName 138.197.17.118
User arlefreak
IdentityFile ~/.ssh/_old_id_rsa
Host Pi
HostName 192.168.3.124
User pi
Host github.com
HostName github.com
User git
Host web03
HostName 165.22.188.187
user deploy
Host web03
HostName 165.22.188.187
user root
IdentityFile ~/.ssh/deploy
Host web02
HostName 157.230.216.123
user deploy
IdentityFile ~/.ssh/deploy
Host web01
HostName 164.90.153.57
user deploy
IdentityFile ~/.ssh/deploy
Host corredor
HostName 128.199.5.84
user deploy
IdentityFile ~/.ssh/deploy
Host corredor
HostName 128.199.5.84
user root
IdentityFile ~/.ssh/deploy
Host *
IdentityAgent ~/.1password/agent.sock