문제

When I call ssh_get_issue_banner() under libssh, I get a NULL (failure) back even though "ssh -vvv" shows a myriad of welcome messages. Why would this be?

도움이 되었습니까?

해결책

This can happen if an issue banner, specifically, is not configured (e.g. is commented) with your SSH server, as they, often, are not.

Dustin

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top