File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ __A:__ The most likely reason for this is that the SSH key that is used
2323__ Q: When I try to connect to a server I immediately get a timeout after authenticating:__
2424
2525__ A:__ You are probably using * libssh* version 0.9.3 that includes this
26- regression bug. To solve it, you must use another version.
26+ [ regression bug] ( https://bugs.libssh.org/T211 ) . To solve it, you must use another version.
2727
2828__ Q: When I connect to a server, after around 10-20 seconds I get disconnected with an error:__
2929```
@@ -34,5 +34,5 @@ __A:__ There are 2 most common reasons for this error. Either you are not using
3434 a NETCONF client to connect (but ` ssh(1) ` , for example) and the messages received
3535 by the server are not properly formatted (even an additional ` \n ` can cause this problem).
3636 To fix, use a NETCONF client instead. Another reason may be that you are using * libssh*
37- version 0.9.4. It includes a regression bug that causes this problem and you must use
38- another version to fix it.
37+ version 0.9.4. It includes a [ regression bug] ( https://gitlab.com/libssh/libssh-mirror/-/merge_requests/101 )
38+ that causes this problem and you must use another version to fix it.
You can’t perform that action at this time.
0 commit comments