Remove outdated startup and SSH banners

This commit is contained in:
2026-08-30 23:20:52 +02:00
parent 26e8bbe905
commit 868e9ebc23
3 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -547,8 +547,7 @@ static esp_err_t create_context(void)
(void)wolfSSH_CTX_SetChannelReqShellCb(context, accept_shell);
(void)wolfSSH_CTX_SetChannelReqExecCb(context, reject_channel_request);
(void)wolfSSH_CTX_SetChannelReqSubsysCb(context, reject_channel_request);
(void)wolfSSH_CTX_SetBanner(
context, "ESP32 Serial Swiss Army Knife - authenticated serial transport\r\n");
s_context = context;
return ESP_OK;
}