màj clientconfig tudor
This commit is contained in:
parent
74ee60e86c
commit
81326554d7
2 changed files with 11 additions and 0 deletions
3
TODO
3
TODO
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue