{"id":10,"date":"2016-06-14T20:55:04","date_gmt":"2016-06-14T20:55:04","guid":{"rendered":"https:\/\/draculaservers.com\/tutorials\/?p=10"},"modified":"2021-11-14T20:58:24","modified_gmt":"2021-11-14T20:58:24","slug":"connect-vps-via-ssh-using-putty","status":"publish","type":"post","link":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/","title":{"rendered":"How to Connect to your VPS via SSH using Putty"},"content":{"rendered":"<p><strong>Note:<\/strong> If TL;DR then you can <a href=\"#video-guide\">CLICK HERE<\/a> to scroll to the bottom and just watch the video.<\/p>\n\n<h2 id=\"introduction\">Introduction<\/h2>\n<p>Alright, so you now own a server. The first time I had a virtual private server, I had no knowledge whatsoever of how to use it &#8211; my only experience with web hosting had been with using cPanel. In the case of virtual private servers, you typically won&#8217;t have cPanel initially installed. In any case, even though using a web panel may make things easier for you, you get more out of hosting and learn a lot more if you&#8217;re using a server; sure it may be a an adjustment, but you can do a lot more and it&#8217;s a lot more fun.<\/p>\n<p>Also, don&#8217;t be intimidated by the command line ( in case you haven&#8217;t used it so far ). That&#8217;s also fun.<\/p>\n<p>Ok, so first thing you want to do after you find yourself owning a VPS. Connect to it. How, you ask? Why, using SSH.<!--more--><\/p>\n<p>A short description of SSH for knowledge&#8217;s sake.<\/p>\n<h2 id=\"step-1-login-via-ssh\">Step 1 \u2014 Login via SSH<\/h2>\n<p>SSH ( Secure Shell ) is a network protocol that&#8217;s used for secure data communication between a server and a client ( that being you ) to perform command line connection \/ authentication or data transfer. This way of connecting to your server supports strong encryption so as to prevent hackers or hacker bots from intercepting your info.<\/p>\n<p>For establishing communication between the client (again, you ) and the server, you&#8217;re going to need SSH software on each end. Luckily, there Linux servers you buy will already have OpenSSH installed and what remains is for you to install one on your end. Enter Putty. Putty is by far the most popular software for SSH connections for Windows users. It&#8217;s worth mentioning that once you get used to Putty, you might consider Kitty as an alternative &#8211; as you&#8217;ll be able to save session passwords and such so you just clickitty-clack and you&#8217;re connected to your server.<\/p>\n<p>But I digress.<\/p>\n<h2 id=\"step-2-downloading-putty\">Step 2 \u2014 Downloading Putty<\/h2>\n<p>Right, so first you&#8217;ll want to go to <a href=\"http:\/\/www.chiark.greenend.org.uk\/~sgtatham\/putty\/download.html\" target=\"_blank\" rel=\"noopener\">the Putty download page<\/a>, download, and run it &#8211; at the time of writing, I scrolled down a bit to something like &#8220;putty-X.XX-installer.exe&#8221;. Now you can install it such as you would install any Windows software and then run it.<\/p>\n<h2 id=\"step-3-connecting-to-your-server\">Step 3 \u2014 Connecting to your server<\/h2>\n<p>Now you&#8217;ll just have to follow a few easy steps to connect to your server.<\/p>\n<p>1. Fill in the IP address for your server in the *Host Name (or IP address)* field.<\/p>\n<p>2. Make sure in the Port field you&#8217;ve got port number 22, since that&#8217;s the default port for SSH connections &#8211; you can change this later, for security reasons.<\/p>\n<p>3. In the Saved Sessions field you can write whatever you&#8217;d like to call your sessions when you connect to this server, so you won&#8217;t have to fill in the configuration every time.<\/p>\n<p>4. Now you can connect to your server &#8211; either by selecting the session name under Saved Sessions and clicking open, either by double clicking the session name that you had previously saved.<\/p>\n<p>5. After you&#8217;ve initiated the connection you might notice that a big warning has popped out. There&#8217;s nothing to worry about. This warning just happens the first time you connect from a machine to your server and it&#8217;s a security measure that indicates that the server that you&#8217;re connecting to is momentarily untrusted &#8211; but since it&#8217;s your, I&#8217;m pretty sure you can.<\/p>\n<p>You should however be cautious when connecting to other servers that do not belong to you, as the data transferred between you and the respective server may be subject to prying eyes.<\/p>\n<p>Having said that, you can go ahead and click &#8216;Yes&#8217;.<\/p>\n<p>6. Now that you&#8217;ve securely connected to your server, it&#8217;s safe for you to enter your credentials at the prompt. The first one would be your username, which is typically *root* &#8211; and then you can hit Enter. Next you&#8217;ll be asked to enter your password.<\/p>\n<p><strong>Please note:<\/strong> you won&#8217;t see your cursor move when entering your password for security reasons &#8211; in case someone&#8217;s near you and such &#8211; so you&#8217;d better have it memorized.<\/p>\n<p>Alternatively, you can copy paste it by copying it to your clipboard from where you have it stored and then <strong>JUST<\/strong> right clicking in the Putty window. That is how you paste text in the prompt by default when using Putty.<\/p>\n<p>After hitting Enter after inserting\u00a0your password you may notice that the command prompt will probably look like this:<\/p>\n<p>username@hostname:~#<\/p>\n<p>That&#8217;s how you know that you&#8217;ve successfuly connected to your server.<\/p>\n<p><strong>Yet another note:<\/strong> The Linux command line may differ, depending on the distribution, but they basically all have the same structure.<\/p>\n<h5 id=\"video-guide\">VIDEO GUIDE:<\/h5>\n<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }<\/style>\n<div class=\"embed-container\"><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/jOajDamxyHg\" width=\"300\" height=\"150\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/div>\n<p>Looking for budget servers? Then check out our <a href=\"https:\/\/draculaservers.com\/kvm.php\">high performance and affordable KVM Plans<\/a>. Our smallest plan is 2GB RAM, 10GB SSD at only $5\/mo!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Note: If TL;DR then you can CLICK HERE to scroll to the bottom and just watch the video. Introduction Alright, so you now own a server. The first time I had a virtual private server, I had no knowledge whatsoever of how to use it &#8211; my only experience with web hosting had been with [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":19,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,2],"tags":[5],"class_list":["post-10","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-getting-started","category-linux-basics","tag-windows-users"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"featured_image_urls_v2":{"full":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-scaled.jpg",2560,1133,false],"thumbnail":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-150x150.jpg",150,150,true],"medium":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-300x133.jpg",300,133,true],"medium_large":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-768x340.jpg",768,340,true],"large":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-1024x453.jpg",1024,453,true],"1536x1536":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-1536x680.jpg",1536,680,true],"2048x2048":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-2048x906.jpg",2048,906,true],"pk-small":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-80x80.jpg",80,80,true],"pk-thumbnail":["https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-300x225.jpg",300,225,true]},"post_excerpt_stackable_v2":"<p>Note: If TL;DR then you can CLICK HERE to scroll to the bottom and just watch the video. Introduction Alright, so you now own a server. The first time I had a virtual private server, I had no knowledge whatsoever of how to use it &#8211; my only experience with web hosting had been with using cPanel. In the case of virtual private servers, you typically won&#8217;t have cPanel initially installed. In any case, even though using a web panel may make things easier for you, you get more out of hosting and learn a lot more if you&#8217;re using&hellip;<\/p>\n","category_list_v2":"<a href=\"https:\/\/draculaservers.com\/tutorials\/category\/getting-started\/\" rel=\"category tag\">Getting Started<\/a>, <a href=\"https:\/\/draculaservers.com\/tutorials\/category\/linux-basics\/\" rel=\"category tag\">Linux Basics<\/a>","author_info_v2":{"name":"Vlad","url":"https:\/\/draculaservers.com\/tutorials\/author\/vlad\/"},"comments_num_v2":"0 comments","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Connect to your VPS via SSH using Putty - Dracula Servers Tutorials<\/title>\n<meta name=\"description\" content=\"An introduction for Windows users to the concept of SSH and using Putty to connect to their servers.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/\" \/>\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 VPS via SSH using Putty - Dracula Servers Tutorials\" \/>\n<meta property=\"og:description\" content=\"An introduction for Windows users to the concept of SSH and using Putty to connect to their servers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/\" \/>\n<meta property=\"og:site_name\" content=\"Dracula Servers Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2016-06-14T20:55:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-14T20:58:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1133\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Vlad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vlad\" \/>\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:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/\"},\"author\":{\"name\":\"Vlad\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#\\\/schema\\\/person\\\/931f7fa8b2126ace6edfb82775e0ec0e\"},\"headline\":\"How to Connect to your VPS via SSH using Putty\",\"datePublished\":\"2016-06-14T20:55:04+00:00\",\"dateModified\":\"2021-11-14T20:58:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/\"},\"wordCount\":835,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/ssh_image_large-scaled.jpg\",\"keywords\":[\"windows users\"],\"articleSection\":[\"Getting Started\",\"Linux Basics\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/\",\"name\":\"How to Connect to your VPS via SSH using Putty - Dracula Servers Tutorials\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/ssh_image_large-scaled.jpg\",\"datePublished\":\"2016-06-14T20:55:04+00:00\",\"dateModified\":\"2021-11-14T20:58:24+00:00\",\"description\":\"An introduction for Windows users to the concept of SSH and using Putty to connect to their servers.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/#primaryimage\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/ssh_image_large-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/ssh_image_large-scaled.jpg\",\"width\":2560,\"height\":1133,\"caption\":\"SSH Connection\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/connect-vps-via-ssh-using-putty\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Connect to your VPS via SSH using Putty\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#website\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/\",\"name\":\"Dracula Servers Tutorials\",\"description\":\"Dedicated Servers\",\"publisher\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#organization\",\"name\":\"Dracula Servers\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/dracula_full_logo_smaller.png\",\"contentUrl\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/wp-content\\\/uploads\\\/2016\\\/06\\\/dracula_full_logo_smaller.png\",\"width\":1625,\"height\":200,\"caption\":\"Dracula Servers\"},\"image\":{\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/draculaservers.com\\\/tutorials\\\/#\\\/schema\\\/person\\\/931f7fa8b2126ace6edfb82775e0ec0e\",\"name\":\"Vlad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/499c7a24aa9727703300a291f8f69dfd1b01b8d6a19a4ae4fbe669b4b12b8cbe?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/499c7a24aa9727703300a291f8f69dfd1b01b8d6a19a4ae4fbe669b4b12b8cbe?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/499c7a24aa9727703300a291f8f69dfd1b01b8d6a19a4ae4fbe669b4b12b8cbe?s=96&d=mm&r=g\",\"caption\":\"Vlad\"},\"description\":\"Tech Support\",\"sameAs\":[\"https:\\\/\\\/draculaservers.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Connect to your VPS via SSH using Putty - Dracula Servers Tutorials","description":"An introduction for Windows users to the concept of SSH and using Putty to connect to their servers.","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:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/","og_locale":"en_US","og_type":"article","og_title":"How to Connect to your VPS via SSH using Putty - Dracula Servers Tutorials","og_description":"An introduction for Windows users to the concept of SSH and using Putty to connect to their servers.","og_url":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/","og_site_name":"Dracula Servers Tutorials","article_published_time":"2016-06-14T20:55:04+00:00","article_modified_time":"2021-11-14T20:58:24+00:00","og_image":[{"width":2560,"height":1133,"url":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-scaled.jpg","type":"image\/jpeg"}],"author":"Vlad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Vlad","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/#article","isPartOf":{"@id":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/"},"author":{"name":"Vlad","@id":"https:\/\/draculaservers.com\/tutorials\/#\/schema\/person\/931f7fa8b2126ace6edfb82775e0ec0e"},"headline":"How to Connect to your VPS via SSH using Putty","datePublished":"2016-06-14T20:55:04+00:00","dateModified":"2021-11-14T20:58:24+00:00","mainEntityOfPage":{"@id":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/"},"wordCount":835,"commentCount":0,"publisher":{"@id":"https:\/\/draculaservers.com\/tutorials\/#organization"},"image":{"@id":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/#primaryimage"},"thumbnailUrl":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-scaled.jpg","keywords":["windows users"],"articleSection":["Getting Started","Linux Basics"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/","url":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/","name":"How to Connect to your VPS via SSH using Putty - Dracula Servers Tutorials","isPartOf":{"@id":"https:\/\/draculaservers.com\/tutorials\/#website"},"primaryImageOfPage":{"@id":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/#primaryimage"},"image":{"@id":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/#primaryimage"},"thumbnailUrl":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-scaled.jpg","datePublished":"2016-06-14T20:55:04+00:00","dateModified":"2021-11-14T20:58:24+00:00","description":"An introduction for Windows users to the concept of SSH and using Putty to connect to their servers.","breadcrumb":{"@id":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/#primaryimage","url":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-scaled.jpg","contentUrl":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/ssh_image_large-scaled.jpg","width":2560,"height":1133,"caption":"SSH Connection"},{"@type":"BreadcrumbList","@id":"https:\/\/draculaservers.com\/tutorials\/connect-vps-via-ssh-using-putty\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/draculaservers.com\/tutorials\/"},{"@type":"ListItem","position":2,"name":"How to Connect to your VPS via SSH using Putty"}]},{"@type":"WebSite","@id":"https:\/\/draculaservers.com\/tutorials\/#website","url":"https:\/\/draculaservers.com\/tutorials\/","name":"Dracula Servers Tutorials","description":"Dedicated Servers","publisher":{"@id":"https:\/\/draculaservers.com\/tutorials\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/draculaservers.com\/tutorials\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/draculaservers.com\/tutorials\/#organization","name":"Dracula Servers","url":"https:\/\/draculaservers.com\/tutorials\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/draculaservers.com\/tutorials\/#\/schema\/logo\/image\/","url":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/dracula_full_logo_smaller.png","contentUrl":"https:\/\/draculaservers.com\/tutorials\/wp-content\/uploads\/2016\/06\/dracula_full_logo_smaller.png","width":1625,"height":200,"caption":"Dracula Servers"},"image":{"@id":"https:\/\/draculaservers.com\/tutorials\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/draculaservers.com\/tutorials\/#\/schema\/person\/931f7fa8b2126ace6edfb82775e0ec0e","name":"Vlad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/499c7a24aa9727703300a291f8f69dfd1b01b8d6a19a4ae4fbe669b4b12b8cbe?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/499c7a24aa9727703300a291f8f69dfd1b01b8d6a19a4ae4fbe669b4b12b8cbe?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/499c7a24aa9727703300a291f8f69dfd1b01b8d6a19a4ae4fbe669b4b12b8cbe?s=96&d=mm&r=g","caption":"Vlad"},"description":"Tech Support","sameAs":["https:\/\/draculaservers.com"]}]}},"_links":{"self":[{"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/posts\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":2,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/posts\/10\/revisions"}],"predecessor-version":[{"id":2172,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/posts\/10\/revisions\/2172"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/media\/19"}],"wp:attachment":[{"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/media?parent=10"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/categories?post=10"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/draculaservers.com\/tutorials\/wp-json\/wp\/v2\/tags?post=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}