change default key length to 8192
This commit is contained in:
@@ -3,7 +3,7 @@ from utils import load_users
|
||||
|
||||
users = load_users('./users.txt')
|
||||
|
||||
command = 'ssh-keygen -b 1024 -N "" -C "" -f {0}'
|
||||
command = 'ssh-keygen -b 8192 -N "" -C "" -f {0}'
|
||||
|
||||
for user in users:
|
||||
if not os.path.isfile(user):
|
||||
|
||||
Reference in New Issue
Block a user