{"id":17734,"date":"2026-03-31T08:00:00","date_gmt":"2026-03-31T08:00:00","guid":{"rendered":"https:\/\/evoseedbox.com\/wiki\/ssh-key-authentication-seedbox-ja\/"},"modified":"2026-03-31T08:00:00","modified_gmt":"2026-03-31T08:00:00","password":"","slug":"ssh-key-authentication-seedbox-ja","status":"publish","type":"docs","link":"https:\/\/evoseedbox.com\/ja\/wiki\/ssh-key-authentication-seedbox-ja\/","title":{"rendered":"SSH Key Authentication: Passwordless Login to Your Seedbox"},"content":{"rendered":"<h2>Why Use SSH Keys?<\/h2>\n<p>SSH keys replace password login with cryptographic key pairs. Benefits: no password to type or remember, more secure than passwords (immune to brute force), required for automated scripts and cron jobs.<\/p>\n<h2>Generate a Key Pair<\/h2>\n<h3>macOS \/ Linux<\/h3>\n<pre><code>ssh-keygen -t ed25519 -C \"your-email@example.com\"n# Press Enter for default location (~\/.ssh\/id_ed25519)n# Optionally set a passphrase<\/code><\/pre>\n<h3>Windows (PowerShell)<\/h3>\n<pre><code>ssh-keygen -t ed25519<\/code><\/pre>\n<h2>Copy Public Key to Seedbox<\/h2>\n<pre><code>ssh-copy-id username@seedbox-ip<\/code><\/pre>\n<p>Enter your seedbox password one last time. From now on, SSH connects without a password.<\/p>\n<h2>Manual Method (if ssh-copy-id unavailable)<\/h2>\n<pre><code># Display your public keyncat ~\/.ssh\/id_ed25519.pubnn# SSH into seedbox, then:nmkdir -p ~\/.sshnecho \"YOUR_PUBLIC_KEY_HERE\" &gt;&gt; ~\/.ssh\/authorized_keysnchmod 700 ~\/.sshnchmod 600 ~\/.ssh\/authorized_keys<\/code><\/pre>\n<h2>Test<\/h2>\n<pre><code>ssh username@seedbox-ipn# Should connect without asking for password<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Why Use SSH Keys? SSH  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"doc_category":[],"doc_tag":[],"class_list":["post-17734","docs","type-docs","status-publish","hentry"],"year_month":"2026-04","word_count":126,"total_views":"6","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"Tim Michels","author_nicename":"admin","author_url":"https:\/\/evoseedbox.com\/ja\/author\/admin\/"},"doc_category_info":[],"doc_tag_info":[],"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/evoseedbox.com\/ja\/wp-json\/wp\/v2\/docs\/17734","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evoseedbox.com\/ja\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/evoseedbox.com\/ja\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/evoseedbox.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/evoseedbox.com\/ja\/wp-json\/wp\/v2\/comments?post=17734"}],"version-history":[{"count":0,"href":"https:\/\/evoseedbox.com\/ja\/wp-json\/wp\/v2\/docs\/17734\/revisions"}],"wp:attachment":[{"href":"https:\/\/evoseedbox.com\/ja\/wp-json\/wp\/v2\/media?parent=17734"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/evoseedbox.com\/ja\/wp-json\/wp\/v2\/doc_category?post=17734"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/evoseedbox.com\/ja\/wp-json\/wp\/v2\/doc_tag?post=17734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}