Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
d3ddaf3c
Commit
d3ddaf3c
authored
Nov 24, 2021
by
Tomaz Canabrava
Committed by
Ahmad Samir
Nov 24, 2021
Browse files
Set the default port for ssh
parent
92dd4ee8
Pipeline
#100627
passed with stage
in 1 minute and 55 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/SSHManager/sshmanagerpluginwidget.cpp
View file @
d3ddaf3c
...
...
@@ -230,7 +230,7 @@ void SSHManagerTreeWidget::clearSshInfo()
hideInfoPane
();
ui
->
name
->
setText
({});
ui
->
hostname
->
setText
({});
ui
->
port
->
setText
(
{}
);
ui
->
port
->
setText
(
QStringLiteral
(
"22"
)
);
ui
->
sshkey
->
setText
({});
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment