[sysadmin-bin] host isn't a valid authorized_keys option. 'From' should be used instead.



commit 9dcd77e01fe55a572b24c0a5f21daed993348049
Author: Andrea Veri <av gnome org>
Date:   Sat Aug 24 13:51:22 2013 +0200

    host isn't a valid authorized_keys option. 'From' should be used instead.

 create-auth |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/create-auth b/create-auth
index 48716aa..d7e5126 100755
--- a/create-auth
+++ b/create-auth
@@ -38,7 +38,7 @@ except ldap.LDAPError, e:
 
 RESTRICTS = {
     'gnomegit-i18n':
-        'command="/home/admin/bin/run-git-or-special-cmd",no-pty,no-port-forwarding,host="91.189.93.2" ',
+        'command="/home/admin/bin/run-git-or-special-cmd",no-pty,no-port-forwarding,from="91.189.93.2" ',
     'mango':
         'command="/home/admin/bin/run-mango-special-cmd",no-pty,no-port-forwarding ',
     'rrsync':


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]