mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 08:19:04 +00:00
key目录变化
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user