19 lines
334 B
Text
19 lines
334 B
Text
|
|
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
|
||
|
|
Host gitlab
|
||
|
|
HostName gitlab.tlcnet.info
|
||
|
|
RSAAuthentication yes
|
||
|
|
# User git
|
||
|
|
Port 227
|
||
|
|
IdentityFile ~/.ssh/tlc_gitlab
|