]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Parser.js
fix #3426: ui: parser: adapt parseSSHKey to accept "@..." suffix
authorLorenz Stechauner <l.stechauner@proxmox.com>
Mon, 7 Jun 2021 10:44:56 +0000 (12:44 +0200)
committerDominik Csapak <d.csapak@proxmox.com>
Fri, 23 Jul 2021 07:05:33 +0000 (09:05 +0200)
commit2cec969724f71778b0cabd41ff5a558dc7a5ec94
tree6553b603c39945b4b0a4a44d24b7e498832c68f2
parent330834479a748eb88ba9a7c46d7cfcd49d147513
fix #3426: ui: parser: adapt parseSSHKey to accept "@..." suffix

also rearranged the regex groups to allow sk-ecdsa-sha2-...

note: FIDO keys are now parsable, the backend only supports it with
OpenSSH >= 8.2. This may be achieved with upgrading to PVE 7 or
using a back port.
www/manager6/Parser.js