changeset 242 | 03d8f07230b3 |
parent 217 | 32b431977bf9 |
241:4af1e1ccf75b | 242:03d8f07230b3 |
---|---|
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 |