blob: 45f4f774c4acc68e8e73bda7c3c0a216400f88a2 (
plain)
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
65
66
|
{
"34" = {
hostname = "34project.org";
port = 2234;
serverAliveInterval = 30;
};
"gate.34project.org" = {
serverAliveInterval = 30;
};
"hv" = {
user = "admin";
hostname = "192.168.34.42";
};
"olger.dev" = {
hostname = "201.205.177.184";
port = 1025;
};
"ramips" = {
hostname = "10.34.42.1";
user = "root";
};
"eric-8100" = {
hostname = "10.34.42.43";
user = "admin";
};
"hackintosh" = {
hostname = "10.34.42.44";
user = "ileana";
};
"ramips-lan" = {
hostname = "192.168.34.1";
user = "root";
};
"xiaomi-lan" = {
hostname = "192.168.42.6";
user = "u0_a89";
port = 8022;
};
"eric-8100-lan" = {
hostname = "192.168.42.17";
user = "admin";
};
"github.com" = {
identitiesOnly = true;
identityFile = "~/.ssh/id_rsa";
user = "git";
};
# Cambiar esto por "itcr3442@github.com" (matchBlocks.*.match aparecerá en 23.05)
"github-itcr" = {
identitiesOnly = true;
identityFile = "~/.ssh/id_klein";
user = "git";
hostname = "github.com";
};
}
|