* Remove integration with OpenSSH server: key lookup, scripts, etc.
* Stop sending emails when SSH keys are added or modified. It's much more flexible to do this directly in the application that uses django-simplesshkey, using signals.
* Impose less constraints on the SSH keys: allow duplicate keys, keys without name...
* Allow to subclass the UserKey model: can be useful to override some fields.