Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Cranspasswords
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nounous
Cranspasswords
Commits
81326554
Commit
81326554
authored
Nov 07, 2015
by
Daniel Stan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
màj clientconfig tudor
parent
74ee60e8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
TODO
TODO
+3
-0
clientconfigs/tudor/clientconfig.py
clientconfigs/tudor/clientconfig.py
+8
-0
No files found.
TODO
View file @
81326554
...
...
@@ -37,3 +37,6 @@ index 6ba2a6e..6486e11 100755
parser.add_argument('fname', nargs='?', default=None,
help="Nom du fichier à afficher")
ssh-keygen -y -f ~/test_agent > test_agent.pub
ssh-add ma_cle_prive
ssh-add -d ma_cle_publique
clientconfigs/tudor/clientconfig.py
View file @
81326554
...
...
@@ -21,4 +21,12 @@ servers = {
'server_cmd'
:
[
'/usr/bin/ssh'
,
'home.b2moo.fr'
,
'/home/dstan/cranspasswords/serverconfigs/tudor/cpasswords-server'
,
],
'keep-alive'
:
True
,
},
'gladys-home'
:
{
'server_cmd'
:
[
'/usr/bin/ssh'
,
'gladys.home'
,
'/home/dstan/cranspasswords/serverconfigs/tudor/cpasswords-server'
,
],
'keep-alive'
:
True
,
},
'pimeys'
:
{
'server_cmd'
:
[
'/usr/bin/ssh'
,
'pimeys.fr'
,
'sudo'
,
'-n'
,
'/usr/local/bin/cranspasswords-server'
,
],
'keep-alive'
:
True
,
},
}
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