Files
webmin/useradmin/help/sshkey.html
Ilia Ross 762e400156 Add editable SSH public keys for existing Unix users
This PR adds SSH public key management to the Users and Groups edit flow for existing Unix users.

Webmin stores its managed key with a readable marker in `authorized_keys`, validates submitted public keys, preserves unrelated keys, supports rename/update/remove flows, and performs user `.ssh` file operations as the target Unix user.

https://github.com/webmin/webmin/issues/1827
2026-06-22 01:34:40 +02:00

9 lines
335 B
HTML

<header>SSH public key</header>
If supplied, the SSH key will be added to the user's <tt>authorized_keys</tt>
file to allow an SSH login without a password using the matching private key.
For existing users, only the key managed by Webmin is shown and updated. Other
keys in <tt>authorized_keys</tt> are left unchanged. <p>
<footer>