summaryrefslogtreecommitdiff
path: root/.ssh/config
blob: 1698e4d3adcef23fd2777a729e2abe3603480651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Host lxf
  Hostname 205.185.114.103
  user lxf
  Port 25978
  CheckHostIP yes
  TCPKeepAlive yes
  IdentityFile ~/.ssh/id_ed25519

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