Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Remmina
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Remmina
Remmina
Merge requests
!2210
You need to sign in or sign up before continuing.
Typo fix, certificat -> certificate
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Typo fix, certificat -> certificate
yarons/Remmina:master
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Yaron Shahrabani
requested to merge
yarons/Remmina:master
into
master
4 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
09678277
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/remmina_ssh_plugin.c
+
1
−
1
Options
@@ -1390,7 +1390,7 @@ static const RemminaProtocolSetting remmina_ssh_basic_settings[] =
{
REMMINA_PROTOCOL_SETTING_TYPE_PASSWORD
,
"password"
,
N_
(
"User password"
),
FALSE
,
NULL
,
NULL
},
{
REMMINA_PROTOCOL_SETTING_TYPE_SELECT
,
"ssh_auth"
,
N_
(
"Authentication type"
),
FALSE
,
ssh_auth
,
NULL
},
{
REMMINA_PROTOCOL_SETTING_TYPE_FILE
,
"ssh_privatekey"
,
N_
(
"SSH identity file"
),
FALSE
,
NULL
,
NULL
},
{
REMMINA_PROTOCOL_SETTING_TYPE_FILE
,
"ssh_certfile"
,
N_
(
"SSH certificat file"
),
FALSE
,
NULL
,
NULL
},
{
REMMINA_PROTOCOL_SETTING_TYPE_FILE
,
"ssh_certfile"
,
N_
(
"SSH certificat
e
file"
),
FALSE
,
NULL
,
NULL
},
{
REMMINA_PROTOCOL_SETTING_TYPE_PASSWORD
,
"ssh_passphrase"
,
N_
(
"Password to unlock private key"
),
FALSE
,
NULL
,
NULL
},
{
REMMINA_PROTOCOL_SETTING_TYPE_TEXT
,
"exec"
,
N_
(
"Start-up program"
),
FALSE
,
NULL
,
NULL
},
{
REMMINA_PROTOCOL_SETTING_TYPE_END
,
NULL
,
NULL
,
FALSE
,
NULL
,
NULL
}
Loading