{"id":2850,"date":"2019-10-26T04:24:39","date_gmt":"2019-10-26T08:24:39","guid":{"rendered":"https:\/\/www.cloudsurph.com\/?p=2850"},"modified":"2020-07-29T04:54:32","modified_gmt":"2020-07-29T08:54:32","slug":"how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps","status":"publish","type":"post","link":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/","title":{"rendered":"How to setup a public and private key and use it to protect your VPS?"},"content":{"rendered":"<p>Setup public key for SSH is a secure data transfer protocol that allows users to copy data from the client to the server in an encrypted and secure way. With the SSH key users can easily identify that the connection from their system is secure and they can now pass data between the two systems.<\/p>\n<p>With public and private keys users can easily eliminate the need for static passwords. With these stored keys, they don\u2019t have to write passwords, again and again, to connect to the server. Instead, they can store the SSH keys on the Virtual Private Servers (VPS) and connect automatically.<\/p>\n<h3><strong>What is public key authentication in SSH?<img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-2853 alignright\" src=\"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2019\/10\/how-to-setup-public-key-for-ssh-300x150.jpg\" alt=\"how to setup public key for ssh\" width=\"300\" height=\"150\" srcset=\"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2019\/10\/how-to-setup-public-key-for-ssh-300x150.jpg 300w, https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2019\/10\/how-to-setup-public-key-for-ssh-610x305.jpg 610w, https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2019\/10\/how-to-setup-public-key-for-ssh.jpg 660w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/strong><\/h3>\n<p>In general language, we use passwords to protect our files. Consider these public keys as passwords that protect the communication between the client computer and the server. Unlike 8 to 20 character passwords, the public and private keys are in bits ranging from 1024, 2048, or 4096 bits.<\/p>\n<p>These keys are stored in <em>.ssh\/authorized_keys. <\/em>This way when the information is passed, it is locked and can only be unlocked through your private key.<\/p>\n<p>Here is how to setup public and private keys for VPS using SSH.<\/p>\n<h3><strong>Create RSA key pair<\/strong><\/h3>\n<p>First of all, you will need to create public and private key pair for SSH connectivity with the VPS server.<\/p>\n<p>To create a key pair on the client side, you will have write the following commands in the SSH.<\/p>\n<p><em>ssh-keygen -t rsa<\/em><\/p>\n<p>But you will need to first create a folder where you can keep the keys. The folder will be secure with a passphrase. However, you can leave the passphrase empty if you don\u2019t want to set one yet.<\/p>\n<p>Therefore, the above command will create two keys (one public, one private).<\/p>\n<p>Here you need to store them in a folder. Here is how to create on using SSH.<\/p>\n<p><em>mkdir ~\/.ssh<br \/>\nchmod 700 ~\/.ssh<\/em><\/p>\n<h3><strong>Copy the Public Key<\/strong><\/h3>\n<p>Next, you will have to copy the public key to the VPS server so that you can use it. Or, you can copy it to the folder on the VPS server using this command.<\/p>\n<p><em>scp ~\/.ssh\/id_rsa.pub user@example.com:~\/.ssh\/uploaded_key.pub<\/em><\/p>\n<p>The above command has two arguments. The first argument copies the command from the location of public key on the computer. So then the second argument is the location of the remote server where the public key should be copied too.<\/p>\n<h3><strong>Connect to VPS<\/strong><\/h3>\n<p>Furthermore\u00a0you can connect to the server without using a password to connect.<\/p>\n<p>Type the following command in the SSH:<\/p>\n<p><em>user@ip_address\u00a0<\/em><\/p>\n<p>If you have a few keys, you can specify what key to use with \u2013i argument.<\/p>\n<p><em>ssh -i ~\/.ssh\/id_rsa_test user@ip_address<\/em><\/p>\n<h3><strong>Modify SSH configuration on VPS<\/strong><\/h3>\n<p>You have successfully added public and private keys to SSH to connect to your VPS server. Now, if you want to change the SSH configuration file to change the port or to add a new IP address you can do so by modifying the <a href=\"https:\/\/www.cloudsurph.com\/\">SSH configuration<\/a>. Here is how to do it.<\/p>\n<p>Modify the SSH configuration file using the following command.<\/p>\n<p><em>vi \/etc\/ssh\/sshd_config<\/em><\/p>\n<p>That\u2019s it! Now, you know how to create <a href=\"https:\/\/aws.amazon.com\/blogs\/iot\/understanding-the-aws-iot-security-model\/\">SSH<\/a> keys for your VPS!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Setup public key for SSH is a secure data transfer protocol that allows users to copy data from the client to the server in an encrypted and secure way. With the SSH key users can easily identify that the connection from their system is secure and they can now pass data between the two systems. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2852,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-2850","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-virtual-private-servers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to setup a public and private key - VPS Hosting<\/title>\n<meta name=\"description\" content=\"It can be complicated, daunting &amp; frustrating to figure out the technical aspects and Click to information about how to setup public key for VPS Hosting.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to setup a public and private key - VPS Hosting\" \/>\n<meta property=\"og:description\" content=\"It can be complicated, daunting &amp; frustrating to figure out the technical aspects and Click to information about how to setup public key for VPS Hosting.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/\" \/>\n<meta property=\"og:site_name\" content=\"Cloudsurph Web Hosting Washington D.C.\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/CloudSurph\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-26T08:24:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-07-29T08:54:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2019\/10\/how-to-setup-a-best-public-key-for-ssh.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1047\" \/>\n\t<meta property=\"og:image:height\" content=\"435\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"cloudsurph\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Cloud_Surph\" \/>\n<meta name=\"twitter:site\" content=\"@Cloud_Surph\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"cloudsurph\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/\"},\"author\":{\"name\":\"cloudsurph\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#\\\/schema\\\/person\\\/50b3e0f168996ffad285babe518bd5c8\"},\"headline\":\"How to setup a public and private key and use it to protect your VPS?\",\"datePublished\":\"2019-10-26T08:24:39+00:00\",\"dateModified\":\"2020-07-29T08:54:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/\"},\"wordCount\":554,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.cloudsurph.com\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/how-to-setup-a-best-public-key-for-ssh.jpg\",\"articleSection\":[\"VPS Servers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/\",\"url\":\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/\",\"name\":\"How to setup a public and private key - VPS Hosting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.cloudsurph.com\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/how-to-setup-a-best-public-key-for-ssh.jpg\",\"datePublished\":\"2019-10-26T08:24:39+00:00\",\"dateModified\":\"2020-07-29T08:54:32+00:00\",\"description\":\"It can be complicated, daunting & frustrating to figure out the technical aspects and Click to information about how to setup public key for VPS Hosting.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.cloudsurph.com\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/how-to-setup-a-best-public-key-for-ssh.jpg\",\"contentUrl\":\"https:\\\/\\\/www.cloudsurph.com\\\/wp-content\\\/uploads\\\/2019\\\/10\\\/how-to-setup-a-best-public-key-for-ssh.jpg\",\"width\":1047,\"height\":435,\"caption\":\"Washington DC VPS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cloudsurph.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to setup a public and private key and use it to protect your VPS?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#website\",\"url\":\"https:\\\/\\\/www.cloudsurph.com\\\/\",\"name\":\"Cloudsurph Web Hosting Washington D.C.\",\"description\":\"Dedicated Server Hosting\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cloudsurph.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#organization\",\"name\":\"CloudSurph Technology Solutions\",\"url\":\"https:\\\/\\\/www.cloudsurph.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.cloudsurph.com\\\/wp-content\\\/uploads\\\/2016\\\/04\\\/cloudsurph-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.cloudsurph.com\\\/wp-content\\\/uploads\\\/2016\\\/04\\\/cloudsurph-logo.png\",\"width\":2348,\"height\":1692,\"caption\":\"CloudSurph Technology Solutions\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/CloudSurph\\\/\",\"https:\\\/\\\/x.com\\\/Cloud_Surph\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#\\\/schema\\\/person\\\/50b3e0f168996ffad285babe518bd5c8\",\"name\":\"cloudsurph\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/089d9378933748b2a3fac82523f9ceda07f27b01a73c8ce36afaa8a942395917?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/089d9378933748b2a3fac82523f9ceda07f27b01a73c8ce36afaa8a942395917?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/089d9378933748b2a3fac82523f9ceda07f27b01a73c8ce36afaa8a942395917?s=96&d=mm&r=g\",\"caption\":\"cloudsurph\"},\"url\":\"https:\\\/\\\/www.cloudsurph.com\\\/author\\\/cloudsurph\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to setup a public and private key - VPS Hosting","description":"It can be complicated, daunting & frustrating to figure out the technical aspects and Click to information about how to setup public key for VPS Hosting.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/","og_locale":"en_US","og_type":"article","og_title":"How to setup a public and private key - VPS Hosting","og_description":"It can be complicated, daunting & frustrating to figure out the technical aspects and Click to information about how to setup public key for VPS Hosting.","og_url":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/","og_site_name":"Cloudsurph Web Hosting Washington D.C.","article_publisher":"https:\/\/www.facebook.com\/CloudSurph\/","article_published_time":"2019-10-26T08:24:39+00:00","article_modified_time":"2020-07-29T08:54:32+00:00","og_image":[{"width":1047,"height":435,"url":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2019\/10\/how-to-setup-a-best-public-key-for-ssh.jpg","type":"image\/jpeg"}],"author":"cloudsurph","twitter_card":"summary_large_image","twitter_creator":"@Cloud_Surph","twitter_site":"@Cloud_Surph","twitter_misc":{"Written by":"cloudsurph","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/#article","isPartOf":{"@id":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/"},"author":{"name":"cloudsurph","@id":"https:\/\/www.cloudsurph.com\/#\/schema\/person\/50b3e0f168996ffad285babe518bd5c8"},"headline":"How to setup a public and private key and use it to protect your VPS?","datePublished":"2019-10-26T08:24:39+00:00","dateModified":"2020-07-29T08:54:32+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/"},"wordCount":554,"commentCount":0,"publisher":{"@id":"https:\/\/www.cloudsurph.com\/#organization"},"image":{"@id":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2019\/10\/how-to-setup-a-best-public-key-for-ssh.jpg","articleSection":["VPS Servers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/","url":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/","name":"How to setup a public and private key - VPS Hosting","isPartOf":{"@id":"https:\/\/www.cloudsurph.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/#primaryimage"},"image":{"@id":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2019\/10\/how-to-setup-a-best-public-key-for-ssh.jpg","datePublished":"2019-10-26T08:24:39+00:00","dateModified":"2020-07-29T08:54:32+00:00","description":"It can be complicated, daunting & frustrating to figure out the technical aspects and Click to information about how to setup public key for VPS Hosting.","breadcrumb":{"@id":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/#primaryimage","url":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2019\/10\/how-to-setup-a-best-public-key-for-ssh.jpg","contentUrl":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2019\/10\/how-to-setup-a-best-public-key-for-ssh.jpg","width":1047,"height":435,"caption":"Washington DC VPS"},{"@type":"BreadcrumbList","@id":"https:\/\/www.cloudsurph.com\/how-to-setup-a-public-and-private-key-and-use-it-to-protect-your-vps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudsurph.com\/"},{"@type":"ListItem","position":2,"name":"How to setup a public and private key and use it to protect your VPS?"}]},{"@type":"WebSite","@id":"https:\/\/www.cloudsurph.com\/#website","url":"https:\/\/www.cloudsurph.com\/","name":"Cloudsurph Web Hosting Washington D.C.","description":"Dedicated Server Hosting","publisher":{"@id":"https:\/\/www.cloudsurph.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cloudsurph.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cloudsurph.com\/#organization","name":"CloudSurph Technology Solutions","url":"https:\/\/www.cloudsurph.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudsurph.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2016\/04\/cloudsurph-logo.png","contentUrl":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2016\/04\/cloudsurph-logo.png","width":2348,"height":1692,"caption":"CloudSurph Technology Solutions"},"image":{"@id":"https:\/\/www.cloudsurph.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/CloudSurph\/","https:\/\/x.com\/Cloud_Surph"]},{"@type":"Person","@id":"https:\/\/www.cloudsurph.com\/#\/schema\/person\/50b3e0f168996ffad285babe518bd5c8","name":"cloudsurph","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/089d9378933748b2a3fac82523f9ceda07f27b01a73c8ce36afaa8a942395917?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/089d9378933748b2a3fac82523f9ceda07f27b01a73c8ce36afaa8a942395917?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/089d9378933748b2a3fac82523f9ceda07f27b01a73c8ce36afaa8a942395917?s=96&d=mm&r=g","caption":"cloudsurph"},"url":"https:\/\/www.cloudsurph.com\/author\/cloudsurph\/"}]}},"_links":{"self":[{"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/posts\/2850","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/comments?post=2850"}],"version-history":[{"count":0,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/posts\/2850\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/media\/2852"}],"wp:attachment":[{"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/media?parent=2850"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/categories?post=2850"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/tags?post=2850"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}