mirror of
https://github.com/webmin/webmin.git
synced 2026-06-28 06:50:25 +01:00
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
9 lines
335 B
HTML
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>
|