Merge pull request #122 from alex1704/master

fix name 'KeyFileName' is not defined error
This commit is contained in:
Alone_Monkey
2020-06-01 12:22:21 +08:00
committed by GitHub

View File

@@ -36,6 +36,7 @@ User = 'root'
Password = 'alpine'
Host = 'localhost'
Port = 2222
KeyFileName = None
TEMP_DIR = tempfile.gettempdir()
PAYLOAD_DIR = 'Payload'