Skip to content

Commit

Permalink
allow parallel SSH connections
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-sahlmann committed Feb 5, 2023
1 parent 854f9f6 commit f07b336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mb_netmgmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with mb-netmgmt. If not, see <https://www.gnu.org/licenses/

"""Network Management Protocols for Mountebank"""
__version__ = "0.0.58"
__version__ = "0.0.59"

import os
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion mb_netmgmt/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with mb-netmgmt. If not, see <https://www.gnu.org/licenses/

from socketserver import BaseRequestHandler
from socketserver import TCPServer as Server
from socketserver import ThreadingTCPServer as Server

import paramiko

Expand Down

0 comments on commit f07b336

Please sign in to comment.