ProFTPD SFTP 认证横幅

ProFTPD SFTP 认证横幅

我安装并配置了 ProFTPD 和 SFTP 选项。但是当我通过 WinSCP 或原生 OpenSSH 客户端连接到服务时scp,输入用户凭据后,我得到了类似于 SSH motd 的横幅。

Linux debian1 4.19.0-12-amd64 #1 SMP Debian 4.19.152-1 (2020-10-18) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
You have mail.

我该如何禁用它?我尝试了各种“显示”选项,但都没有成功。

答案1

在 ProFTPD 中,SSH 身份验证标语使用SFTPDisplayBanner指示。虽然这是发送验证。


横幅的另一个来源可以是服务器的 PAM 模块。您可以使用以下命令禁用从 PAM 到客户端的横幅转发SFTPPAMOptions指示带有NoInfoMsgs旗帜。

相关内容