Skip to content
Snippets Groups Projects
Commit ee9915b9 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed bug in retreiving custom SSH ports in computing resources using SSH access mode.

parent 074a2e7b
No related branches found
No related tags found
No related merge requests found
...@@ -560,7 +560,7 @@ def get_ssh_access_mode_credentials(computing, user): ...@@ -560,7 +560,7 @@ def get_ssh_access_mode_credentials(computing, user):
computing_port = computing.conf.get('port') computing_port = computing.conf.get('port')
except AttributeError: except AttributeError:
computing_port = 22 computing_port = 22
if not computing_host: if not computing_port:
computing_port = 22 computing_port = 22
# Get computing user and keys # Get computing user and keys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment