diff options
Diffstat (limited to 'templates/system/login')
-rw-r--r-- | templates/system/login/user/node.tag/authentication/public-keys/node.tag/type/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/system/login/user/node.tag/authentication/public-keys/node.tag/type/node.def b/templates/system/login/user/node.tag/authentication/public-keys/node.tag/type/node.def index b2cb9652..30138fe6 100644 --- a/templates/system/login/user/node.tag/authentication/public-keys/node.tag/type/node.def +++ b/templates/system/login/user/node.tag/authentication/public-keys/node.tag/type/node.def @@ -1,4 +1,4 @@ type: txt help: Set public key type -allowed: echo "ssh-dsa ssh-rsa" -syntax:expression: $VAR(@) in "ssh-rsa", "ssh-dsa" ; "Unknown key type" +allowed: echo "ssh-dss ssh-rsa" +syntax:expression: $VAR(@) in "ssh-rsa", "ssh-dss" ; "Unknown key type" |