Skip to content

Commit d2990d7

Browse files
windwandererluk1337
authored andcommitted
wiki: Update SSH host key error handling
Change-Id: If2326710b20581cfb2fb5e5c8b1416bb71744a9b
1 parent f99c66d commit d2990d7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pages/how-tos/submitting_to_gerrit.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,7 @@ Now, try the following command to see if you can successfully authenticate to Ge
6363
ssh gerritUsername@review.lineageos.org -p 29418
6464
```
6565

66-
If the command above returns "Bad server host key: Invalid key length", you'll need to add the following lines to `~/.ssh/config`:
67-
68-
```
69-
Host review.lineageos.org
70-
RSAMinSize 0
71-
```
72-
73-
Otherwise, it should show:
66+
It should show:
7467

7568
```
7669
**** Welcome to Gerrit Code Review ****

0 commit comments

Comments
 (0)