{"id":1024,"date":"2019-12-19T11:25:59","date_gmt":"2019-12-18T22:25:59","guid":{"rendered":"https:\/\/www.ronella.xyz\/?p=1024"},"modified":"2019-12-19T11:26:00","modified_gmt":"2019-12-18T22:26:00","slug":"generating-ssh-key-pair","status":"publish","type":"post","link":"https:\/\/www.ronella.xyz\/?p=1024","title":{"rendered":"Generating SSH Key Pair"},"content":{"rendered":"<ol>\n<li>Execute the following command:\n<pre style=\"white-space: pre;\">ssh-keygen -t ed25519<\/pre>\n<\/li>\n<li>Distribute the public key using the following syntax:\n<pre style=\"white-space: pre;\">ssh-copy-id -i ~\/.ssh\/id_ed25519.pub &lt;USER&gt;@&lt;HOST&gt;<\/pre>\n<table>\n<tbody>\n<tr>\n<td><strong>Token<\/strong><\/td>\n<td><strong>Description<\/strong><\/td>\n<\/tr>\n<tr>\n<td>USER<\/td>\n<td>A valid user on the host computer.<\/td>\n<\/tr>\n<tr>\n<td>HOST<\/td>\n<td>The host that has an active ssh service.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<blockquote><p>If ssh-copy-id command doesn't work, you can directly append the content of the <strong>id_ed25519.pub<\/strong> file to the <strong>~\/.ssh\/authorized_keys<\/strong> file (i.e. create this file if it doesn't exists) of the target &lt;USER&gt; on the target &lt;HOST&gt;.<\/p><\/blockquote>\n<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Execute the following command: ssh-keygen -t ed25519 Distribute the public key using the following syntax: ssh-copy-id -i ~\/.ssh\/id_ed25519.pub &lt;USER&gt;@&lt;HOST&gt; Token Description USER A valid user on the host computer. HOST The host that has an active ssh service. If ssh-copy-id command doesn&#8217;t work, you can directly append the content of the id_ed25519.pub file to the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[55],"tags":[],"_links":{"self":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/1024"}],"collection":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1024"}],"version-history":[{"count":2,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/1024\/revisions"}],"predecessor-version":[{"id":1026,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/1024\/revisions\/1026"}],"wp:attachment":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1024"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1024"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1024"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}