Skip to content

docs(readme): add build instructions for SSH module with OpenSSL and libssh2#88

Open
ctkqiang wants to merge 35 commits into
jmk-foofus:update-documentation-releasefrom
ctkqiang:master
Open

docs(readme): add build instructions for SSH module with OpenSSL and libssh2#88
ctkqiang wants to merge 35 commits into
jmk-foofus:update-documentation-releasefrom
ctkqiang:master

Conversation

@ctkqiang

@ctkqiang ctkqiang commented May 15, 2025

Copy link
Copy Markdown

Well, this is optional, as I couldn't find any installation steps, so I wrote one, ( do ignore this if INstallation doc already exists, and I need the url 🙏🏻🙏🏻

jmk-foofus and others added 30 commits March 30, 2024 19:31
add apt update
The current code failed to build with GCC 15 in Fedora's mass
rebuild with "error: assignment to ‘void (*)(void)’ from
incompatible pointer type". I'm not a C coder, I just play one
on TV, but looking at other projects that use
libssh2_userauth_keyboard_interactive , it seems like we don't
need to declare a variable like this at all, we can just pass a
pointer to the callback function directly, which should avoid
the problem.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
- Cleanup several error calls
- Fix pth
Fix build with GCC 15 by simplifying libssh callback handling
…2-functions

replace deprecated function calls
…avoids waiting for the initial connection to timeout. This speeds up testing over SOCKS proxies.

The default is still to attempt an SMBv1 connection first. This will likely change in later releases.
…to-freerdp3-to-replace-freerdp2-dependency

71 consider porting to freerdp3 to replace freerdp2 dependency
…rors

Update old-style function declarations
Regen autoconf files
Check for smb2.h not libsmb2.h. This fixes new Kali builds.
…header-detection-failure

Autoconf update
…pdate-segmentation-fault

Load both modern and deprecated alrogithms
jmk-foofus and others added 5 commits May 13, 2025 20:36
Regen autoconf files
更新.gitignore文件以排除更多构建和IDE相关文件,完善README.md中的安装步骤,并更新构建脚本以适应最新的构建环境。
在Notes部分前添加空行,使文档结构更清晰,提升阅读体验
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants