{"id":8499,"date":"2022-04-19T11:01:04","date_gmt":"2022-04-19T15:01:04","guid":{"rendered":"https:\/\/www.pair.com\/support\/kb\/?post_type=ht_kb&#038;p=8499"},"modified":"2025-06-04T11:00:55","modified_gmt":"2025-06-04T15:00:55","slug":"manage-ssh-access","status":"publish","type":"ht_kb","link":"https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/","title":{"rendered":"Manage SSH Access on Pair Accounts"},"content":{"rendered":"\n<p>Use SSH to connect to your web hosting account files via the command line. To give you additional control over your web hosting account, Pair Networks give you power to manage this type of account access. You can add SSH keys for additional security, restrict access,&nbsp; disable access all together.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-info\">You can manage SSH access on any Pair account that allows SSH. If your account does not have access to SSH, it will not have a Manage SSH Access page.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Manage SSH Access<\/h3>\n\n\n\n<p>To begin, you need to navigate to the Manage SSH Access page in your Account Control Center. <\/p>\n\n\n\n<p>Choose the tutorial that reflects your ACC interface type:&nbsp;<\/p>\n\n\n\n<ul>\n<li>Legacy Interface<\/li>\n\n\n\n<li>New ACC Interface<\/li>\n<\/ul>\n\n\n\n<p>Not sure what the difference is? See<a href=\"http:\/\/pair.com\/support\/kb\/which-acc-interface-am-i-using\/\"> Which ACC Interface Am I Using?&nbsp;<\/a><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">If you are using the Legacy Interface:<\/h4>\n\n\n\n<ol>\n<li>Log in to your account at <a href=\"http:\/\/my.pair.com\/\">my.pair.com<\/a><\/li>\n\n\n\n<li>In the left sidebar, click <strong>Security<\/strong><\/li>\n\n\n\n<li>In the drop-down, click <strong>Manage SSH Access<\/strong><\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">If you are using the New ACC Interface:<\/h4>\n\n\n\n<ol>\n<li>Log in to your account at <a href=\"http:\/\/my.pair.com\/\">my.pair.com<\/a><\/li>\n\n\n\n<li>In the top navigation bar, click <strong>Hosting<\/strong><\/li>\n\n\n\n<li>In the \u201cSite Management\u201d section, click the <strong>Manage SSH Access<\/strong> button<\/li>\n<\/ol>\n\n\n\n<p>On this page, you can use the \u201cChange your current SSH access\u201d section to choose a different access type. There are three different access types:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Option<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>Disable SSH access to your account<\/td><td>Removes all SSH access from your account.&nbsp;<br>This option is recommended if you do not use SSH to access your account.&nbsp;<\/td><\/tr><tr><td><br>Allow only SSH Public Key access, disabling password access<\/td><td>Only those with the private portion of your SSH key pair can SSH into your account. Your account credentials will no longer grant you access via SSH.&nbsp;<br>In order for this option to work, you must first <a href=\"#add-the-ssh-public-key-to-your-account\">add an SSH public key to your account<\/a>.<br>Note: Logging in through my.pair.com will not be affected.&nbsp;<br>For more information about SSH Keys, see this article: <a href=\"https:\/\/www.ssh.com\/academy\/ssh\/keygen\" target=\"_blank\" rel=\"noreferrer noopener\">How to use ssh-keygen to generate a new SSH key<\/a><\/td><\/tr><tr><td>Allow either Password and Public Key access to your account<\/td><td>You may SSH into your account using either your account credentials or <a href=\"https:\/\/www.ssh.com\/academy\/ssh\/keygen\" target=\"_blank\" rel=\"noreferrer noopener\">SSH Keys<\/a>.&nbsp;<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Using an SSH Key Pair<\/h3>\n\n\n\n<p>Before you can SSH into your account with an SSH Key, you must first:<\/p>\n\n\n\n<ul>\n<li><a href=\"#create-an-ssh-key-pair\">Create the SSH Key<\/a><\/li>\n\n\n\n<li><a href=\"#add-the-ssh-public-key-to-your-account\">Add the SSH Public Key to Your Account<\/a><\/li>\n<\/ul>\n\n\n\n<p>Once you have completed the above steps, you can use the SSH key to connect to your account.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Create an SSH Key Pair<\/h4>\n\n\n\n<p>You must first create an SSH key pair before you can use it to connect.<\/p>\n\n\n\n<p>You can use the <a href=\"https:\/\/man.openbsd.org\/ssh-keygen.1\" target=\"_blank\" rel=\"noreferrer noopener\">ssh-keygen<\/a> command in your chosen SSH program to create an SSH key pair. You can also use a third party program to generate an SSH key pair, like <a href=\"https:\/\/www.ssh.com\/academy\/ssh\/putty\/windows\/puttygen\" target=\"_blank\" rel=\"noreferrer noopener\">PuttyGen<\/a>.<\/p>\n\n\n\n<p>If you opt to use the ssh-keygen command, it might look something like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ssh-keygen -t ed25519<\/code><\/pre>\n\n\n\n<p>After you have entered the command, you will be prompted for the following information:&nbsp;<\/p>\n\n\n\n<ul>\n<li><strong>Filename<\/strong>: Name the file that will hold the SSH private key<\/li>\n\n\n\n<li><strong>Password<\/strong>: Protect your private key with a password. This ensures that even if someone has access to your private key, they can't use it unless they also possess the password. You will need to enter this password when connecting to your hosting account via SSH key. If you do not enter a password during creation, then the SSH private key will not be password protected.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>Once created, you must save the key to your device. Note that the device you save the key on should be the one you will use to connect to your account. If you created the SSH key using a terminal program, you may be prompted to save the key during the creation process.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Add the SSH Public Key to Your Account<\/h4>\n\n\n\n<p>Once you have the SSH key pair, you need to add the public key to your hosting account.<\/p>\n\n\n\n<p>Choose the tutorial that reflects your ACC interface type:&nbsp;<\/p>\n\n\n\n<ul>\n<li>Legacy Interface<\/li>\n\n\n\n<li>New ACC Interface<\/li>\n<\/ul>\n\n\n\n<p>Not sure what the difference is? See<a href=\"http:\/\/pair.com\/support\/kb\/which-acc-interface-am-i-using\/\"> Which ACC Interface Am I Using?&nbsp;<\/a><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">If you are using the Legacy Interface:<\/h4>\n\n\n\n<ol>\n<li>Return to the Manage SSH Access page<\/li>\n\n\n\n<li>Under the <strong>Manage Public SSH Keys<\/strong>, enter a title for your public key. This title will help you differentiate the public key from others added to your account.&nbsp;<\/li>\n\n\n\n<li>In the <strong>SSH Key<\/strong> text box, paste your public SSH key<\/li>\n\n\n\n<li>Click the <strong>Add New Public Key<\/strong> button<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">If you are using the New ACC Interface:<\/h4>\n\n\n\n<ol>\n<li>Log in to your account at <a href=\"http:\/\/my.pair.com\/\">my.pair.com<\/a><\/li>\n\n\n\n<li>In the top navigation bar, click <strong>Hosting<\/strong><\/li>\n\n\n\n<li>In the \u201cSite Management\u201d section, click the <strong>Manage SSH Access<\/strong> button<\/li>\n\n\n\n<li>In the \u201cManage Public SSH Keys\u201d section, paste your public SSH key into the <strong>SSH Key <\/strong>&nbsp;field<\/li>\n\n\n\n<li>In the <strong>Title <\/strong>field, you can enter a title for your public key. This optional title will help you differentiate the public key from others added to your account.&nbsp;<\/li>\n\n\n\n<li>Click the <strong>Add New Public Key<\/strong> button<\/li>\n<\/ol>\n\n\n\n<p>Once added, your new public key will be displayed underneath the textbox. You may add more public keys by repeating this process.&nbsp;<\/p>\n\n\n\n<p>Now that the SSH public key has been added, you can use the SSH key to connect to your account from any device that holds the private key.<\/p>\n\n\n\n<p>For instructions to connect via SSH key, see our guide: <a href=\"https:\/\/www.pair.com\/support\/kb\/connecting-with-ssh\/\" target=\"_blank\" rel=\"noreferrer noopener\">Connect to Account via SSH Key<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Use SSH to connect to your web hosting account files via the command line. To give you additional control over your web hosting account, Pair Networks give you power to manage this type of account access. You can add SSH keys for additional security, restrict access,&nbsp; disable access all together.&nbsp;&#8230;<\/p>\n","protected":false},"author":11,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":[],"ht-kb-category":[4,217],"ht-kb-tag":[178,215,176,177,180,199],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Manage SSH Access on Pair Accounts - Knowledge Base - Pair Networks<\/title>\n<meta name=\"description\" content=\"Secure your website by managing your Pair hosting account&#039;s SSH access. Set your connection preferences or disable SSH all together.\" \/>\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.pair.com\/support\/kb\/manage-ssh-access\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Manage SSH Access on Pair Accounts - Knowledge Base - Pair Networks\" \/>\n<meta property=\"og:description\" content=\"Secure your website by managing your Pair hosting account&#039;s SSH access. Set your connection preferences or disable SSH all together.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base - Pair Networks\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pairnetworks\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-04T15:00:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@pairNetworks\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/\",\"url\":\"https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/\",\"name\":\"Manage SSH Access on Pair Accounts - Knowledge Base - Pair Networks\",\"isPartOf\":{\"@id\":\"https:\/\/www.pair.com\/support\/kb\/#website\"},\"datePublished\":\"2022-04-19T15:01:04+00:00\",\"dateModified\":\"2025-06-04T15:00:55+00:00\",\"description\":\"Secure your website by managing your Pair hosting account's SSH access. Set your connection preferences or disable SSH all together.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pair.com\/support\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Manage SSH Access on Pair Accounts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pair.com\/support\/kb\/#website\",\"url\":\"https:\/\/www.pair.com\/support\/kb\/\",\"name\":\"Knowledge Base - Pair Networks\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.pair.com\/support\/kb\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pair.com\/support\/kb\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pair.com\/support\/kb\/#organization\",\"name\":\"Pair Networks\",\"url\":\"https:\/\/www.pair.com\/support\/kb\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.pair.com\/support\/kb\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.pair.com\/support\/kb\/wp-content\/uploads\/2022\/02\/Gb_TUkUE_400x400.jpeg\",\"contentUrl\":\"https:\/\/www.pair.com\/support\/kb\/wp-content\/uploads\/2022\/02\/Gb_TUkUE_400x400.jpeg\",\"width\":360,\"height\":360,\"caption\":\"Pair Networks\"},\"image\":{\"@id\":\"https:\/\/www.pair.com\/support\/kb\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pairnetworks\/\",\"https:\/\/twitter.com\/pairNetworks\",\"https:\/\/www.instagram.com\/pairnetworks\/\",\"https:\/\/www.linkedin.com\/company\/2269676\/\",\"https:\/\/www.pinterest.com\/pairnetworksinc\/pins\/\",\"https:\/\/www.youtube.com\/user\/pairnetworks\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Manage SSH Access on Pair Accounts - Knowledge Base - Pair Networks","description":"Secure your website by managing your Pair hosting account's SSH access. Set your connection preferences or disable SSH all together.","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.pair.com\/support\/kb\/manage-ssh-access\/","og_locale":"en_US","og_type":"article","og_title":"Manage SSH Access on Pair Accounts - Knowledge Base - Pair Networks","og_description":"Secure your website by managing your Pair hosting account's SSH access. Set your connection preferences or disable SSH all together.","og_url":"https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/","og_site_name":"Knowledge Base - Pair Networks","article_publisher":"https:\/\/www.facebook.com\/pairnetworks\/","article_modified_time":"2025-06-04T15:00:55+00:00","twitter_card":"summary_large_image","twitter_site":"@pairNetworks","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/","url":"https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/","name":"Manage SSH Access on Pair Accounts - Knowledge Base - Pair Networks","isPartOf":{"@id":"https:\/\/www.pair.com\/support\/kb\/#website"},"datePublished":"2022-04-19T15:01:04+00:00","dateModified":"2025-06-04T15:00:55+00:00","description":"Secure your website by managing your Pair hosting account's SSH access. Set your connection preferences or disable SSH all together.","breadcrumb":{"@id":"https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.pair.com\/support\/kb\/manage-ssh-access\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pair.com\/support\/kb\/"},{"@type":"ListItem","position":2,"name":"Manage SSH Access on Pair Accounts"}]},{"@type":"WebSite","@id":"https:\/\/www.pair.com\/support\/kb\/#website","url":"https:\/\/www.pair.com\/support\/kb\/","name":"Knowledge Base - Pair Networks","description":"","publisher":{"@id":"https:\/\/www.pair.com\/support\/kb\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pair.com\/support\/kb\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.pair.com\/support\/kb\/#organization","name":"Pair Networks","url":"https:\/\/www.pair.com\/support\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pair.com\/support\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.pair.com\/support\/kb\/wp-content\/uploads\/2022\/02\/Gb_TUkUE_400x400.jpeg","contentUrl":"https:\/\/www.pair.com\/support\/kb\/wp-content\/uploads\/2022\/02\/Gb_TUkUE_400x400.jpeg","width":360,"height":360,"caption":"Pair Networks"},"image":{"@id":"https:\/\/www.pair.com\/support\/kb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pairnetworks\/","https:\/\/twitter.com\/pairNetworks","https:\/\/www.instagram.com\/pairnetworks\/","https:\/\/www.linkedin.com\/company\/2269676\/","https:\/\/www.pinterest.com\/pairnetworksinc\/pins\/","https:\/\/www.youtube.com\/user\/pairnetworks"]}]}},"_links":{"self":[{"href":"https:\/\/www.pair.com\/support\/kb\/wp-json\/wp\/v2\/ht-kb\/8499"}],"collection":[{"href":"https:\/\/www.pair.com\/support\/kb\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/www.pair.com\/support\/kb\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/www.pair.com\/support\/kb\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pair.com\/support\/kb\/wp-json\/wp\/v2\/comments?post=8499"}],"version-history":[{"count":9,"href":"https:\/\/www.pair.com\/support\/kb\/wp-json\/wp\/v2\/ht-kb\/8499\/revisions"}],"predecessor-version":[{"id":10013,"href":"https:\/\/www.pair.com\/support\/kb\/wp-json\/wp\/v2\/ht-kb\/8499\/revisions\/10013"}],"wp:attachment":[{"href":"https:\/\/www.pair.com\/support\/kb\/wp-json\/wp\/v2\/media?parent=8499"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/www.pair.com\/support\/kb\/wp-json\/wp\/v2\/ht-kb-category?post=8499"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/www.pair.com\/support\/kb\/wp-json\/wp\/v2\/ht-kb-tag?post=8499"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}