{"id":2905,"date":"2022-01-10T10:36:26","date_gmt":"2022-01-10T10:36:26","guid":{"rendered":"https:\/\/infyblog.zluck.in\/?p=2905"},"modified":"2025-07-17T09:08:22","modified_gmt":"2025-07-17T09:08:22","slug":"how-to-setup-ssh-key-in-windows","status":"publish","type":"post","link":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/","title":{"rendered":"How To Setup SSH key in Windows"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2905\" class=\"elementor elementor-2905\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0070707 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0070707\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f95fc49\" data-id=\"f95fc49\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\n\t\t<div class=\"elementor-element elementor-element-865db21 elementor-widget elementor-widget-text-editor\" data-id=\"865db21\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>In this article, I show you how to set up SSH in windows10,<\/p><p>first of all, you have a question what is the ssh key, and why do we need it?<\/p><p>you can watch this video or follow an article.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e084d62 elementor-widget elementor-widget-video\" data-id=\"e084d62\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=9wMnDpTWDLg&amp;t=15s&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d51af96 elementor-widget elementor-widget-text-editor\" data-id=\"d51af96\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Let me explain a bit more, An SSH key is a secure access credential used in the Secure Shell protocol. SSH keys use key pairs based on public key infrastructure technology, the gold standard for digital identity authentication and encryption, to provide a secure and scalable method of authentication. as you know all developers use git for pushing, fetching, and pulling their code from GitLab, GitHub, and any other tools.<\/p><p>So, using SSH key you can use git for your repository and get authentication from GitHub or any tool where you add ssh.<\/p><p>When you set up an SSH key, you create a key pair that contains a private key (saved to your local computer) and a public key.<\/p><p>So, Let&#8217;s Set up SSH for Git on Windows<\/p><h2>Step1: Set up your default identity<\/h2><p>firs of all open your terminals like <span style=\"color: #e83e8c;\">gitbash<\/span> or <span style=\"color: #e83e8c;\">cmDer<\/span>.<\/p><ul><li>Now, type the command <span style=\"color: #e83e8c;\">ssh-keygen<\/span> and enter and command prompts you for a file to save the key in:<\/li><\/ul><p><span style=\"color: #e83e8c;\">$ssh-keygen Generating public\/private rsa key pair. Enter file in which to save the key (\/c\/Users\/emmap1\/.ssh\/id_rsa):<\/span><\/p><ul><li>Press enter to accept the default key and path,<span style=\"color: #e83e8c;\">\/c\/Users\/&lt;username&gt;\/.ssh\/id_rsa.<\/span> or you can specify the path and then press enter.<\/li><li>Enter and re-enter a passphrase when prompted.<\/li><li>final out put in your terminal is look likes,<\/li><\/ul>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8b96c32 elementor-widget elementor-widget-code-highlight\" data-id=\"8b96c32\" data-element_type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-javascript \">\n\t\t\t\t<code readonly=\"true\" class=\"language-javascript\">\n\t\t\t\t\t<xmp>ssh-keygen \r\nGenerating public\/private rsa key pair.\r\nEnter file in which to save the key (\/c\/Users\/shailesh\/.ssh\/id_rsa):\r\nCreated directory '\/c\/Users\/shailesh\/.ssh'.\r\nEnter passphrase (empty for no passphrase):\r\nEnter the same passphrase again:\r\nYour identification has been saved in \/c\/Users\/shailesh\/.ssh\/id_rsa.\r\nYour public key has been saved in \/c\/Users\/shailesh\/.ssh\/id_rsa.pub.\r\nThe key fingerprint is: e7:94:d1:a3:02:ee:38:6e:a4:5e:26:a3:a9:f4:95:d4 shailesh@InfyOm-PC<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e3ae6a0 elementor-widget elementor-widget-text-editor\" data-id=\"e3ae6a0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul><li>Let&#8217;s navigate to path <span style=\"color: #e83e8c;\">cd \/c\/Users\/shailesh\/.ssh\/<\/span> and fire<span style=\"color: #e83e8c;\"> ls <\/span>command for confirming file generated or not.<\/li><li><span style=\"color: #e83e8c;\">ls<\/span> command displays two files, one for the public key (for example id_rsa.pub) and one for the private key (for example, id_rsa) if successfully generated.<\/li><\/ul><h2>Step 2: Add SSH in Bitbucket.<\/h2><ul><li>let&#8217;s fire command<span style=\"color: #e83e8c;\"> cat id_rsa.pub<\/span> on the terminal and make sure you stay on the<span style=\"color: #e83e8c;\"> .ssh<\/span> directory.<\/li><li>Now, you can see the key in the terminal. so, copy it and add it to bitbucket. click\u00a0<a href=\"https:\/\/github.com\/login?return_to=https%3A%2F%2Fgithub.com%2Fsettings%2Fssh%2Fnew\" target=\"_blank\" rel=\"noopener\">here\u00a0<\/a>for Github to add SSH to your account.<\/li><\/ul><h2>Step 3: Add the SSH key to the ssh-agent.<\/h2><p>fire command <span style=\"color: #e83e8c;\">$eval ssh-agent<\/span> into the terminal and you get output like <span style=\"color: #e83e8c;\">Agent pid 9795.<\/span> 9765 PID may be different in your PC.<\/p><h2>Step 4: Check Login in terminal<\/h2><p>fire command <span style=\"color: #e83e8c;\">ssh -T git@bitbucket.org<\/span> in your terminal and you can get output like<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c68c553 elementor-widget elementor-widget-code-highlight\" data-id=\"c68c553\" data-element_type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-javascript \">\n\t\t\t\t<code readonly=\"true\" class=\"language-javascript\">\n\t\t\t\t\t<xmp>Warning: Permanently added the RSA host key for IP address '104.192.141.1' to the list of known hosts.\r\nauthenticated via ssh key.\r\n\r\nYou can use git to connect to Bitbucket. Shell access is disabled<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>In this article, I show you how to set up SSH in windows10, first of all, you have a question what is the ssh key, and&#8230;<\/p>\n","protected":false},"author":2,"featured_media":2910,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"two_page_speed":[],"footnotes":""},"categories":[9],"tags":[39,14],"class_list":["post-2905","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-laravel","tag-laravel","tag-tips"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Setup SSH key in Windows<\/title>\n<meta name=\"description\" content=\"Learn how to set up SSH keys on Windows, step-by-step guide for key generation, PuTTY\/Pageant, agent forwarding, and secure authentication.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Setup SSH key in Windows\" \/>\n<meta property=\"og:description\" content=\"Learn how to set up SSH keys on Windows, step-by-step guide for key generation, PuTTY\/Pageant, agent forwarding, and secure authentication.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog | InfyOm Technologies\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/infyom\" \/>\n<meta property=\"article:published_time\" content=\"2022-01-10T10:36:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-17T09:08:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-setup-ssh-key-in-windows.png\" \/>\n\t<meta property=\"og:image:width\" content=\"772\" \/>\n\t<meta property=\"og:image:height\" content=\"484\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"InfyOm\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InfyOm\" \/>\n<meta name=\"twitter:site\" content=\"@InfyOm\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InfyOm\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/\"},\"author\":{\"name\":\"InfyOm\",\"@id\":\"https:\/\/infyom.com\/blog\/#\/schema\/person\/659bfc844c333d041221e83c5f5ec754\"},\"headline\":\"How To Setup SSH key in Windows\",\"datePublished\":\"2022-01-10T10:36:26+00:00\",\"dateModified\":\"2025-07-17T09:08:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/\"},\"wordCount\":434,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/infyom.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-setup-ssh-key-in-windows.png\",\"keywords\":[\"Laravel\",\"Tips\"],\"articleSection\":[\"Laravel\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/\",\"url\":\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/\",\"name\":\"How To Setup SSH key in Windows\",\"isPartOf\":{\"@id\":\"https:\/\/infyom.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-setup-ssh-key-in-windows.png\",\"datePublished\":\"2022-01-10T10:36:26+00:00\",\"dateModified\":\"2025-07-17T09:08:22+00:00\",\"description\":\"Learn how to set up SSH keys on Windows, step-by-step guide for key generation, PuTTY\/Pageant, agent forwarding, and secure authentication.\",\"breadcrumb\":{\"@id\":\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#primaryimage\",\"url\":\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-setup-ssh-key-in-windows.png\",\"contentUrl\":\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-setup-ssh-key-in-windows.png\",\"width\":772,\"height\":484,\"caption\":\"How To Setup SSH key in Windows\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/infyom.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Setup SSH key in Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/infyom.com\/blog\/#website\",\"url\":\"https:\/\/infyom.com\/blog\/\",\"name\":\"Blog | InfyOm Technologies\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/infyom.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/infyom.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/infyom.com\/blog\/#organization\",\"name\":\"InfyOm Technologies\",\"url\":\"https:\/\/infyom.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/infyom.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/06\/InfyOm-Logo.png\",\"contentUrl\":\"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/06\/InfyOm-Logo.png\",\"width\":88,\"height\":41,\"caption\":\"InfyOm Technologies\"},\"image\":{\"@id\":\"https:\/\/infyom.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/infyom\",\"https:\/\/x.com\/InfyOm\",\"https:\/\/www.instagram.com\/infyomtechnologies\/\",\"https:\/\/in.linkedin.com\/company\/infyom-technologies\",\"https:\/\/github.com\/infyomlabs\",\"https:\/\/x.com\/infyom\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/infyom.com\/blog\/#\/schema\/person\/659bfc844c333d041221e83c5f5ec754\",\"name\":\"InfyOm\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/infyom.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1ad162864d8d33c04ea9e6d0333cc483?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1ad162864d8d33c04ea9e6d0333cc483?s=96&d=mm&r=g\",\"caption\":\"InfyOm\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Setup SSH key in Windows","description":"Learn how to set up SSH keys on Windows, step-by-step guide for key generation, PuTTY\/Pageant, agent forwarding, and secure authentication.","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:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/","og_locale":"en_US","og_type":"article","og_title":"How To Setup SSH key in Windows","og_description":"Learn how to set up SSH keys on Windows, step-by-step guide for key generation, PuTTY\/Pageant, agent forwarding, and secure authentication.","og_url":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/","og_site_name":"Blog | InfyOm Technologies","article_publisher":"https:\/\/www.facebook.com\/infyom","article_published_time":"2022-01-10T10:36:26+00:00","article_modified_time":"2025-07-17T09:08:22+00:00","og_image":[{"width":772,"height":484,"url":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-setup-ssh-key-in-windows.png","type":"image\/png"}],"author":"InfyOm","twitter_card":"summary_large_image","twitter_creator":"@InfyOm","twitter_site":"@InfyOm","twitter_misc":{"Written by":"InfyOm","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#article","isPartOf":{"@id":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/"},"author":{"name":"InfyOm","@id":"https:\/\/infyom.com\/blog\/#\/schema\/person\/659bfc844c333d041221e83c5f5ec754"},"headline":"How To Setup SSH key in Windows","datePublished":"2022-01-10T10:36:26+00:00","dateModified":"2025-07-17T09:08:22+00:00","mainEntityOfPage":{"@id":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/"},"wordCount":434,"commentCount":0,"publisher":{"@id":"https:\/\/infyom.com\/blog\/#organization"},"image":{"@id":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-setup-ssh-key-in-windows.png","keywords":["Laravel","Tips"],"articleSection":["Laravel"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/","url":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/","name":"How To Setup SSH key in Windows","isPartOf":{"@id":"https:\/\/infyom.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#primaryimage"},"image":{"@id":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#primaryimage"},"thumbnailUrl":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-setup-ssh-key-in-windows.png","datePublished":"2022-01-10T10:36:26+00:00","dateModified":"2025-07-17T09:08:22+00:00","description":"Learn how to set up SSH keys on Windows, step-by-step guide for key generation, PuTTY\/Pageant, agent forwarding, and secure authentication.","breadcrumb":{"@id":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#primaryimage","url":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-setup-ssh-key-in-windows.png","contentUrl":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/07\/how-to-setup-ssh-key-in-windows.png","width":772,"height":484,"caption":"How To Setup SSH key in Windows"},{"@type":"BreadcrumbList","@id":"https:\/\/infyom.com\/blog\/how-to-setup-ssh-key-in-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/infyom.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Setup SSH key in Windows"}]},{"@type":"WebSite","@id":"https:\/\/infyom.com\/blog\/#website","url":"https:\/\/infyom.com\/blog\/","name":"Blog | InfyOm Technologies","description":"","publisher":{"@id":"https:\/\/infyom.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/infyom.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/infyom.com\/blog\/#organization","name":"InfyOm Technologies","url":"https:\/\/infyom.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/infyom.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/06\/InfyOm-Logo.png","contentUrl":"https:\/\/infyom.com\/blog\/wp-content\/uploads\/2024\/06\/InfyOm-Logo.png","width":88,"height":41,"caption":"InfyOm Technologies"},"image":{"@id":"https:\/\/infyom.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/infyom","https:\/\/x.com\/InfyOm","https:\/\/www.instagram.com\/infyomtechnologies\/","https:\/\/in.linkedin.com\/company\/infyom-technologies","https:\/\/github.com\/infyomlabs","https:\/\/x.com\/infyom"]},{"@type":"Person","@id":"https:\/\/infyom.com\/blog\/#\/schema\/person\/659bfc844c333d041221e83c5f5ec754","name":"InfyOm","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/infyom.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1ad162864d8d33c04ea9e6d0333cc483?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1ad162864d8d33c04ea9e6d0333cc483?s=96&d=mm&r=g","caption":"InfyOm"}}]}},"_links":{"self":[{"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/posts\/2905","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/comments?post=2905"}],"version-history":[{"count":17,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/posts\/2905\/revisions"}],"predecessor-version":[{"id":8191,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/posts\/2905\/revisions\/8191"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/media\/2910"}],"wp:attachment":[{"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/media?parent=2905"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/categories?post=2905"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/infyom.com\/blog\/wp-json\/wp\/v2\/tags?post=2905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}