summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ssh-user.xml.i
blob: 677602dd86d872f187d1b983b04ca8f954b3e013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- include start from ssh-user.xml.i -->
<leafNode name="user">
  <properties>
    <help>Allow specific users to login</help>
    <constraint>
      <regex>[a-z_][a-z0-9_-]{1,31}[$]?</regex>
    </constraint>
    <constraintErrorMessage>illegal characters or more than 32 characters</constraintErrorMessage>
    <multi/>
  </properties>
</leafNode>
<!-- include end -->