summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 557c69bb624097636095662d5f27ffdc62b66a87 (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
Host lxfold
  Hostname 108.61.156.57
  user lxf
  Port 25978
  CheckHostIP yes
  TCPKeepAlive yes
  IdentityFile ~/.ssh/id_ed25519

Host lxf
  Hostname 45.32.1.95
  user lxf
  Port 25978
  CheckHostIP yes
  TCPKeepAlive yes
  IdentityFile ~/.ssh/id_ed25519

Host lxfolder
  Hostname 149.28.44.132
  user lxf
  Port 24598
  CheckHostIP yes
  TCPKeepAlive yes
  ForwardX11 yes
  IdentityFile ~/.ssh/id_ed25519

Host luxgit
  Hostname 45.32.1.95
  user git
  Port 25978
  CheckHostIP yes
  TCPKeepAlive yes
  IdentityFile ~/.ssh/id_ed25519

Host dis
  Hostname 155.138.214.118
  User lxf
  Port 24597
  CheckHostIP yes
  TCPKeepAlive yes
  IdentityFile ~/.ssh/id_ed25519