diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-23 16:14:30 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-23 16:14:30 +0200 |
commit | 875086bac61eff8888879835e386dac37881f792 (patch) | |
tree | 8095a88d6258a4149dda6529afb577aad6e8890f | |
parent | 493773257f0ab3f61c1161b32797d12dc101e299 (diff) | |
download | vyos-1x-875086bac61eff8888879835e386dac37881f792.tar.gz vyos-1x-875086bac61eff8888879835e386dac37881f792.zip |
T3850: Revert "login: T1948: add missing ssh-public key name regex"
This reverts commit 38e02c12a50de685c6d70954cd94a224e8083f0b.
-rw-r--r-- | interface-definitions/system-login.xml.in | 3 |
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> |