remove ssh related stuff
This commit is contained in:
@ -530,7 +530,7 @@ for arg in sys.argv[1:]:
|
|||||||
action_arg = arg
|
action_arg = arg
|
||||||
|
|
||||||
|
|
||||||
nc_actions = ['sshnicos', 'frappysinq', 'nicosconf', 'nicosenv'] # 'nicos_pick'
|
nc_actions = ['frappysinq', 'nicosconf', 'nicosenv'] # 'sshnicos', 'nicos_pick'
|
||||||
ncactionfuncs = {}
|
ncactionfuncs = {}
|
||||||
|
|
||||||
with_su = False
|
with_su = False
|
||||||
@ -542,8 +542,8 @@ else:
|
|||||||
with_su = action_arg in nc_actions
|
with_su = action_arg in nc_actions
|
||||||
for a in nc_actions:
|
for a in nc_actions:
|
||||||
ncactionfuncs[a] = locals()['do_%s' % a]
|
ncactionfuncs[a] = locals()['do_%s' % a]
|
||||||
actions = ['ssh', 'bin', 'scfg', 'frappy', 'servicemanager', 'sea',
|
actions = ['bin', 'scfg', 'frappy', 'servicemanager', 'sea',
|
||||||
'calcurves', 'feeder', 'seweb']
|
'calcurves', 'feeder', 'seweb'] # 'ssh'
|
||||||
|
|
||||||
actionfuncs = {}
|
actionfuncs = {}
|
||||||
for a in actions:
|
for a in actions:
|
||||||
|
Reference in New Issue
Block a user