fix SSH port description in WebUI again

Fixes #11881.

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Peter Müller
2019-01-03 17:57:32 +01:00
committed by Michael Tremer
parent 2aff684f37
commit 1183d50b73
2 changed files with 2 additions and 2 deletions

View File

@@ -2167,7 +2167,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 222 setzen (Standard ist 22)',
'ssh port' => 'SSH-Port auf Standardport 22 setzen (andernfalls 222)',
'ssh portfw' => 'TCP-Weiterleitung zulassen',
'ssh tempstart15' => 'SSH-Deamon in 15 Minuten beenden',
'ssh tempstart30' => 'SSH-Deamon in 30 Minuten beenden',

View File

@@ -2205,7 +2205,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 222 (default is 22)',
'ssh port' => 'Set SSH port to default 22 (222 is used otherwise)',
'ssh portfw' => 'Allow TCP forwarding',
'ssh tempstart15' => 'Stop SSH demon in 15 minutes',
'ssh tempstart30' => 'Stop SSH demon in 30 minutes',