Add SSH login log viewer

This commit is contained in:
2026-02-08 01:52:53 +03:00
parent a7d5fb5459
commit 118d4bf7f2
2 changed files with 37 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ system_logs_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="🧾 Audit"), KeyboardButton(text="📣 Incidents")],
[KeyboardButton(text="🧰 Processes"), KeyboardButton(text="🔒 SSL")],
[KeyboardButton(text="🌐 URLs")],
[KeyboardButton(text="🌐 URLs"), KeyboardButton(text="🔑 SSH log")],
[KeyboardButton(text="⬅️ System")],
],
resize_keyboard=True,