#2712 - Commit before merging in changes on dev

This commit is contained in:
Charlie Crane
2024-07-19 11:18:17 +01:00
parent 2104a7ec7d
commit 155562cb68
2 changed files with 10 additions and 5 deletions

View File

@@ -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