From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] update OpenSSH default port in language files Date: Thu, 04 Oct 2018 18:27:35 +0200 Message-ID: <20181004162735.5595-1-peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6428283334544370090==" List-Id: --===============6428283334544370090== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes #11881 Signed-off-by: Peter M=C3=BCller --- langs/de/cgi-bin/de.pl | 4 ++-- langs/en/cgi-bin/en.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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' =3D> 'DMZ-Schlupfl=C3=B6cher', 'ssh' =3D> 'SSH', 'ssh access' =3D> 'SSH-Zugriff', -'ssh access tip' =3D> 'IPFire SSH l=C3=A4uft auf dem nicht-standard Port 222= !', +'ssh access tip' =3D> 'IPFire SSH l=C3=A4uft nicht auf dem Standardport 22!', 'ssh active sessions' =3D> 'Aktive Benutzeranmeldungen', 'ssh fingerprint' =3D> 'Fingerabdruck', 'ssh host keys' =3D> 'SSH Host Schl=C3=BCssel', @@ -2166,7 +2166,7 @@ 'ssh no active logins' =3D> 'Keine aktiven Benutzeranmeldungen', 'ssh no auth' =3D> 'Sie haben keinerlei Authentifizierungverfahren zugelasse= n; dies wird Ihre Anmeldung verhindern', 'ssh passwords' =3D> 'Passwortbasierte Authentifizierung zulassen', -'ssh port' =3D> 'SSH Port auf 22 setzen (Standard ist 222)', +'ssh port' =3D> 'SSH-Port auf 222 setzen (Standard ist 22)', 'ssh portfw' =3D> 'TCP-Weiterleitung zulassen', 'ssh tempstart15' =3D> 'SSH-Deamon in 15 Minuten beenden', 'ssh tempstart30' =3D> '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' =3D> 'DMZ Pinholes', 'ssh' =3D> 'SSH', 'ssh access' =3D> 'SSH Access', -'ssh access tip' =3D> 'IPFire SSH is not using default port 222!', +'ssh access tip' =3D> 'IPFire SSH is not using default port 22!', 'ssh active sessions' =3D> 'Active logins', 'ssh fingerprint' =3D> 'Fingerprint', 'ssh host keys' =3D> 'SSH Host Keys', @@ -2204,7 +2204,7 @@ 'ssh no active logins' =3D> 'No active logins', 'ssh no auth' =3D> 'You have not allowed any authentication methods; this wi= ll stop you logging in', 'ssh passwords' =3D> 'Allow password based authentication', -'ssh port' =3D> 'SSH port set to 22 (default is 222)', +'ssh port' =3D> 'SSH port set to 222 (default is 22)', 'ssh portfw' =3D> 'Allow TCP forwarding', 'ssh tempstart15' =3D> 'Stop SSH demon in 15 minutes', 'ssh tempstart30' =3D> 'Stop SSH demon in 30 minutes', --=20 2.16.4 --===============6428283334544370090==--