branch | debian |
changeset 248 | 107d28ce67f5 |
parent 242 | 03d8f07230b3 |
240:97a8fe72a35e | 248:107d28ce67f5 |
---|---|
1 #!/usr/bin/env python |
1 #!/usr/bin/env python |
2 # Copyright 2008-2009 LShift Ltd |
2 """ |
3 |
3 Rewrite ~/.ssh/authorized_keys by recursing through key directories |
4 # WARNING |
4 """ |
5 # This script completely destroys your ~/.ssh/authorized_keys |
|
6 # file every time it is run |
|
7 # WARNING |
|
8 |
5 |
9 import sys |
6 import sys |
10 import os |
7 import os |
11 from mercurialserver import refreshauth, config |
8 from mercurialserver import refreshauth, config |
12 |
9 |