update OpenSSH default port in language files

Message ID 20181004162735.5595-1-peter.mueller@link38.eu
State Accepted
Commit 7d5c5d11ea18b50a49a19ef9b80d9e45223356a0
Headers
Series update OpenSSH default port in language files |

Commit Message

Peter Müller Oct. 5, 2018, 2:27 a.m. UTC
  Fixes #11881

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
---
 langs/de/cgi-bin/de.pl | 4 ++--
 langs/en/cgi-bin/en.pl | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
  

Patch

diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
index 6e3dba4db..c8d4c65e7 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -2153,7 +2153,7 @@ 
 'ssdmz pinholes' => 'DMZ-Schlupflöcher',
 'ssh' => 'SSH',
 'ssh access' => 'SSH-Zugriff',
-'ssh access tip' => 'IPFire SSH läuft auf dem nicht-standard Port 222!',
+'ssh access tip' => 'IPFire SSH läuft nicht auf dem Standardport 22!',
 'ssh active sessions' => 'Aktive Benutzeranmeldungen',
 'ssh fingerprint' => 'Fingerabdruck',
 'ssh host keys' => 'SSH Host Schlüssel',
@@ -2166,7 +2166,7 @@ 
 'ssh no active logins' => 'Keine aktiven Benutzeranmeldungen',
 'ssh no auth' => 'Sie haben keinerlei Authentifizierungverfahren zugelassen; dies wird Ihre Anmeldung verhindern',
 'ssh passwords' => 'Passwortbasierte Authentifizierung zulassen',
-'ssh port' => 'SSH Port auf 22 setzen (Standard ist 222)',
+'ssh port' => 'SSH-Port auf 222 setzen (Standard ist 22)',
 'ssh portfw' => 'TCP-Weiterleitung zulassen',
 'ssh tempstart15' => 'SSH-Deamon in 15 Minuten beenden',
 'ssh tempstart30' => 'SSH-Deamon in 30 Minuten beenden',
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index 3ec5af57e..b563e5685 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -2191,7 +2191,7 @@ 
 'ssdmz pinholes' => 'DMZ Pinholes',
 'ssh' => 'SSH',
 'ssh access' => 'SSH Access',
-'ssh access tip' => 'IPFire SSH is not using default port 222!',
+'ssh access tip' => 'IPFire SSH is not using default port 22!',
 'ssh active sessions' => 'Active logins',
 'ssh fingerprint' => 'Fingerprint',
 'ssh host keys' => 'SSH Host Keys',
@@ -2204,7 +2204,7 @@ 
 'ssh no active logins' => 'No active logins',
 'ssh no auth' => 'You have not allowed any authentication methods; this will stop you logging in',
 'ssh passwords' => 'Allow password based authentication',
-'ssh port' => 'SSH port set to 22 (default is 222)',
+'ssh port' => 'SSH port set to 222 (default is 22)',
 'ssh portfw' => 'Allow TCP forwarding',
 'ssh tempstart15' => 'Stop SSH demon in 15 minutes',
 'ssh tempstart30' => 'Stop SSH demon in 30 minutes',