summaryrefslogtreecommitdiffstats
path: root/modules/sysconfig/lang/en/templates/sshconfig-start.json
diff options
context:
space:
mode:
authorSimon Rettberg2016-04-29 17:43:58 +0200
committerSimon Rettberg2016-04-29 17:43:58 +0200
commitf8189f4f0bdc79a83e084c56e93e8a2ca073e4c0 (patch)
tree13c41f05ef5920eb13c76be05f749de9a9a809fa /modules/sysconfig/lang/en/templates/sshconfig-start.json
parentImplemented new menu, added logic for defining dependencies, move translation... (diff)
downloadslx-admin-f8189f4f0bdc79a83e084c56e93e8a2ca073e4c0.tar.gz
slx-admin-f8189f4f0bdc79a83e084c56e93e8a2ca073e4c0.tar.xz
slx-admin-f8189f4f0bdc79a83e084c56e93e8a2ca073e4c0.zip
More Progress; Merged changes from ufpr up to 775cdbd29f5d0f70946d1d5ff09c091e6189c9e9
Diffstat (limited to 'modules/sysconfig/lang/en/templates/sshconfig-start.json')
-rw-r--r--modules/sysconfig/lang/en/templates/sshconfig-start.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/sysconfig/lang/en/templates/sshconfig-start.json b/modules/sysconfig/lang/en/templates/sshconfig-start.json
new file mode 100644
index 00000000..1ce553cd
--- /dev/null
+++ b/modules/sysconfig/lang/en/templates/sshconfig-start.json
@@ -0,0 +1,10 @@
+{
+ "lang_allowPass": "Allow password login",
+ "lang_allowPassInfo": "When active, logins via username and password are allowed. Otherwise, only pubkey authentication is possible.",
+ "lang_listenPort": "Listen port",
+ "lang_listenPortInfo": "Listen port for the sshd. Default is 22.",
+ "lang_moduleName": "Module name",
+ "lang_rootKey": "root pubkey",
+ "lang_rootKeyInfo": "Here you can add the public key of a keypair that you want to use for authentication as root-user. Leave this field blank to disable the feature.",
+ "lang_save": "Save"
+} \ No newline at end of file