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