fedora-infra / fas

Fedora Account System
https://admin.fedoraproject.org/accounts
GNU General Public License v2.0
40 stars 50 forks source link

Add support for ecdsa ssh key. #60

Closed laxathom closed 8 years ago

laxathom commented 10 years ago

See: https://fedorahosted.org/fas/ticket/172

We can do this by adding the keyword to the regex's list in ValidSSHKey validator.

lbazan commented 10 years ago

validators.py

validline = re.match('^(rsa|ssh-rsa|ecdsa) [ \t][^ \t]+.$', keyline)

Regards!

lbazan commented 10 years ago

https://github.com/fedora-infra/fas/pull/61

br0ziliy commented 9 years ago

@laxathom should this one be closed, since this is implemented in #75 ?

Akasurde commented 8 years ago

We can close this since #75 is merged.

ralphbean commented 8 years ago

Thanks all!