shell-scripts Renamed config to be more clear which machine
This commit is contained in:
parent
a19f7e3c55
commit
dde6381bb5
1 changed files with 0 additions and 0 deletions
19
home_config/ssh_config
Normal file
19
home_config/ssh_config
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue