diff --git a/management/utils.py b/management/utils.py index 397f124d..1dbbeb7e 100644 --- a/management/utils.py +++ b/management/utils.py @@ -189,6 +189,7 @@ def get_ssh_port(): def get_ssh_config_value(parameter_name): # Returns ssh configuration value for the provided parameter + import subprocess try: output = shell('check_output', ['sshd', '-T']) except FileNotFoundError: