diff options
author | Simon Rettberg | 2015-02-06 16:12:45 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-02-06 16:12:45 +0100 |
commit | 161180cdf4e915526bc8d62c0301a09130fbf59e (patch) | |
tree | 3f59fd0da89fe42c2838885eef82b23064cac8a4 /lang/en/templates/sysconfig/sshconfig-start.json | |
parent | Finish config module editing (diff) | |
download | slx-admin-161180cdf4e915526bc8d62c0301a09130fbf59e.tar.gz slx-admin-161180cdf4e915526bc8d62c0301a09130fbf59e.tar.xz slx-admin-161180cdf4e915526bc8d62c0301a09130fbf59e.zip |
Add sshd config module
Diffstat (limited to 'lang/en/templates/sysconfig/sshconfig-start.json')
-rw-r--r-- | lang/en/templates/sysconfig/sshconfig-start.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/en/templates/sysconfig/sshconfig-start.json b/lang/en/templates/sysconfig/sshconfig-start.json new file mode 100644 index 00000000..1ce553cd --- /dev/null +++ b/lang/en/templates/sysconfig/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 |