{"id":1799,"date":"2021-09-11T09:15:00","date_gmt":"2021-09-11T09:15:00","guid":{"rendered":"https:\/\/ownwebservers.com\/kb\/?p=1799"},"modified":"2021-09-11T09:24:32","modified_gmt":"2021-09-11T09:24:32","slug":"commands-to-generate-ssh-key-in-linux","status":"publish","type":"post","link":"https:\/\/ownwebservers.com\/kb\/commands-to-generate-ssh-key-in-linux\/","title":{"rendered":"Commands to Generate SSH key in Linux"},"content":{"rendered":"<p>To generate a key in Linux use \u2018ssh-keygen\u2019 command and use command line platform to run it. You would be asked for a file in which the key should be saved, at the time of key generation and for a pass phrase (password) for the key<\/p>\n<p><strong>The commands and procedure is as follows :<\/strong><\/p>\n<p>user@localhost: ssh-keygen -t dsa<br \/>\nTo Generate public\/private dsa key pair.<br \/>\nPlease enter file in which the ket has been saved for example, The full directory path as (\/home\/user\/.ssh\/id_dsa):<br \/>\nEnter passphrase (empty for no passphrase):<br \/>\nEnter same passphrase again:<br \/>\nYour identification has been saved in id_dsa.<br \/>\nYour public key has been saved in id_dsa.pub.<br \/>\nThe key fingerprint is:<br \/>\n16:8e:e8:f2:1d:c9:b9:cf:43:9a:b3:3c:c1:1f:95:93\u00a0user@localhost<\/p>\n<p>The commands will create a private key and written to \/home\/user\/.ssh\/id_dsa and a public key written to \/home\/user\/.ssh\/id_dsa.pub. The passphrase is used to protect your generated key. You will be asked for it when you connect via SSH.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To generate a key in Linux use \u2018ssh-keygen\u2019 command and use command line platform to run it. You would be asked for a file in which the key should be saved, at the time of key generation and for a pass phrase (password) for the key The commands and procedure is as follows : user@localhost: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-1799","post","type-post","status-publish","format-standard","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v15.2.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Commands to Generate SSH key in Linux - OWS KB<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ownwebservers.com\/kb\/commands-to-generate-ssh-key-in-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Commands to Generate SSH key in Linux - OWS KB\" \/>\n<meta property=\"og:description\" content=\"To generate a key in Linux use \u2018ssh-keygen\u2019 command and use command line platform to run it. You would be asked for a file in which the key should be saved, at the time of key generation and for a pass phrase (password) for the key The commands and procedure is as follows : user@localhost: [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ownwebservers.com\/kb\/commands-to-generate-ssh-key-in-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"OWS KB\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-11T09:15:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-11T09:24:32+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\">\n\t<meta name=\"twitter:data1\" content=\"admin\">\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" content=\"1 minute\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"OWS KB\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/ownwebservers.com\/kb\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/commands-to-generate-ssh-key-in-linux\/#webpage\",\"url\":\"https:\/\/ownwebservers.com\/kb\/commands-to-generate-ssh-key-in-linux\/\",\"name\":\"Commands to Generate SSH key in Linux - OWS KB\",\"isPartOf\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\"},\"datePublished\":\"2021-09-11T09:15:00+00:00\",\"dateModified\":\"2021-09-11T09:24:32+00:00\",\"author\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\"},\"breadcrumb\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/commands-to-generate-ssh-key-in-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ownwebservers.com\/kb\/commands-to-generate-ssh-key-in-linux\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/commands-to-generate-ssh-key-in-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/commands-to-generate-ssh-key-in-linux\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/commands-to-generate-ssh-key-in-linux\/\",\"name\":\"Commands to Generate SSH key in Linux\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/ownwebservers.com\/kb\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","_links":{"self":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/1799","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/comments?post=1799"}],"version-history":[{"count":3,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/1799\/revisions"}],"predecessor-version":[{"id":1805,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/1799\/revisions\/1805"}],"wp:attachment":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/media?parent=1799"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/categories?post=1799"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/tags?post=1799"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}