checking in ssh stuff (unfinished), and some updates to clientinfo
This commit is contained in:
7
net/ssh/keygen/keygenstructs.py
Normal file
7
net/ssh/keygen/keygenstructs.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Generate a struct for generating keys.
|
||||
|
||||
class constructor(object):
|
||||
def __init__(self, keyblob, encrypted = False):
|
||||
self.keyblob = keyblob
|
||||
Reference in New Issue
Block a user