Project

General

Profile

Feature #20224

Updated by Peter Amstutz about 1 year ago

I'm not sure where this limitation originates from, but Workbench 2 doesn't want to accept my elliptic curve key: 

 !clipboard-202303091417-0gc9t.png! 

 Arvados should support "all the same key types as OpenSSH":https://man.openbsd.org/ssh-keygen: dsa, ecdsa, ecdsa-sk, ed25519, ed25519-sk, rsa 

 simple solution is to just relax the regular expression to accept any token [a-z0-9-]+ 

Back