Skip to content

Commit f8512cc

Browse files
committed
faq CHANGE include links to libssh bugs
Refs #228
1 parent 9d8abaf commit f8512cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

FAQ.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)