{"id":42,"date":"2020-11-15T16:23:26","date_gmt":"2020-11-15T16:23:26","guid":{"rendered":"http:\/\/alumnit.ca\/?p=42"},"modified":"2021-11-03T02:54:55","modified_gmt":"2021-11-03T02:54:55","slug":"create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python","status":"publish","type":"post","link":"http:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/","title":{"rendered":"Create a Management Console for Remote Uses with Jupyter Notebooks and Python"},"content":{"rendered":"<p>Secure shell program (SSH) is an extremely powerful tool for handling administrative tasks remotely. However, there are many nice additions that it lacks. Jupyter is an amazing, easy tool to use for remote administration, and it comes with all the niceties that the Secure shell program lacks.<\/p>\n<h4>Secure Shell Port Forwarding: Secure Shell and Jupyter<\/h4>\n<p>There are times that you may need to connect SSH into port 22. However, there are other ports you may connect it to. There are jump box servers with greater access and servers with network firewalls or host firewalls that restrict ports access.<\/p>\n<p>Although SSH is secure for administrative management from a remote location, tech-savvy strangers may connect to ports and gain vital information, which is why some ports are restricted by firewalls.<\/p>\n<p>An alternative is to run an SSH command using port forwarding with a port that is local to a remote connection. Jupyter can be used to facilitate this via the remote host&#8217;s computer, keeping the real port anonymous.<\/p>\n<p>You may now notice that you can remotely manage other computers with yours as a console. Jupyter allows you to view remote images, and it works well with Python systems automation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Secure shell program (SSH) is an extremely powerful tool for handling administrative tasks remotely. However, there are many nice additions that it lacks. Jupyter is an amazing, easy tool to use for remote administration, and it comes with all the niceties that the Secure shell program lacks.<br \>\nSecure Shell Port Forwarding: Secure Shell and Jupyter<br \>\nThere are times that you may need to connect SSH into port 22. However, there are other ports you may connect it to. There are jump box servers with greater access and servers with network firewalls or host firewalls that restrict ports access.<br \>\nAlthough SSH is secure for &#8230;<\/p>\n","protected":false},"author":2,"featured_media":44,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-42","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-python"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Create a Management Console for Remote Uses with Jupyter Notebooks and Python - The Lumnit<\/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:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/\" \>\n<meta property=\"og:locale\" content=\"en_US\" \>\n<meta property=\"og:type\" content=\"article\" \>\n<meta property=\"og:title\" content=\"Create a management console for remote uses with jupyter notebooks and python - the lumnit\" \>\n<meta property=\"og:description\" content=\"Secure shell program (ssh) is an extremely powerful tool for handling administrative tasks remotely. however, there are many nice additions that it lacks. jupyter amazing, easy to use remote administration, and comes with all the niceties secure port forwarding: times you may need connect ssh into 22. other ports to. jump box servers greater access network firewalls or host restrict access. although ...\" \>\n<meta property=\"og:url\" content=\"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/\" \>\n<meta property=\"og:site_name\" content=\"The lumnit\" \>\n<meta property=\"article:published_time\" content=\"2020-11-15T16:23:26+00:00\" \>\n<meta property=\"article:modified_time\" content=\"2021-11-03T02:54:55+00:00\" \>\n<meta property=\"og:image\" content=\"https:\/\/alumnit.ca\/wp-content\/uploads\/2020\/12\/Laptop-image-for-Coding-Classes-e1609345816848.jpg\" \>\n\t<meta property=\"og:image:width\" content=\"1199\" \>\n\t<meta property=\"og:image:height\" content=\"798\" \>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \>\n<meta name=\"author\" content=\"tanna\" \>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \>\n<meta name=\"twitter:label1\" content=\"Written by\" \>\n\t<meta name=\"twitter:data1\" content=\"tanna\" \>\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\":\"Article\",\"@id\":\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/\"},\"author\":{\"name\":\"tanna\",\"@id\":\"http:\\\/\\\/alumnit.ca\\\/#\\\/schema\\\/person\\\/9fd0a703a0e9591780fa55d5b8ed2a9e\"},\"headline\":\"Create a Management Console for Remote Uses with Jupyter Notebooks and Python\",\"datePublished\":\"2020-11-15T16:23:26+00:00\",\"dateModified\":\"2021-11-03T02:54:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/\"},\"wordCount\":209,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\\\/\\\/alumnit.ca\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/alumnit.ca\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Laptop-image-for-Coding-Classes-e1609345816848.jpg\",\"articleSection\":[\"Python\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/\",\"url\":\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/\",\"name\":\"Create a Management Console for Remote Uses with Jupyter Notebooks and Python - The Lumnit\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/alumnit.ca\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/alumnit.ca\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Laptop-image-for-Coding-Classes-e1609345816848.jpg\",\"datePublished\":\"2020-11-15T16:23:26+00:00\",\"dateModified\":\"2021-11-03T02:54:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/#primaryimage\",\"url\":\"http:\\\/\\\/alumnit.ca\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Laptop-image-for-Coding-Classes-e1609345816848.jpg\",\"contentUrl\":\"http:\\\/\\\/alumnit.ca\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/Laptop-image-for-Coding-Classes-e1609345816848.jpg\",\"width\":1199,\"height\":798},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/alumnit.ca\\\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/alumnit.ca\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create a Management Console for Remote Uses with Jupyter Notebooks and Python\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/alumnit.ca\\\/#website\",\"url\":\"http:\\\/\\\/alumnit.ca\\\/\",\"name\":\"The Lumnit\",\"description\":\"Resource focused on open source\",\"publisher\":{\"@id\":\"http:\\\/\\\/alumnit.ca\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/alumnit.ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\\\/\\\/alumnit.ca\\\/#organization\",\"name\":\"The Lumnit\",\"url\":\"http:\\\/\\\/alumnit.ca\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/alumnit.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"http:\\\/\\\/alumnit.ca\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/cropped-logo.png\",\"contentUrl\":\"http:\\\/\\\/alumnit.ca\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/cropped-logo.png\",\"width\":700,\"height\":178,\"caption\":\"The Lumnit\"},\"image\":{\"@id\":\"http:\\\/\\\/alumnit.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/alumnit.ca\\\/#\\\/schema\\\/person\\\/9fd0a703a0e9591780fa55d5b8ed2a9e\",\"name\":\"tanna\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/232d3d12fb7a569b52d57bde4852656d662e564594819cedca36d9a10c67c68a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/232d3d12fb7a569b52d57bde4852656d662e564594819cedca36d9a10c67c68a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/232d3d12fb7a569b52d57bde4852656d662e564594819cedca36d9a10c67c68a?s=96&d=mm&r=g\",\"caption\":\"tanna\"},\"url\":\"http:\\\/\\\/alumnit.ca\\\/author\\\/tanna\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create a Management Console for Remote Uses with Jupyter Notebooks and Python - The Lumnit","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:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/","og_locale":"en_US","og_type":"article","og_title":"Create a Management Console for Remote Uses with Jupyter Notebooks and Python - The Lumnit","og_description":"Secure shell program (SSH) is an extremely powerful tool for handling administrative tasks remotely. However, there are many nice additions that it lacks. Jupyter is an amazing, easy tool to use for remote administration, and it comes with all the niceties that the Secure shell program lacks. Secure Shell Port Forwarding: Secure Shell and Jupyter There are times that you may need to connect SSH into port 22. However, there are other ports you may connect it to. There are jump box servers with greater access and servers with network firewalls or host firewalls that restrict ports access. Although SSH is secure for ...","og_url":"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/","og_site_name":"The Lumnit","article_published_time":"2020-11-15T16:23:26+00:00","article_modified_time":"2021-11-03T02:54:55+00:00","og_image":[{"width":1199,"height":798,"url":"https:\/\/alumnit.ca\/wp-content\/uploads\/2020\/12\/Laptop-image-for-Coding-Classes-e1609345816848.jpg","type":"image\/jpeg"}],"author":"tanna","twitter_card":"summary_large_image","twitter_misc":{"Written by":"tanna","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/#article","isPartOf":{"@id":"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/"},"author":{"name":"tanna","@id":"http:\/\/alumnit.ca\/#\/schema\/person\/9fd0a703a0e9591780fa55d5b8ed2a9e"},"headline":"Create a Management Console for Remote Uses with Jupyter Notebooks and Python","datePublished":"2020-11-15T16:23:26+00:00","dateModified":"2021-11-03T02:54:55+00:00","mainEntityOfPage":{"@id":"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/"},"wordCount":209,"commentCount":0,"publisher":{"@id":"http:\/\/alumnit.ca\/#organization"},"image":{"@id":"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/#primaryimage"},"thumbnailUrl":"http:\/\/alumnit.ca\/wp-content\/uploads\/2020\/12\/Laptop-image-for-Coding-Classes-e1609345816848.jpg","articleSection":["Python"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/","url":"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/","name":"Create a Management Console for Remote Uses with Jupyter Notebooks and Python - The Lumnit","isPartOf":{"@id":"http:\/\/alumnit.ca\/#website"},"primaryImageOfPage":{"@id":"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/#primaryimage"},"image":{"@id":"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/#primaryimage"},"thumbnailUrl":"http:\/\/alumnit.ca\/wp-content\/uploads\/2020\/12\/Laptop-image-for-Coding-Classes-e1609345816848.jpg","datePublished":"2020-11-15T16:23:26+00:00","dateModified":"2021-11-03T02:54:55+00:00","breadcrumb":{"@id":"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/#primaryimage","url":"http:\/\/alumnit.ca\/wp-content\/uploads\/2020\/12\/Laptop-image-for-Coding-Classes-e1609345816848.jpg","contentUrl":"http:\/\/alumnit.ca\/wp-content\/uploads\/2020\/12\/Laptop-image-for-Coding-Classes-e1609345816848.jpg","width":1199,"height":798},{"@type":"BreadcrumbList","@id":"https:\/\/alumnit.ca\/create-a-management-console-for-remote-uses-with-jupyter-notebooks-and-python\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/alumnit.ca\/"},{"@type":"ListItem","position":2,"name":"Create a Management Console for Remote Uses with Jupyter Notebooks and Python"}]},{"@type":"WebSite","@id":"http:\/\/alumnit.ca\/#website","url":"http:\/\/alumnit.ca\/","name":"The Lumnit","description":"Resource focused on open source","publisher":{"@id":"http:\/\/alumnit.ca\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/alumnit.ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/alumnit.ca\/#organization","name":"The Lumnit","url":"http:\/\/alumnit.ca\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/alumnit.ca\/#\/schema\/logo\/image\/","url":"http:\/\/alumnit.ca\/wp-content\/uploads\/2020\/12\/cropped-logo.png","contentUrl":"http:\/\/alumnit.ca\/wp-content\/uploads\/2020\/12\/cropped-logo.png","width":700,"height":178,"caption":"The Lumnit"},"image":{"@id":"http:\/\/alumnit.ca\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"http:\/\/alumnit.ca\/#\/schema\/person\/9fd0a703a0e9591780fa55d5b8ed2a9e","name":"tanna","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/232d3d12fb7a569b52d57bde4852656d662e564594819cedca36d9a10c67c68a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/232d3d12fb7a569b52d57bde4852656d662e564594819cedca36d9a10c67c68a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/232d3d12fb7a569b52d57bde4852656d662e564594819cedca36d9a10c67c68a?s=96&d=mm&r=g","caption":"tanna"},"url":"http:\/\/alumnit.ca\/author\/tanna\/"}]}},"_links":{"self":[{"href":"http:\/\/alumnit.ca\/morpheus\/wp\/v2\/posts\/42","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/alumnit.ca\/morpheus\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/alumnit.ca\/morpheus\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/alumnit.ca\/morpheus\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/alumnit.ca\/morpheus\/wp\/v2\/comments?post=42"}],"version-history":[{"count":2,"href":"http:\/\/alumnit.ca\/morpheus\/wp\/v2\/posts\/42\/revisions"}],"predecessor-version":[{"id":155,"href":"http:\/\/alumnit.ca\/morpheus\/wp\/v2\/posts\/42\/revisions\/155"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/alumnit.ca\/morpheus\/wp\/v2\/media\/44"}],"wp:attachment":[{"href":"http:\/\/alumnit.ca\/morpheus\/wp\/v2\/media?parent=42"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/alumnit.ca\/morpheus\/wp\/v2\/categories?post=42"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/alumnit.ca\/morpheus\/wp\/v2\/tags?post=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}