2017-07-28 19:36:10 -05:00
|
|
|
Host cp
|
|
|
|
|
HostName cp.tlcnet.info
|
|
|
|
|
User root
|
|
|
|
|
Port 227
|
|
|
|
|
IdentityFile ~/.ssh/tlc_server
|
|
|
|
|
Host pi3root
|
|
|
|
|
HostName pi3
|
|
|
|
|
User root
|
|
|
|
|
IdentityFile ~/.ssh/tlc_pi3
|
|
|
|
|
Host pi3
|
|
|
|
|
HostName pi3
|
|
|
|
|
User pi
|
|
|
|
|
IdentityFile ~/.ssh/tlc_pi3_pi
|
2019-01-05 14:11:16 -06:00
|
|
|
Host gittea
|
|
|
|
|
HostName gitea.tlcnet.info
|
2017-07-28 19:36:10 -05:00
|
|
|
RSAAuthentication yes
|
|
|
|
|
# User git
|
|
|
|
|
Port 227
|
2019-01-05 14:11:16 -06:00
|
|
|
IdentityFile ~/.ssh/id_tlc_gitea
|