{"id":318,"date":"2011-12-01T15:11:24","date_gmt":"2011-12-01T15:11:24","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2011\/12\/01\/how-to-login-ssh\/"},"modified":"2025-11-07T17:30:16","modified_gmt":"2025-11-07T22:30:16","slug":"how-to-login-ssh","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/","title":{"rendered":"How to Connect to Your Server with SSH"},"content":{"rendered":"<p>In this tutorial, we\u2019re going to be using PuTTY to connect to your Managed VPS, Cloud or Dedicated Server via SSH. For Windows users without an SSH client, we recommend you download PuTTY or enable OpenSSH.<\/p>\n\n\n\n<p class=\"alert alert-info\">Shared server users, please see <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/shared-reseller-ssh\/\">SSH Access for Resellers and Shared Servers<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"requirements\">Requirements for using SSH to login to your VPS or Dedicated Server<\/h2>\n\n\n\n<p>There are a few requirements for using SSH with your VPS or Dedicated Server. These include making sure that your account has been granted SSH access and that your IP address has been added to the firewall. Both of these requirements can be fulfilled through the WHM interface. The following articles will help you meet these prerequisites:<\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/whm\/how-to-enable-ssh-through-whm\/\">Configure SSH access<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/add-ip-to-firewall\/\">Whitelist your IP address in your server firewall<\/a><\/li>\n\n\n\n<li>Windows users, install an SSH Client or OpenSSH<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"terminal\">Terminal on Linux\/macOS\/BSD <\/h2>\n\n\n\n<p class=\"alert alert-info\">This applies to Windows users with OpenSSH: Open the <strong>Start<\/strong> menu, select <strong>Powershell<\/strong>, and then <strong>Run as Administrator<\/strong>.<\/p>\n\n\n\n<p>If you are trying to directly connect from a Linux or Mac terminal via SSH, please note the format of the command would need to be in this format:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono-NL.ttf\" style=\"font-size:clamp(16px, 1rem, 24px);font-family:Code-Pro-JetBrains-Mono-NL,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:clamp(26px, 1.625rem, 39px);--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#e1e4e8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>[Bob ~]$ ssh username@example.com -p 22<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki github-dark\" style=\"background-color: #24292e\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #E1E4E8\">[Bob <\/span><span style=\"color: #F97583\">~<\/span><span style=\"color: #E1E4E8\">]$ ssh username@example.com -p 22<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>If you do not specify the full username such as <strong>username@example<\/strong>, the server would instead try to login as your local user, in this case <strong>Bob@example.com<\/strong>, and because that user doesn\u2019t exist on the server you\u2019d get a login error.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"putty\">Settings for using PuTTY<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.chiark.greenend.org.uk\/~sgtatham\/putty\/latest.html\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">PuTTY<\/a> is a free, open-source terminal emulator written by Simon Tatham that gives you access to SSH. It supports several different network protocols. Before we open PuTTY, you\u2019ll need the following settings:<\/p>\n\n\n\n<p class=\"alert alert-info\">Your hostname and username can be found in the Technical Details of your AMP home page.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td><strong>Host Name<\/strong>:<\/td><td>As your hostname, you can use either your server\u2019s ip address, your domain, or your server name (as in vps####.inmotionhosting.com or biz152.inmotionhosting.com)<\/td><\/tr><tr><td><strong>Username<\/strong>:<\/td><td>Use your cPanel username.<\/td><\/tr><tr><td><strong>Password<\/strong>:<\/td><td>Use your cPanel password.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How to connect using PuTTY<\/h2>\n\n\n\n<p>In this tutorial, I am using vps801.inmotionhosting.com as the host name, \u201c<em>brad<\/em>\u201d as the cPanel username, and the ******** as the password.<\/p>\n\n\n\n<ol class=\"wp-block-list article_list\">\n<li>Open <strong>Putty<\/strong>.<\/li>\n\n\n\n<li>Enter your <strong>hostname<\/strong>. <br><br><figure><img decoding=\"async\" width=\"456\" height=\"435\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_open-putty-and-enter-your-hostname-then-click-open.gif\" class=\"optimized-lcp-image\" alt=\"open-putty-and-enter-your-hostname-then-click-open\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\"><\/figure><br><br><\/li>\n\n\n\n<li> Click \u201c<em>Open<\/em>\u201c. <p style=\"font-size: 11px;\"><span class=\"alert alert-error\" style=\"padding: 2px;\">Can\u2019t connect?<\/span> Getting an error message <em>Network Error: Connection timed out<\/em>? Be sure to add your ip address to the firewall.<\/p><br> <\/li>\n\n\n\n<li>If you get a \u201c<strong><em>PuTTY Security Alert<\/em><\/strong>\u201c, click yes to continue (If you read the message, this is your server so you should trust it).<br><br><figure><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"314\" class=\"wp-image-5335\" style=\"width: 500px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_click-yes-to-the-putty-security-alert.gif\" alt=\"click-yes-to-the-putty-security-alert\"><\/figure><br><br> <\/li>\n\n\n\n<li> You will see \u201c<em>Login As<\/em>\u201c. Please enter your username and then hit <strong>Enter<\/strong>. <br><br><figure><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"310\" class=\"wp-image-5336\" style=\"width: 500px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_putty-login-as-prompt-is-asking-for-your-username.gif\" alt=\"putty-login-as-prompt-is-asking-for-your-username\"><\/figure><br><br><\/li>\n\n\n\n<li>You will then see <code>username@vps####.inmotionhosting.com's password:<\/code>. Enter your password and hit enter. For security reasons, PuTTY will not show anything when you type your password, this is normal. <br><br><figure><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"264\" class=\"wp-image-5337\" style=\"width: 500px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_enter-your-password-into-putty.gif\" alt=\"enter-your-password-into-putty\"><\/figure><br><br><\/li>\n\n\n\n<li>When you have successfully logged in, you\u2019ll see <code>username@vps####.inmotionhosting.com [~]#<\/code>. <p class=\"alert\"><strong>Note!<\/strong> If you get an error stating Shell Access is Not Enabled on your server, you will need to contact tech support to have our higher level of support enable the shell access. If you can access your WHM, you can enable SSH through your WHM.<\/p> <\/li>\n<\/ol>\n\n\n\n<p>Congratulations, you have now successfully logged into your server via SSH!<\/p>\n\n\n\n<p>Are you trying to get started with Ansible? Make sure you generate an SSH key before getting started with your Ansible Management Container.<\/p>\n\n\n\n<p>Learn more from our <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/vps-hosting\/\">Managed VPS Hosting Product Guide<\/a>.<\/p>\n\n\n<div class=\"jumbotron\" style=\"text-align:center;\">\r\n<p style=\"font-size: 20px;\"><strong>Scalable VPS Infrastructure, Fully Managed<\/strong><\/p>\r\n<p>When shared hosting can't handle your traffic, VPS delivers dedicated resources that scale with demand. Our team manages the technical complexity while you manage your business.<\/p>\r\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>NVMe Storage &nbsp;&nbsp; <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>High-Availability &nbsp;&nbsp; <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>Ironclad Security &nbsp;&nbsp; <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>Premium Support<\/p>\r\n<p><a class=\"btn btn-primary btn-lg\" href=\"https:\/\/www.inmotionhosting.com\/vps-hosting?mktgp=t&irgwc=1&affiliates=5001860&utm_campaign=Jumbotron&utm_source=supportcenter&utm_medium=cta&utm_term=vps-cta2\">VPS Hosting<\/a><\/p>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we&#8217;re going to be using PuTTY to connect to your Managed VPS, Cloud or Dedicated Server via SSH. For Windows users without an SSH client, we recommend you download PuTTY or enable OpenSSH. Shared server users, please see SSH Access for Resellers and Shared Servers. Requirements for using SSH to login to<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\"> Read More ><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4307],"tags":[],"class_list":["post-318","post","type-post","status-publish","format-standard","hentry","category-ssh"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Connect to your Server with SSH | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"How to use a program called PuTTY to SSH into your VPS \/ Dedicated server.\" \/>\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.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Connect to your Server with SSH | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"How to use a program called PuTTY to SSH into your VPS \/ Dedicated server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-12-01T15:11:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-07T22:30:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_open-putty-and-enter-your-hostname-then-click-open.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"456\" \/>\n\t<meta property=\"og:image:height\" content=\"435\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/gif\" \/>\n<meta name=\"author\" content=\"Brad Markle\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brad Markle\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\"},\"author\":{\"name\":\"Brad Markle\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\"},\"headline\":\"How to Connect to Your Server with SSH\",\"datePublished\":\"2011-12-01T15:11:24+00:00\",\"dateModified\":\"2025-11-07T22:30:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\"},\"wordCount\":557,\"commentCount\":28,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_open-putty-and-enter-your-hostname-then-click-open.gif\",\"articleSection\":[\"SSH and Root Access\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\",\"name\":\"How to Connect to your Server with SSH | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_open-putty-and-enter-your-hostname-then-click-open.gif\",\"datePublished\":\"2011-12-01T15:11:24+00:00\",\"dateModified\":\"2025-11-07T22:30:16+00:00\",\"description\":\"How to use a program called PuTTY to SSH into your VPS \/ Dedicated server.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_open-putty-and-enter-your-hostname-then-click-open.gif\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_open-putty-and-enter-your-hostname-then-click-open.gif\",\"width\":456,\"height\":435,\"caption\":\"open-putty-and-enter-your-hostname-then-click-open\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Connect to Your Server with SSH\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\",\"name\":\"Brad Markle\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Connect to your Server with SSH | InMotion Hosting","description":"How to use a program called PuTTY to SSH into your VPS \/ Dedicated server.","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.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/","og_locale":"en_US","og_type":"article","og_title":"How to Connect to your Server with SSH | InMotion Hosting","og_description":"How to use a program called PuTTY to SSH into your VPS \/ Dedicated server.","og_url":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2011-12-01T15:11:24+00:00","article_modified_time":"2025-11-07T22:30:16+00:00","og_image":[{"width":456,"height":435,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_open-putty-and-enter-your-hostname-then-click-open.gif","type":"image\/gif"}],"author":"Brad Markle","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Brad Markle","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/"},"author":{"name":"Brad Markle","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf"},"headline":"How to Connect to Your Server with SSH","datePublished":"2011-12-01T15:11:24+00:00","dateModified":"2025-11-07T22:30:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/"},"wordCount":557,"commentCount":28,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_open-putty-and-enter-your-hostname-then-click-open.gif","articleSection":["SSH and Root Access"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/","url":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/","name":"How to Connect to your Server with SSH | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_open-putty-and-enter-your-hostname-then-click-open.gif","datePublished":"2011-12-01T15:11:24+00:00","dateModified":"2025-11-07T22:30:16+00:00","description":"How to use a program called PuTTY to SSH into your VPS \/ Dedicated server.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_open-putty-and-enter-your-hostname-then-click-open.gif","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2011\/12\/whm-edu_how-go-ssh-into-server_open-putty-and-enter-your-hostname-then-click-open.gif","width":456,"height":435,"caption":"open-putty-and-enter-your-hostname-then-click-open"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/how-to-login-ssh\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Connect to Your Server with SSH"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf","name":"Brad Markle","url":"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4307,"name":"SSH and Root Access","slug":"ssh","link":"https:\/\/www.inmotionhosting.com\/support\/server\/ssh\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/318","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=318"}],"version-history":[{"count":15,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/318\/revisions"}],"predecessor-version":[{"id":131070,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/318\/revisions\/131070"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=318"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=318"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}