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
S
scripts-perso
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
Daniel Stan
scripts-perso
Commits
cfcbbb96
Commit
cfcbbb96
authored
May 02, 2017
by
Daniel STAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no more hack for ipv6
parent
fbdb61a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.config/.vimrc
.config/.vimrc
+2
-0
.ssh/config
.ssh/config
+1
-1
No files found.
.config/.vimrc
View file @
cfcbbb96
set
spell
set
spelllang
=
en
syntax
on
set
nu
set
autoindent
...
...
.ssh/config
View file @
cfcbbb96
Host *.tudo.re
ForwardAgent yes
#ProxyCommand bash -c 'nc -6 %h %p || ssh -4 dstan@home.b2moo.fr -i ~/.ssh/gladys_open -W %h:%p'
ProxyCommand bash -c 'nc -6 %h %p 2> /dev/null ||
ssh -4 dstan@pimeys.fr -i ~/.ssh/gladys_open -W %h:%p'
#ProxyCommand bash -c '
ssh -4 dstan@pimeys.fr -i ~/.ssh/gladys_open -W %h:%p'
Host gigapudding.crans.org gigapudding
HostName gigapudding.crans.org
...
...
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