key目录变化

This commit is contained in:
ibuler
2015-11-16 22:45:41 +08:00
parent 71ef4b079a
commit 67771105ae
8 changed files with 24 additions and 70 deletions

View File

@@ -121,8 +121,7 @@ def db_del_user(username):
def gen_ssh_key(username, password='',
key_dir=os.path.join(BASE_DIR, 'role_keys/user/'),
key_dir=os.path.join(KEY_DIR, 'user'),
authorized_keys=True, home="/home", length=2048):
"""