{"id":60,"date":"2022-11-17T09:33:04","date_gmt":"2022-11-17T01:33:04","guid":{"rendered":"https:\/\/namo.one\/?p=60"},"modified":"2022-11-17T09:33:04","modified_gmt":"2022-11-17T01:33:04","slug":"using-key-pair-for-ssh-login","status":"publish","type":"post","link":"https:\/\/byso.top\/?p=60","title":{"rendered":"Using key pair for ssh login"},"content":{"rendered":"\n<p>Create related file and directory under user home directory<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>umask 077 &amp;&amp; test -d ~\/.ssh || mkdir ~\/.ssh\numask 077 &amp;&amp; touch ~\/.ssh\/authorized_keys<\/code><\/pre>\n\n\n\n<p>Copy and paste the public key to the file<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>vim ~\/.ssh\/authorized_keys<\/code><\/pre>\n\n\n\n<p>Set the right permission<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>chmod 700 ~\/.ssh\nchmod 600 ~\/.ssh\/authorized_keys<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Create related file and directory under user home direc [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-60","post","type-post","status-publish","format-standard","hentry","category-vps"],"_links":{"self":[{"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/posts\/60","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/byso.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=60"}],"version-history":[{"count":0,"href":"https:\/\/byso.top\/index.php?rest_route=\/wp\/v2\/posts\/60\/revisions"}],"wp:attachment":[{"href":"https:\/\/byso.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=60"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/byso.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=60"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/byso.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}