{"id":13,"date":"2012-06-01T23:34:06","date_gmt":"2012-06-01T23:34:06","guid":{"rendered":"http:\/\/beta.robertprice.co.uk\/robblog\/2012\/06\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/"},"modified":"2012-06-01T23:34:06","modified_gmt":"2012-06-01T23:34:06","slug":"ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml","status":"publish","type":"post","link":"https:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/","title":{"rendered":"SSH To An Ubuntu VirtualBox From A Mac"},"content":{"rendered":"<p>\nI have been setting up an Ubuntu Server instance using VirtualBox on my Macbook Pro for some development work. I thought I&#8217;d share how to get ssh working on the virtual server once you have it installed.\n<\/p>\n<p>\nFirstly you need to make sure you have <code>openssh-server<\/code> on your Ubuntu instance.\n<\/p>\n<p>\nOn the Ubuntu Server&#8230;\n<\/p>\n<div class=\"code\"><code>sudo apt-get install openssh-server<br \/>\n<\/code><\/div>\n<p>\nIf you change networks a lot, you&#8217;ll probably want to install a static IP you can always connect to safely to access your Ubuntu Server. To do this&#8230;\n<\/p>\n<p>\nOn the Ubuntu Server, edit <code>\/etc\/network\/interfaces<\/code>, and add the following&#8230;\n<\/p>\n<pre class=\"lang:default decode:true \" >auto eth1\niface eth1 inet static\naddress 192.168.56.10\nnetmask 255.255.255.0\n<\/pre>\n<p>\nNow on your Mac&#8230;\n<\/p>\n<p>\nPower down the VM\n<\/p>\n<p>\nGo to network settings\n<\/p>\n<p>\nAdd adapter 2<br \/>\n&#8211; Attached to Host-only Adapter<br \/>\n&#8211; Name vboxnet0\n<\/p>\n<p>\nRestart the VM\n<\/p>\n<p>\nYou should be able to connect to your Ubuntu Server now on <code>192.168.56.10<\/code> from your Mac.\n<\/p>\n<p><div class=\"code\"><code>ssh username@192.168.56.10<br \/>\n<\/code><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I have been setting up an Ubuntu Server instance using VirtualBox on my Macbook Pro for some development work. I thought I&#8217;d share how to get ssh working on the virtual server once you have it installed. Firstly you need to make sure you have openssh-server on your Ubuntu instance. On the Ubuntu Server&#8230; sudo &hellip; <a href=\"https:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;SSH To An Ubuntu VirtualBox From A Mac&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[2],"tags":[36,65,68,73],"class_list":["post-13","post","type-post","status-publish","format-standard","hentry","category-dev","tag-mac","tag-ssh","tag-ubuntu","tag-virtualbox"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SSH To An Ubuntu VirtualBox From A Mac - Robert Price<\/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:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SSH To An Ubuntu VirtualBox From A Mac - Robert Price\" \/>\n<meta property=\"og:description\" content=\"I have been setting up an Ubuntu Server instance using VirtualBox on my Macbook Pro for some development work. I thought I&#8217;d share how to get ssh working on the virtual server once you have it installed. Firstly you need to make sure you have openssh-server on your Ubuntu instance. On the Ubuntu Server&#8230; sudo &hellip; Continue reading &quot;SSH To An Ubuntu VirtualBox From A Mac&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/\" \/>\n<meta property=\"og:site_name\" content=\"Robert Price\" \/>\n<meta property=\"article:published_time\" content=\"2012-06-01T23:34:06+00:00\" \/>\n<meta name=\"author\" content=\"rob\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"rob\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated 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:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\\\/\"},\"author\":{\"name\":\"rob\",\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/#\\\/schema\\\/person\\\/fac6d5b076e0e14e1fb13e15b542a6c5\"},\"headline\":\"SSH To An Ubuntu VirtualBox From A Mac\",\"datePublished\":\"2012-06-01T23:34:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\\\/\"},\"wordCount\":140,\"keywords\":[\"mac\",\"ssh\",\"ubuntu\",\"virtualbox\"],\"articleSection\":[\"Dev\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\\\/\",\"url\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\\\/\",\"name\":\"SSH To An Ubuntu VirtualBox From A Mac - Robert Price\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/#website\"},\"datePublished\":\"2012-06-01T23:34:06+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/#\\\/schema\\\/person\\\/fac6d5b076e0e14e1fb13e15b542a6c5\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SSH To An Ubuntu VirtualBox From A Mac\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/#website\",\"url\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/\",\"name\":\"Robert Price\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.robertprice.co.uk\\\/robblog\\\/#\\\/schema\\\/person\\\/fac6d5b076e0e14e1fb13e15b542a6c5\",\"name\":\"rob\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6f0eb511179100a4e968abc70403e33686e6ab3e992e392bedd2ccac01da666c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6f0eb511179100a4e968abc70403e33686e6ab3e992e392bedd2ccac01da666c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6f0eb511179100a4e968abc70403e33686e6ab3e992e392bedd2ccac01da666c?s=96&d=mm&r=g\",\"caption\":\"rob\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SSH To An Ubuntu VirtualBox From A Mac - Robert Price","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:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/","og_locale":"en_GB","og_type":"article","og_title":"SSH To An Ubuntu VirtualBox From A Mac - Robert Price","og_description":"I have been setting up an Ubuntu Server instance using VirtualBox on my Macbook Pro for some development work. I thought I&#8217;d share how to get ssh working on the virtual server once you have it installed. Firstly you need to make sure you have openssh-server on your Ubuntu instance. On the Ubuntu Server&#8230; sudo &hellip; Continue reading \"SSH To An Ubuntu VirtualBox From A Mac\"","og_url":"https:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/","og_site_name":"Robert Price","article_published_time":"2012-06-01T23:34:06+00:00","author":"rob","twitter_card":"summary_large_image","twitter_misc":{"Written by":"rob","Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/#article","isPartOf":{"@id":"https:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/"},"author":{"name":"rob","@id":"https:\/\/www.robertprice.co.uk\/robblog\/#\/schema\/person\/fac6d5b076e0e14e1fb13e15b542a6c5"},"headline":"SSH To An Ubuntu VirtualBox From A Mac","datePublished":"2012-06-01T23:34:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/"},"wordCount":140,"keywords":["mac","ssh","ubuntu","virtualbox"],"articleSection":["Dev"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/","url":"https:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/","name":"SSH To An Ubuntu VirtualBox From A Mac - Robert Price","isPartOf":{"@id":"https:\/\/www.robertprice.co.uk\/robblog\/#website"},"datePublished":"2012-06-01T23:34:06+00:00","author":{"@id":"https:\/\/www.robertprice.co.uk\/robblog\/#\/schema\/person\/fac6d5b076e0e14e1fb13e15b542a6c5"},"breadcrumb":{"@id":"https:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.robertprice.co.uk\/robblog\/ssh_to_an_ubuntu_virtualbox_from_a_mac-shtml\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.robertprice.co.uk\/robblog\/"},{"@type":"ListItem","position":2,"name":"SSH To An Ubuntu VirtualBox From A Mac"}]},{"@type":"WebSite","@id":"https:\/\/www.robertprice.co.uk\/robblog\/#website","url":"https:\/\/www.robertprice.co.uk\/robblog\/","name":"Robert Price","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.robertprice.co.uk\/robblog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.robertprice.co.uk\/robblog\/#\/schema\/person\/fac6d5b076e0e14e1fb13e15b542a6c5","name":"rob","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/6f0eb511179100a4e968abc70403e33686e6ab3e992e392bedd2ccac01da666c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6f0eb511179100a4e968abc70403e33686e6ab3e992e392bedd2ccac01da666c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6f0eb511179100a4e968abc70403e33686e6ab3e992e392bedd2ccac01da666c?s=96&d=mm&r=g","caption":"rob"}}]}},"_links":{"self":[{"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/posts\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":0,"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/posts\/13\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/media?parent=13"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/categories?post=13"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.robertprice.co.uk\/robblog\/wp-json\/wp\/v2\/tags?post=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}