Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions Documentation/Troubleshooting/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,30 +109,6 @@ connections to `review.typo3.org`:

Now the connection should work without having to specify any parameters as described above.

If this does not work another issue might be that your SSH version is too new and does not
accept the signature algorithm. You can test this by executing:

.. code-block:: bash
:caption: shell command

ssh -v -p 29418 -i <path-to-private-key> <username>@review.typo3.org 2>&1 | grep "no mutual signature algorithm"

If you see the following:

.. code-block:: none
:caption: result

debug1: send_pubkey_test: no mutual signature algorithm

you need to allow the rsa Algorithm in your SSH config:

.. code-block:: text
:caption: ~/.ssh/config

Host review.typo3.org
...
PubkeyAcceptedKeyTypes +ssh-rsa

Push: invalid committer
-----------------------

Expand Down