Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Commits
ad2a27c6
Commit
ad2a27c6
authored
8 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Use FQDN to distinguish between SSH hosts.
- Added gitolite_ops.fdna.com.
parent
bca69a04
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ssh/config.d/20_fdna
+23
-7
23 additions, 7 deletions
.ssh/config.d/20_fdna
.ssh/config.d/20_shore
+11
-11
11 additions, 11 deletions
.ssh/config.d/20_shore
with
34 additions
and
18 deletions
.ssh/config.d/20_fdna
+
23
−
7
View file @
ad2a27c6
...
...
@@ -15,22 +15,22 @@ HostName bitbucket.org
User git
IdentityFile ~/.ssh/fdna_rsa
Host monster
Host monster
.fdna.local
HostName 10.0.0.209
User nimrod
IdentityFile ~/.ssh/fdna_rsa
Host backup
Host backup
.fdna.local
HostName 10.0.0.210
User nimrod
IdentityFile ~/.ssh/fdna_rsa
Host xen01
Host xen01
.fdna.local
HostName 10.0.0.110
User root
IdentityFile ~/.ssh/fdna_rsa
Host adm1
Host adm1
.fdna.local
HostName 10.0.0.111
User nimrod
IdentityFile ~/.ssh/fdna_rsa
...
...
@@ -39,12 +39,12 @@ Host 10.0.0.20?
User nimrod
IdentityFile ~/.ssh/fdna_rsa
Host storage
Host storage
.fdna.local
HostName 10.0.0.220
User nimrod
IdentityFile ~/.ssh/fdna_rsa
Host data-management
Host data-management
.fdna.local
HostName 10.0.0.109
User nimrod
IdentityFile ~/.ssh/fdna_rsa
...
...
@@ -78,7 +78,6 @@ Host nag01.fdna.com
HostName nag01.cloudapp.net
User fdna_srv
IdentityFile ~/.ssh/fdna_rsa
ProxyCommand ssh ns1 nc %h %p
Host dev2_ops
HostName 52.213.235.92
...
...
@@ -104,3 +103,20 @@ Host ci_ops
HostName 52.208.181.7
User nimrod
IdentityFile ~/.ssh/fdna_rsa
Host *.dev-f2g.com
User nimrod
IdentityFile ~/.ssh/fdna_rsa
Host *.face2gene.com
User nimrod
IdentityFile ~/.ssh/fdna_rsa
Host *.fdna.com
User nimrod
IdentityFile ~/.ssh/fdna_rsa
Host gitolite_ops
HostName 52.211.215.151
User nimrod
IdentityFile ~/.ssh/fdna_rsa
This diff is collapsed.
Click to expand it.
.ssh/config.d/20_shore
+
11
−
11
View file @
ad2a27c6
# shore.co.il infrastructure
Host ns1 www.shore.co.il
Host ns1
.shore.co.il
www.shore.co.il
HostName ns1.shore.co.il
LocalForward 9091 xbmc.trusted:9091
DynamicForward 8080
...
...
@@ -8,46 +8,46 @@ User nimrod
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa
Host xbmc
Host xbmc
.shore.co.il
HostName xbmc.trusted
User nimrod
ForwardX11 yes
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa
ProxyCommand ssh ns1 nc %h %p
ProxyCommand ssh ns1
.shore.co.il
nc %h %p
Host ns2
Host ns2
.shore.co.il
HostName ns2.shore.co.il
User admin
DynamicForward 9999
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa
Host cgit
Host cgit
.shore.co.il
HostName cgit.trusted
ProxyCommand ssh ns1 nc %h %p
ProxyCommand ssh ns1
.shore.co.il
nc %h %p
User nimrod
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa
Host ns3
Host ns3
.shore.co.il
HostName ns3.shore.co.il
User root
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa
DynamicForward 8081
Host host01
Host host01
.shore.co.il
HostName host01.trusted
User nimrod
ProxyCommand ssh ns1 nc %h %p
ProxyCommand ssh ns1
.shore.co.il
nc %h %p
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rsa
Host wdr4300
Host wdr4300
.shore.co.il
HostName wdr4300.trusted
User root
ProxyCommand ssh ns1 nc %h %p
ProxyCommand ssh ns1
.shore.co.il
nc %h %p
IdentityFile ~/.ssh/shore_ecdsa
IdentityFile ~/.ssh/shore_rssa
LocalForward 8082 localhost:80
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment