shell-scripts Added ssh_config directory
This commit is contained in:
parent
8e0195dc25
commit
a19f7e3c55
1 changed files with 19 additions and 0 deletions
19
config/ssh_config
Normal file
19
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