MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / __init__

Method __init__

keepercommander/commands/ssh_agent.py:812–818  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

810
811class SshAgentCommand(GroupCommand):
812 def __init__(self):
813 super(SshAgentCommand, self).__init__()
814 self.register_command('info', SshAgentInfoCommand())
815 self.register_command('start', SshAgentStartCommand())
816 self.register_command('stop', SshAgentStopCommand())
817 self.register_command('log', SshAgentLogCommand())
818 self.default_verb = 'info'
819
820 def is_authorised(self):
821 return True

Callers

nothing calls this directly

Calls 6

SshAgentInfoCommandClass · 0.85
SshAgentStopCommandClass · 0.85
SshAgentLogCommandClass · 0.85
register_commandMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected