summaryrefslogtreecommitdiff
path: root/interface-definitions/system_login.xml.in
AgeCommit message (Collapse)Author
2026-02-15T8270: fix yescrypt hash validation regexAlex Kudentsov
2025-09-14T7820: Add support for yescrypt encypted hashesSander Klein
Since Debian Bookworm and higher support this it should probably be added to VyOS as well. Author: roedie <github@roedie.nl>
2025-08-26op-mode: T7745: add a CLI for operator user command permissionsDaniil Baturin
2025-05-29ssh: T6013: move principal name to "system login user <name> authentication"Christian Breunig
We already support using per-user SSH public keys for system authentication. Instead of introducing a new CLI path to configure per-user principal names, we should continue using the existing CLI location and store the principal names alongside the corresponding SSH public keys. set system login user <name> principal <principal> The certificate used for SSH authentication contains an embedded principal name, which is defined under this CLI node. Only users with matching principal names are permitted to log in.
2024-10-24T6807: allow a trailing slash character in system loginAslan Hajiyev
Allow the use of a trailing slash `("/")` at the of the user's home directory path. For example `/home/test/`
2024-05-15T5756: L2TP RADIUS backup and weight settingskhramshinr
2024-02-16login: T5972: add possibility to disable individual local user accountsChristian Breunig
* set system login user <name> disable
2023-12-31T5474: establish common file name pattern for XML conf mode commandsChristian Breunig
We will use _ as CLI level divider. The XML definition filename and also the Python helper should match the CLI node. Example: set interfaces ethernet -> interfaces_ethernet.xml.in set interfaces bond -> interfaces_bond.xml.in set service dhcp-server -> service_dhcp-server-xml.in