什麼是 ssh-hardening?
透過停用 root 登入、強制執行 SSH 金鑰驗證以及建立非 root sudo 使用者來防止未經授權的訪問,強化 VPS 伺服器上的 SSH 配置。 來源:mikr13/secure-server-setup-skills。
透過停用 root 登入、強制執行 SSH 金鑰驗證以及建立非 root sudo 使用者來防止未經授權的訪問,強化 VPS 伺服器上的 SSH 配置。
透過命令列快速安裝 ssh-hardening AI 技能到你的開發環境
來源:mikr13/secure-server-setup-skills。
Secure SSH access to VPS servers by implementing industry-standard hardening practices.
This skill helps AI agents harden SSH configuration on VPS servers. SSH is the primary entry point for server management, making it a critical attack vector. Proper SSH hardening prevents unauthorized access, brute-force attacks, and credential theft.
Critical understanding: Root can do anything. One typo, one compromised session, and your entire system is gone. Passwords can be guessed. SSH keys can't be brute-forced in any practical timeframe.
透過停用 root 登入、強制執行 SSH 金鑰驗證以及建立非 root sudo 使用者來防止未經授權的訪問,強化 VPS 伺服器上的 SSH 配置。 來源:mikr13/secure-server-setup-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/mikr13/secure-server-setup-skills --skill ssh-hardening透過停用 root 登入、強制執行 SSH 金鑰驗證以及建立非 root sudo 使用者來防止未經授權的訪問,強化 VPS 伺服器上的 SSH 配置。 來源:mikr13/secure-server-setup-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/mikr13/secure-server-setup-skills --skill ssh-hardening 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/mikr13/secure-server-setup-skills