summaryrefslogtreecommitdiff
path: root/home/ssh/match.nix
blob: f20a05219d12c7b00d85ed18d9e4bb44f8d42d2a (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
67
68
69
70
71
72
73
74
75
76
77
78
{
  "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.18";
    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";
  };

  "kiev" = {
    user = "u0_a177";
    port = 8022;
    hostname = "10.34.42.2";
  };

  "kiev-lan" = {
    user = "u0_a177";
    port = 8022;
    hostname = "192.168.34.211";
  };
}