You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/diagnosis.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,4 +113,10 @@ SFTP logs can be enabled thusly:
113
113
define('NET_SFTP_LOGGING', SFTP::LOG_COMPLEX);
114
114
```
115
115
116
-
The logging options are largely the same as they are for SSH2, with the caveat that there is no analog to `SSH2::LOG_REALTIME_FILE`.
116
+
The logging options are largely the same as they are for SSH2, with the caveat that there is no analog to `SSH2::LOG_REALTIME_FILE`.
117
+
118
+
## getServerAlgorithms()
119
+
120
+
If you get a "No compatible ... algorithms found" error it may be beneficial to do `$ssh->getServerAlgorithms()`.
121
+
122
+
You can additionally see the algorithms that were negotiated by doing `$ssh->getAlgorithmsNegotiated()`. See [Using a Custom Cipher Suite](connect.md#using-a-custom-cipher-suite) for more info.
0 commit comments