{"id":49,"date":"2023-07-11T21:30:24","date_gmt":"2023-07-11T21:30:24","guid":{"rendered":"http:\/\/thejonas.net\/?page_id=49"},"modified":"2023-07-11T21:30:41","modified_gmt":"2023-07-11T21:30:41","slug":"setting-up-rsa-keys-in-linux","status":"publish","type":"page","link":"https:\/\/www.thejonas.net\/?page_id=49","title":{"rendered":"Setting up RSA Keys in Linux"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">Setup an RSA-Key<\/h1>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Use an RSA key to SSH into your Linux Serve<\/strong><br><strong>From your Linux PC terminal generate an RSA key.<\/strong><br>ssh-keygen -t rsa<br>Then create a file called authorized_keys on the Linux Server user profile you want to RSA into.<br>Then run the following command from your PC to add your key.<br>cat ~\/.ssh\/id_rsa.pub | ssh user@ipaddress \u201ccat &gt;&gt; ~\/.ssh\/authorized_keys\u201d<br>Now you can ssh into your server with an RSA key.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Setup an RSA-Key<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":40,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-49","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.thejonas.net\/index.php?rest_route=\/wp\/v2\/pages\/49","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.thejonas.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.thejonas.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.thejonas.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.thejonas.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=49"}],"version-history":[{"count":1,"href":"https:\/\/www.thejonas.net\/index.php?rest_route=\/wp\/v2\/pages\/49\/revisions"}],"predecessor-version":[{"id":51,"href":"https:\/\/www.thejonas.net\/index.php?rest_route=\/wp\/v2\/pages\/49\/revisions\/51"}],"up":[{"embeddable":true,"href":"https:\/\/www.thejonas.net\/index.php?rest_route=\/wp\/v2\/pages\/40"}],"wp:attachment":[{"href":"https:\/\/www.thejonas.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=49"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}