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-hardeningroot ログインを無効にし、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