aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-01-22 01:17:00 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2008-01-22 01:17:00 -0800
commitdb8960091599af1b7aa588ab928c91f2d398b0ca (patch)
tree6a996afcd4dc963a8e2d0f9b1f5b29ccc0f02c46
parentFix typo that made push fail in writeAuthorizedKeys. (diff)
downloadgitosis-dakkar-db8960091599af1b7aa588ab928c91f2d398b0ca.tar.gz
gitosis-dakkar-db8960091599af1b7aa588ab928c91f2d398b0ca.tar.bz2
gitosis-dakkar-db8960091599af1b7aa588ab928c91f2d398b0ca.zip
Remove old comment.
-rw-r--r--gitosis/sshkey.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/gitosis/sshkey.py b/gitosis/sshkey.py
index b948a5e..145d746 100644
--- a/gitosis/sshkey.py
+++ b/gitosis/sshkey.py
@@ -201,17 +201,3 @@ def isSafeUsername(user):
"""Is the username safe to use a a filename? """
match = _ACCEPTABLE_USER_RE.match(user)
return (match is not None)
-
-#X#key1 = 'no-X11-forwarding,command="x b c , d=e f \\"wham\\" \'
-#before you go-go"
-#ssh-rsa abc robbat2@foo foo\tbar#ignore'
-#X#key2 = 'from=172.16.9.1 768 3 5 sam comment\tfoo'
-#X#key3 = '768 3 5 commentfoo'
-#X## 123456789 123456789 123456789 123456789 123456789
-#X#k = get_ssh_pubkey(key1)
-#X#print 'opts=%r' % (k.options, )
-#X#print 'k=%r' % (k.key, )
-#X#print 'c=%r' % (k.comment, )
-#X#print 'u=%r' % (k.username, )
-#X#print k.full_key
-#X#