Skip to content
Snippets Groups Projects
Commit b8fdf832 authored by chrissi^'s avatar chrissi^ Committed by Chris Fiege
Browse files

Config-Mode: Text describing SSH-Keys: Only RSA possible


Signed-off-by: default avatarChrissi^ <chris@tinyhost.de>
parent 811447b4
Branches master
No related tags found
No related merge requests found
......@@ -130,6 +130,6 @@ msgstr "Datei hochladen"
msgid "You can manually upgrade your firmware here."
msgstr "Hier kannst du ein manuelles Firmwareupdate durchführen."
msgid "You can provide your SSH keys here (one per line):"
msgid "You can provide your SSH keys here. Currently only RSA-Keys are supported. Add one Key per line."
msgstr ""
"Hier hast du die Möglichkeit, SSH-Keys zu hinterlegen (einen pro Zeile):"
"Hier hast du die Möglichkeit, SSH-Keys zu hinterlegen. Zur Zeit werden nur RSA-Keys unterstützt. Hinterlege keinen Key pro Zeile."
......@@ -17,7 +17,7 @@ local fcntl = require 'posix.fcntl'
local unistd = require 'posix.unistd'
local wait = require 'posix.sys.wait'
local f_keys = Form(translate("SSH keys"), translate("You can provide your SSH keys here (one per line):"), 'keys')
local f_keys = Form(translate("SSH keys"), translate("You can provide your SSH keys here. Currently only RSA-Keys are supported. Add one Key per line."), 'keys')
local s = f_keys:section(Section)
local keys = s:option(TextValue, "keys")
keys.wrap = "off"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment