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
4f2b8ce6
Commit
4f2b8ce6
authored
Feb 12, 2017
by
Daniel STAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak ipv4
parent
2b3cfbc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.ssh/config
.ssh/config
+1
-1
bin/prockugel
bin/prockugel
+1
-1
No files found.
.ssh/config
View file @
4f2b8ce6
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 || ssh -4 dstan@pimeys.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'
Host *.crans.org
VerifyHostKeyDNS yes
...
...
bin/prockugel
View file @
4f2b8ce6
#!/bin/bash
KEY
=
$HOME
/.ssh/id_rsa_procmail
(
/usr/bin/ssh kugel.tudo.re
-
o
ProxyCommand
=
none
-
i
$KEY
/usr/bin/procmail
)
||
(
cat
>>
$HOME
/Mail/rates
)
(
/usr/bin/ssh kugel.tudo.re
-i
$KEY
/usr/bin/procmail
)
||
(
cat
>>
$HOME
/Mail/rates
)
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