← 返回命令列表

Linux command

deflect 命令

网络

复制后可按需替换文件名、目录或参数。

常用示例

Install Deflect One

pip install deflect-one

Start the dashboard

deflect

Launch demo mode

deflect --demo

Run directly from a checkout

pip install textual paramiko cryptography && python deflect.py

Open the AI chat

[Ctrl+A]

Pop an interactive SSH shell

[F2]

说明

Deflect One (command deflect) is a single-file Python TUI that turns SSH access into a full DevOps platform. It combines observability (CPU/memory/disk, process tables, log aggregation), security (active attack detection, firewall control), and operations (Docker management, package installs, SFTP, deployments) into one interface, with no agent to install on the managed hosts. Only SSH credentials are required. An optional LLM backend powers the Ctrl+A chat: an operator can type _"restart nginx on web-prod-02 and tail its error log"_ and Deflect One generates and executes the matching commands, showing the output inline. The tool is built with the Textual framework and uses paramiko for SSH and cryptography for key handling.

参数

--demo
Run in demonstration mode without any SSH access. Useful for evaluation or training.
-h, --help
Print usage information and exit.

FAQ

What is the deflect command used for?

Deflect One (command deflect) is a single-file Python TUI that turns SSH access into a full DevOps platform. It combines observability (CPU/memory/disk, process tables, log aggregation), security (active attack detection, firewall control), and operations (Docker management, package installs, SFTP, deployments) into one interface, with no agent to install on the managed hosts. Only SSH credentials are required. An optional LLM backend powers the Ctrl+A chat: an operator can type _"restart nginx on web-prod-02 and tail its error log"_ and Deflect One generates and executes the matching commands, showing the output inline. The tool is built with the Textual framework and uses paramiko for SSH and cryptography for key handling.

How do I run a basic deflect example?

Run `pip install deflect-one` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --demo do in deflect?

Run in demonstration mode without any SSH access. Useful for evaluation or training.