{"id":763,"date":"2019-11-23T22:44:24","date_gmt":"2019-11-24T04:44:24","guid":{"rendered":"http:\/\/zewwy.ca\/?p=763"},"modified":"2019-11-27T22:24:03","modified_gmt":"2019-11-28T04:24:03","slug":"setup-ssh-on-a-cisco-device","status":"publish","type":"post","link":"https:\/\/zewwy.ca\/index.php\/2019\/11\/23\/setup-ssh-on-a-cisco-device\/","title":{"rendered":"Setup SSH on a Cisco Device"},"content":{"rendered":"<p><a href=\"https:\/\/www.youtube.com\/watch?v=IcCQRrUXdiE\">Here&#8217;s a video guide of the same steps<\/a><\/p>\n<p>Step one ensure it already has a hostname and domain set<\/p>\n<pre>en\r\nconf t\r\nhostname &lt;hostname&gt;\r\nip domain-name &lt;domain&gt;<\/pre>\n<p>Then create the required key<\/p>\n<pre>crypto key generate rsa\r\n2048<\/pre>\n<p>Then setup the input line<\/p>\n<pre>line vty 0 15\r\ntransport input ssh\r\nlocal login\r\nexit<\/pre>\n<p>Then create a user<\/p>\n<pre>username &lt;username&gt; secret &lt;password&gt;<\/pre>\n<p>don&#8217;t forget to save<\/p>\n<pre>copy run start<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Here&#8217;s a video guide of the same steps Step one ensure it already has a hostname and domain set en conf t hostname &lt;hostname&gt; ip domain-name &lt;domain&gt; Then create the required key crypto key generate rsa 2048 Then setup the input line line vty 0 15 transport input ssh local login exit Then create a &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/zewwy.ca\/index.php\/2019\/11\/23\/setup-ssh-on-a-cisco-device\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Setup SSH on a Cisco Device&#8221;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"sfsi_plus_gutenberg_text_before_share":"","sfsi_plus_gutenberg_show_text_before_share":"","sfsi_plus_gutenberg_icon_type":"","sfsi_plus_gutenberg_icon_alignemt":"","sfsi_plus_gutenburg_max_per_row":"","footnotes":""},"categories":[8],"tags":[259,100],"class_list":["post-763","post","type-post","status-publish","format-standard","hentry","category-server-administration","tag-cisco","tag-ssh"],"_links":{"self":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/763","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/comments?post=763"}],"version-history":[{"count":3,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/763\/revisions"}],"predecessor-version":[{"id":778,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/763\/revisions\/778"}],"wp:attachment":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/media?parent=763"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/categories?post=763"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/tags?post=763"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}