fedora-infra / fas

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

Fix ssh key updating #206

Closed puiterwijk closed 8 years ago

puiterwijk commented 8 years ago

The valid_ssh_key is not a global, but instance-local. Also, {} is python 2.7-only syntax, while we run on RHEL6, which has python 2.6.

Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com

cverna commented 8 years ago

:+1: LGTM ;)