#2712 - Commit before merging in changes on dev
This commit is contained in:
@@ -56,6 +56,7 @@ class SSHConnectionMessage(IntEnum):
|
||||
SSH_MSG_CHANNEL_CLOSE = 87
|
||||
"""Closes the channel."""
|
||||
|
||||
|
||||
class SSHUserCredentials(DataPacket):
|
||||
"""Hold Username and Password in SSH Packets"""
|
||||
|
||||
@@ -77,4 +78,4 @@ class SSHPacket(DataPacket):
|
||||
|
||||
ssh_output: Optional[RequestResponse] = None # The Request Manager's returned RequestResponse
|
||||
|
||||
ssh_command: Optional[str] = None # This is the request string
|
||||
ssh_command: Optional[str] = None # This is the request string
|
||||
|
||||
Reference in New Issue
Block a user