Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Config_Files
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Maxime Bombar
Config_Files
Commits
628fef61
Commit
628fef61
authored
Jan 04, 2018
by
Fardale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[.ssh/config_*] Utilise ProxyJump à la place de ProxyCommand
parent
8265c9e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.ssh/config_dptinfo
.ssh/config_dptinfo
+2
-2
.ssh/config_ens
.ssh/config_ens
+1
-1
No files found.
.ssh/config_dptinfo
View file @
628fef61
...
...
@@ -22,11 +22,11 @@ Host info21 infossh ssh.dptinfo ssh.dptinfo.ens-cachan.fr
Host *.dptinfo !ssh.dptinfo
HostName %h.ens-cachan.fr
User loginENS
Proxy
Command ssh loginENS@ssh.dptinfo.ens-cachan.fr -W %h:%p
Proxy
Jump ssh.dptinfo.ens-cachan.fr
ForwardAgent yes
Host *.dptinfo.ens-cachan.fr !ssh.dptinfo.ens-cachan.fr
HostName %h
User loginENS
Proxy
Command ssh loginENS@ssh.dptinfo.ens-cachan.fr -W %h:%p
Proxy
Jump ssh.dptinfo.ens-cachan.fr
ForwardAgent yes
.ssh/config_ens
View file @
628fef61
...
...
@@ -12,7 +12,7 @@
Host tselin tselin.clietu tselin.clietu.ens-cachan.fr acces1.rip.ens-cachan.fr acces1 rip
HostName tselin.clietu.ens-cachan.fr
User loginENS
Proxy
Command ssh loginENS@tahines.ens-cachan.fr -W %h:%p
Proxy
Jump tahines.ens-cachan.fr
Host tahines.ens-cachan.fr tahines2 tahines
HostName tahines.ens-cachan.fr
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment