Adding git and ssh
This commit is contained in:
72
ssh/config
Normal file
72
ssh/config
Normal file
@ -0,0 +1,72 @@
|
||||
Host icinga
|
||||
Hostname tpa-es-deb-242.prod.sipstorm.com
|
||||
User root
|
||||
|
||||
Host dev-hub
|
||||
HostName 192.168.1.216
|
||||
|
||||
Host dev-hub1
|
||||
HostName 192.168.2.103
|
||||
|
||||
Host prod-hub
|
||||
HostName 192.168.1.100
|
||||
|
||||
Host qa-hub
|
||||
HostName 192.168.1.237
|
||||
|
||||
Host hub
|
||||
HostName 96.31.61.187
|
||||
Port 444
|
||||
User pi
|
||||
|
||||
Host rcp
|
||||
Hostname cloud.hub.remotecarepartners.com
|
||||
IdentityFile ~/.ssh/rcp.pem
|
||||
User ec2-user
|
||||
# LocalForward 5032 dev-hubdb.c88fiohchpb5.us-east-2.rds.amazonaws.com:5432
|
||||
#LocalForward 5132 awspx-rdspg-00.c88fiohchpb5.us-east-2.rds.amazonaws.com:5432
|
||||
# LocalForward 33306 awspx-rdsmy-00.c88fiohchpb5.us-east-2.rds.amazonaws.com:3306
|
||||
|
||||
Host rssh
|
||||
Hostname rssh.remotecarepartners.com
|
||||
IdentityFile ~/.ssh/rcp.pem
|
||||
User ec2-user
|
||||
|
||||
Host ec22
|
||||
Hostname ec2-3-132-28-187.us-east-2.compute.amazonaws.com
|
||||
IdentityFile ~/.ssh/rcp.pem
|
||||
User ec2-user
|
||||
LocalForward 9201 localhost:9201
|
||||
|
||||
Host funtoo
|
||||
HostName gnuardo.host.funtoo.org
|
||||
Port 444
|
||||
User root
|
||||
DynamicForward 7777
|
||||
|
||||
Host altais
|
||||
User root
|
||||
|
||||
Host th
|
||||
Hostname 192.168.88.10
|
||||
IdentityFile ~/.ssh/iotenoclink_luser
|
||||
User luser
|
||||
|
||||
Host lth
|
||||
Hostname 192.168.188.10
|
||||
IdentityFile ~/.ssh/iotenoclink_luser
|
||||
User luser
|
||||
|
||||
Host home
|
||||
Hostname home.gnuardo.com
|
||||
User gerardo
|
||||
|
||||
Host hubbuilder
|
||||
Hostname ec2-18-188-42-237.us-east-2.compute.amazonaws.com
|
||||
User ubuntu
|
||||
IdentityFile ~/.ssh/hubbuilder.pem
|
||||
|
||||
Host kc
|
||||
HostName 96.31.61.187
|
||||
Port 444
|
||||
User pi
|
Reference in New Issue
Block a user