Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rosetta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ExaCT
Rosetta
Commits
ee9915b9
Commit
ee9915b9
authored
1 year ago
by
Stefano Alberto Russo
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
services/webapp/code/rosetta/core_app/utils.py
+1
-1
1 addition, 1 deletion
services/webapp/code/rosetta/core_app/utils.py
with
1 addition
and
1 deletion
services/webapp/code/rosetta/core_app/utils.py
+
1
−
1
View file @
ee9915b9
...
@@ -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_
hos
t
:
if
not
computing_
por
t
:
computing_port
=
22
computing_port
=
22
# Get computing user and keys
# Get computing user and keys
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment