{"id":366537,"date":"2021-11-12T17:00:00","date_gmt":"2021-11-12T14:00:00","guid":{"rendered":"https:\/\/en.buradabiliyorum.com\/how-to-generate-ssh-keys-in-windows-10-and-windows-11\/"},"modified":"2021-11-12T17:00:00","modified_gmt":"2021-11-12T14:00:00","slug":"how-to-generate-ssh-keys-in-windows-10-and-windows-11","status":"publish","type":"post","link":"https:\/\/buradabiliyorum.com\/en\/how-to-generate-ssh-keys-in-windows-10-and-windows-11\/","title":{"rendered":"#How to Generate SSH keys in Windows 10 and Windows 11"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_85 counter-hierarchy ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-6a4123ef2a7fb\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #dd3333;color:#dd3333\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #dd3333;color:#dd3333\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-6a4123ef2a7fb\" checked aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/buradabiliyorum.com\/en\/how-to-generate-ssh-keys-in-windows-10-and-windows-11\/#Option_1_Generate_Keys_in_the_Command_Line\" >Option 1: Generate Keys in the Command Line<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/buradabiliyorum.com\/en\/how-to-generate-ssh-keys-in-windows-10-and-windows-11\/#Option_2_Generate_Keys_in_WSL\" >Option 2: Generate Keys in WSL<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/buradabiliyorum.com\/en\/how-to-generate-ssh-keys-in-windows-10-and-windows-11\/#Option_3_Generate_Keys_With_PuTTY\" >Option 3: Generate Keys With PuTTY<\/a><\/li><\/ul><\/nav><\/div>\n<p><strong>&#8220;#How to Generate SSH keys in Windows 10 and Windows 11&#8221;<\/strong><\/p>\n<div>\n<figure style=\"width: 1200px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"type:primaryImage wp-image-763935 size-full\" srcset=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/ssh-secure-shell-laptop.png?width=398&amp;trim=1,1&amp;bg-color=000&amp;pad=1,1 400w, https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/ssh-secure-shell-laptop.png?width=1198&amp;trim=1,1&amp;bg-color=000&amp;pad=1,1 1200w\" sizes=\"auto, 400w, 1200w\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/ssh-secure-shell-laptop.png?width=1198&amp;trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"Laptop screen showing SSH connection\" width=\"1200\" height=\"675\" data-crediturl=\"https:\/\/www.shutterstock.com\/image-vector\/secure-shell-ssh-concept-illustration-cryptographic-1353008984\" data-credittext=\"Eny Setiyowati\/Shutterstock.com\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><figcaption class=\"wp-caption-text\"><span class=\"type:primaryImage imagecredit\"><a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/www.shutterstock.com\/image-vector\/secure-shell-ssh-concept-illustration-cryptographic-1353008984\">Eny Setiyowati\/Shutterstock.com<\/a><\/span><\/figcaption><\/figure>\n<p>If part of your life includes logging in to a remote server be it for a <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/www.cloudsavvyit.com\/10960\/how-to-self-host-your-website-analytics-with-plausible\/\">self-hosted<\/a> blog, a Nextcloud installation, or sending your latest changes to GitHub, you need SSH keys. In Windows 10 and 11 we are spoiled for choice when it comes to generating new keys.<\/p>\n<p>Here\u2019s how to create all the SSH keys you\u2019ll ever need using three different methods. We\u2019ll show you how to generate your initial set of keys, as well as additional ones if you want to create different keys for multiple sites.<\/p>\n<p><strong>RELATED:<\/strong> <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/www.cloudsavvyit.com\/10960\/how-to-self-host-your-website-analytics-with-plausible\/\"><strong><em>How to Self Host Your Website Analytics With Plausible<\/em><\/strong><\/a><\/p>\n<h2 role=\"heading\" aria-level=\"2\"><span class=\"ez-toc-section\" id=\"Option_1_Generate_Keys_in_the_Command_Line\"><\/span>Option 1: Generate Keys in the Command Line<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Windows 10 has had a built-in OpenSSH client since the April 2018 update. Windows 11 also comes with this feature built-in.<\/p>\n<p>To use it <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/www.howtogeek.com\/235101\/10-ways-to-open-the-command-prompt-in-windows-10\/\">open the Windows Command Prompt by hitting the Windows key and typing \u201ccmd\u201d.<\/p>\n<blockquote class=\"admonishment_tip\"><p><strong>Tip:<\/strong> If you use the command line often, we\u2019d highly recommend installing Windows Terminal from the Windows Store (installed on Windows 11 by default). It\u2019s a tabbed program that can run the Command Prompt, PowerShell, and the Windows Subsystem for Linux all in one window. It also has fun features like setting background images.<\/p><\/blockquote>\n<p>Whether you use Command Prompt or Windows Terminal, type <code>ssh-keygen<\/code> and hit Enter. This will automatically generate the SSH keys. In our tests on Windows 11, it created a 2048-bit RSA key. If you\u2019d like to use a different algorithm\u2014<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/docs.github.com\/en\/authentication\/connecting-to-github-with-ssh\/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent\">GitHub recommends Ed25519<\/a>, for example\u2014then you\u2019d type <code>ssh-keygen -t ed25519<\/code>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-762882\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/ssh-keygen_redarrow.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"A Windows Terminal window showing the command prompt with ssh-keygen command\" width=\"603\" height=\"165\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>After you type your command hit Enter, and then you\u2019ll be prompted to give your key a name and save it in a specific location. If you use the defaults then it will save your keys in <code>C:User[YourUserName].ssh<\/code> \u2014assuming the C drive is where your user account is stored.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-762884\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/saveSSHkey-650x167.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"Windows 11 Command Prompt displaying the option of where to save SSH keys.\" width=\"640\" height=\"164\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>Next, you\u2019ll be asked to enter a passphrase. We highly recommend you do this to keep your key secure. If you\u2019re worried about forgetting your password check out this round-up of the <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/www.reviewgeek.com\/37116\/the-4-best-password-managers-of-2020\/\">best password managers on Review Geek<\/a>. If you really don\u2019t want a passphrase then just hit Enter.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-762885\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/ssh-password-650x203.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"The Windows 11 Command Prompt asking to create a password for the newly created SSH key.\" width=\"640\" height=\"200\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>That\u2019s it your keys are created, saved, and ready for use. You will see you have two files in your \u201c.ssh\u201d folder: \u201cid_rsa\u201d with no file extension and \u201cid_rsa.pub.\u201d The latter is the key you upload to servers to authenticate while the former is the private key that you don\u2019t share with others.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-762881\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/CommandPromptWindows11.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"A command line window showing all the commands to create SSH keys\" width=\"610\" height=\"500\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<blockquote class=\"admonishment_note\"><p><strong>Note:<\/strong> If you can\u2019t see your \u201c.ssh\u201d folder in File Explorer, check out our tutorial on how to show hidden files and folders in Windows.<\/p><\/blockquote>\n<p>If you wanted to create multiple keys for different sites that\u2019s easy too. Say, for example, you wanted to use the default keys we just generated for a server you have on Digital Ocean, and you wanted to create another set of keys for GitHub. You\u2019d follow the same process as above, but when it came time to save your key you\u2019d just give it a different name such as \u201cid_rsa_github\u201d\u00a0or something similar. You can do that as many times as you like. Just remember that the more keys you have, the more keys you have to manage. When you upgrade to a new PC you need to move those keys with your other files or risk losing access to your servers and accounts, at least temporarily.<\/p>\n<p><strong>RELATED:<\/strong> <strong><em>How PowerShell Differs From the Windows Command Prompt<\/em><\/strong><\/p>\n<h2 role=\"heading\" aria-level=\"2\"><span class=\"ez-toc-section\" id=\"Option_2_Generate_Keys_in_WSL\"><\/span><a rel=\"nofollow noopener\" target=\"_blank\" name=\"autotoc_anchor_1\">Option 2: Generate Keys in WSL<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-762886\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/WSLSSHKeys-650x407.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"The WSL Ubuntu command line showing virtually the same SSH key creation process as the Windows Command Prompt.\" width=\"640\" height=\"401\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>If you\u2019re a <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/www.cloudsavvyit.com\/10058\/what-is-windows-subsystem-for-linux-wsl-and-how-do-you-use-it\/\">WSL<\/a> user, you can use a similar method with your WSL install. In fact, it\u2019s basically the same as with the Command Prompt version. Why would you want to do this? If you primarily live in Linux for command line duties then it just makes sense to keep your keys in WSL.<\/p>\n<p>Open up Windows Terminal or the built-in Ubuntu command prompt (assuming you installed Ubuntu Linux). Then it\u2019s very similar to Windows. Unlike Windows, it\u2019s best to specify whether you want an RSA key or something like Ed25519.<\/p>\n<p>Say you wanted to create an RSA-4096 key. You\u2019d type in the following command:<\/p>\n<pre>ssh-keygen -t rsa -b 4096<\/pre>\n<p>If you wanted Ed25519 then the recommended way is as follows:<\/p>\n<pre>ssh-keygen -t ed25519 -C \"your@email.address\"<\/pre>\n<p>It\u2019s recommended to add your email address as an identifier, though you don\u2019t have to do this on Windows since Microsoft\u2019s version automatically uses your username and the name of your PC for this.<\/p>\n<p>Again, to generate multiple keys for different sites just tag on something like \u201c_github\u201d to the end of the filename.<\/p>\n<p><strong>RELATED:<\/strong> <strong><em>3 Fun Linux Tools to Run on Windows 10 With WSL<\/em><\/strong><\/p>\n<h2 role=\"heading\" aria-level=\"2\"><span class=\"ez-toc-section\" id=\"Option_3_Generate_Keys_With_PuTTY\"><\/span>Option 3: Generate Keys With PuTTY<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>For years, the old school <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/www.howtogeek.com\/311287\/how-to-connect-to-an-ssh-server-from-windows-macos-or-linux\/\">PuTTY program was a popular way to communicate with a server in Windows. If you\u2019ve already got this program on your system it also offers a method for creating SSH keys.<\/p>\n<p>PuTTY comes with a number of helper programs, one of which is called the PuTTY Key Generator. To open that either search for it by hitting the Windows Key and typing \u201cputtygen,\u201d or searching for it in the Start menu.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-762889\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/PuTTYStartMenu-650x489.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"puTTY and its helper programs listed in the Windows 11 Start menu\" width=\"640\" height=\"481\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>Once it\u2019s open, at the bottom of the window you\u2019ll see the various types of keys to generate. If you\u2019re not sure which to use, select \u201cRSA\u201d and then in the entry box that says \u201cNumber Of Bits In A Generated Key\u201d type in \u201c4096.\u201d Another alternative is to select \u201cEdDSA,\u201d and then from the drop-down menu that appears below it make sure \u201cEd25519 (255 bits)\u201d is selected.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-762892\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/PuTTYKeyGenerator-650x467.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"Putty Key Generator with red arrows pointing at the key creation options at the bottom of the window.\" width=\"640\" height=\"460\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>Now, all you have to do is click \u201cGenerate,\u201d and PuTTY will start working. This shouldn\u2019t take too long depending on the strength of your system, and PuTTy will ask you to move your mouse around inside the window to help create a little more randomness during key generation.<\/p>\n<p>Once that\u2019s done click \u201cSave Public Key\u201d to save your public key, and save it where you want with the name \u201cid_rsa.pub\u201d or \u201cid_ed25519.pub\u201d depending on whether you selected RSA or Ed25519 in the earlier step.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-762899\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/PublicKeyGenerated-650x469.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"Click the 'Save public key' button in PuTTY.\" width=\"640\" height=\"462\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>Then to get your private key it takes an extra step. By default, PuTTY generates PPK keys for use with the PuTTy client. If you want OpenSSH, however, at the top of the window select Conversions\u00a0 &gt; Export OpenSSH Key and then save the file as \u201cid_rsa\u201d or \u201cid_ed25519\u201d with no file ending.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-762900\" src=\"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/exportSSH-650x463.png?trim=1,1&amp;bg-color=000&amp;pad=1,1\" alt=\"Select the export SSH key option in Putty.\" width=\"640\" height=\"456\" onload=\"pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\" onerror=\"this.onerror=null;pagespeed.lazyLoadImages.loadIfVisibleAndMaybeBeacon(this);\"\/><\/p>\n<p>Generating SSH keys is really easy whichever method you choose. We\u2019d recommend going with the Windows Command Prompt option unless you already have PuTTY installed, or prefer Linux and understand that system.<\/p>\n<p><strong>RELATED:<\/strong> <strong><em>The Best Ways to Secure Your SSH Server<\/em><\/strong><\/p>\n<\/div>\n<p><script>\n setTimeout(function(){\n  !function(f,b,e,v,n,t,s)\n  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?\n  n.callMethod.apply(n,arguments):n.queue.push(arguments)};\n  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';\n  n.queue=[];t=b.createElement(e);t.async=!0;\n  t.src=v;s=b.getElementsByTagName(e)[0];\n  s.parentNode.insertBefore(t,s) } (window, document,'script',\n  'https:\/\/connect.facebook.net\/en_US\/fbevents.js');\n   fbq('init', '335401813750447');\n   fbq('track', 'PageView');\n  },3000);\n<\/script><\/p>\n<blockquote><p><strong><span style=\"color: #ff6600;\">If you liked the article, do not forget to share it with your friends. Follow us on\u00a0<span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"https:\/\/news.google.com\/publications\/CAAqBwgKMLG0nwswvr63Aw\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Google News<\/a><\/span>\u00a0too, click on the star and choose us from your favorites.<\/span><\/strong><\/p><\/blockquote>\n<blockquote>\n<p style=\"text-align: center;\">For forums sites go to <span style=\"color: #ff9900;\"><a style=\"color: #ff9900;\" href=\"https:\/\/forum.buradabiliyorum.com\/\" target=\"_blank\" rel=\"noopener\">Forum.BuradaBiliyorum.Com<\/a><\/span><\/strong><\/p>\n<\/blockquote>\n<blockquote>\n<p style=\"text-align: center;\"><strong>If you want to read more like this article, you can visit our <span style=\"color: #ff9900;\"><a style=\"color: #ff9900;\" href=\"https:\/\/en.buradabiliyorum.com\/technology\/\" target=\"_blank\" rel=\"noopener\">Technology category.<\/a><\/span><\/strong><\/p>\n<\/blockquote>\n<p><span style=\"color: black;\"><a style=\"color: #ff9900;\" href=\"https:\/\/www.howtogeek.com\/762863\/how-to-generate-ssh-keys-in-windows-10-and-windows-11\/\" target=\"_blank\" rel=\"noopener\">Source<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#8220;#How to Generate SSH keys in Windows 10 and Windows 11&#8221; Eny Setiyowati\/Shutterstock.com If part of your life includes logging in to a remote server be it for a self-hosted blog, a Nextcloud installation, or sending your latest changes to GitHub, you need SSH keys. In Windows 10 and 11 we are spoiled for choice&#8230;<\/p>\n","protected":false},"author":1,"featured_media":366538,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/www.howtogeek.com\/wp-content\/uploads\/2021\/10\/ssh-secure-shell-laptop.png?height=200p&trim=2,2,2,2","fifu_image_alt":"","footnotes":""},"categories":[18],"tags":[],"class_list":["post-366537","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology"],"_links":{"self":[{"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/posts\/366537","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/comments?post=366537"}],"version-history":[{"count":0,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/posts\/366537\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/media\/366538"}],"wp:attachment":[{"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/media?parent=366537"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/categories?post=366537"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/buradabiliyorum.com\/en\/wp-json\/wp\/v2\/tags?post=366537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}