summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-09-23 16:13:21 +0200
committerChristian Poessinger <christian@poessinger.com>2021-09-23 16:14:04 +0200
commit46ecdd015185263c42180a29555101b758399148 (patch)
tree301224fe3db8d8bee1719c2a3cb864e43ae6fde4 /interface-definitions
parent579a08f88958a0428caef2c7c5a5107c33c80698 (diff)
downloadvyos-1x-46ecdd015185263c42180a29555101b758399148.tar.gz
vyos-1x-46ecdd015185263c42180a29555101b758399148.zip
T3850: Revert "login: T1948: add missing ssh-public key name regex"
This reverts commit 514da738173696c70440c959b9d7ec9afd77fbae.
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/system-login.xml.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/interface-definitions/system-login.xml.in b/interface-definitions/system-login.xml.in
index f4613b8a2..4bfe82268 100644
--- a/interface-definitions/system-login.xml.in
+++ b/interface-definitions/system-login.xml.in
@@ -44,9 +44,6 @@
<tagNode name="public-keys">
<properties>
<help>Remote access public keys</help>
- <constraint>
- <regex>^[-_a-zA-Z0-9@]+$</regex>
- </constraint>
<valueHelp>
<format>txt</format>
<description>Key identifier used by ssh-keygen (usually of form user@host)</description>