Beispiel #1
0
def test(args):
    user, host, port = parse_ssh_string(args.ssh_string[0])
    commands.test(user, host, port, args.keys)
Beispiel #2
0
def add(args):
    user, host, port = parse_ssh_string(args.ssh_string[0])
    commands.add(user, host, port, args.keys)
Beispiel #3
0
def delete(args):
    user, host, port = parse_ssh_string(args.ssh_string[0])
    commands.delete(user, host, port, args.keys)
Beispiel #4
0
def get(args):
    user, host, port = parse_ssh_string(args.ssh_string[0])
    commands.get(user, host, port, args.raw)
Beispiel #5
0
def test(args):
    user, host, port = parse_ssh_string(args.ssh_string[0])
    commands.test(user, host, port, args.keys)
Beispiel #6
0
def delete(args):
    user, host, port = parse_ssh_string(args.ssh_string[0])
    commands.delete(user, host, port, args.keys)
Beispiel #7
0
def add(args):
    user, host, port = parse_ssh_string(args.ssh_string[0])
    commands.add(user, host, port, args.keys)
Beispiel #8
0
def get(args):
    user, host, port = parse_ssh_string(args.ssh_string[0])
    commands.get(user, host, port, args.raw)