Skip to content

Commit

Permalink
Generate 4096 bit RSA host key
Browse files Browse the repository at this point in the history
Newer GitLab needs a host key with minimun 4096 bit lenth.
  • Loading branch information
Csaba Tóth authored and nijel committed Sep 18, 2020
1 parent 5c2d40c commit 5a9197f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weblate/vcs/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def generate_ssh_key(request):
[
"ssh-keygen",
"-q",
"-b",
"4096",
"-N",
"",
"-C",
Expand Down

0 comments on commit 5a9197f

Please sign in to comment.