TODO: expand authorized_keys syntax so that users can have certain keys added
authorPeter Palfrader <peter@palfrader.org>
Fri, 23 May 2008 10:51:52 +0000 (12:51 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 23 May 2008 10:51:52 +0000 (12:51 +0200)
to only some hosts.  e.g. host="gluck,ries",from="blubb".... ssh-rsa...

TODO

diff --git a/TODO b/TODO
index e4ba410..5817558 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,3 +14,5 @@
 - allow to keep further auth tokens in the LDAP, for example for SMTP AUTH or
   SIP stuff. Or OpenID. Or whatever.
 * do SSL in all ldap connections that authenticate
+- expand authorized_keys syntax so that users can have certain keys added
+  to only some hosts.  e.g. host="gluck,ries",from="blubb".... ssh-rsa...