{"id":18774,"date":"2015-03-31T17:43:24","date_gmt":"2015-03-31T12:13:24","guid":{"rendered":"https:\/\/tothenewco.pro\/blog\/?p=18774"},"modified":"2017-04-03T09:39:41","modified_gmt":"2017-04-03T04:09:41","slug":"clusterssh-control-multiple-ssh-sessions","status":"publish","type":"post","link":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/","title":{"rendered":"ClusterSSH: Control Multiple SSH Sessions"},"content":{"rendered":"<p><b>ClusterSSH<\/b> is a group SSH administration tool. It is used to control number of xterm windows via single Administration console to allow commands to run on multiple servers over an SSH connection. Sometimes, you may have chances to enter same command on many servers. To do that, you have to login to each server and should enter the command on each server which is time consuming process. Using <b>ClusterSSH<\/b>, the commands typed in the Administration Console window will replicate to all servers. In simple words it is an excellent tool for making the same change on multiple servers at the same time.<\/p>\n<p>The &#8216;cssh&#8217; command opens an administration console and an xterm to all specified hosts. Any text typed into the administration console is replicated to all windows.<\/p>\n<p><strong>Operating System Used: Ubuntu 14.04 LTS<\/strong>\u00a0\u00a0\u00a0 #Compatible with all known OS.<\/p>\n<h2><b>Installation<\/b><\/h2>\n<p>[js]$ sudo apt-get update<\/p>\n<p>$ sudo apt-get install libx11-dev clusterssh[\/js]<\/p>\n<h2><b>Use cases of ClusterSSH<\/b><\/h2>\n<p>a. Connecting to more than one server using single user<\/p>\n<p>[js] $ cssh -l &amp;lt;user&amp;gt; 5.5.5.5 \u00a04.4.4.4 \u00a03.3.3.3 \u00a02.2.2.2 [\/js]<\/p>\n<p><a href=\"\/blog\/wp-ttn-blog\/uploads\/2015\/03\/ClusterSSHscreen1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-18775\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/03\/ClusterSSHscreen1.png\" alt=\"ClusterSSHscreen1\" width=\"1366\" height=\"768\" \/><\/a><\/p>\n<p style=\"text-align: right\"><i>Note: Recommendation is to use separate workspace for it.<\/i><\/p>\n<p>b. Connecting to servers with different username<\/p>\n<p>[js]$ cssh user1@5.5.5.5 user2@4.4.4.4 user3@3.3.3.3[\/js]<\/p>\n<p style=\"text-align: right\"><em>[ However, this will require entering password on each window]<\/em><\/p>\n<p>c. If you want to run a command on a single server, just select that window and start working. After you are done, just return back to Administration Console.<\/p>\n<p>d. Using configuration file(s) :<\/p>\n<p>Another way to run multiple SSH session is put the address of each server and SSH arguments in <b>CSSH configuration file<\/b>. There are two types of configuration files. <b>First<\/b> is global configuration file. This file is located in <b>\/etc\/clusters<\/b>. Here we can create a group of our servers. <b>Second<\/b> is <b>.clusterssh\/config<\/b> which located in users home directory. Here, we can define different SSH arguments we would like to use against our servers. Note that only single SSH Argument link (the first one) will be used at once.<\/p>\n<p>Open SSH configuration file:<\/p>\n<p>[js]$ vim ~\/.clusterssh\/config [\/js]<\/p>\n<p>Add this line anywhere you want, but it should be declared only once in the file<\/p>\n<pre><em>ssh_args= -x -o ConnectTimeout=10 -l ubuntu -p22<\/em><\/pre>\n<p>In case you want to connect with keys here would be your entry:<\/p>\n<pre><em>ssh_args= -x -o ConnectTimeout=10 -i &lt;path\/to\/your\/key&gt; -l ubuntu -p22<\/em><\/pre>\n<p>Open Server Configuration file:<\/p>\n<p>[js] $ vim \/etc\/clusters [\/js]<\/p>\n<pre><em>##Server Groups\r\n\r\ndatabase 5.5.5.5 \u00a04.4.4.4 \u00a03.3.3.3 \u00a02.2.2.2<\/em><\/pre>\n<p>Now just run below command<\/p>\n<p>[js]$ cssh database[\/js]<\/p>\n<p>And you will get the same x-term windows with a main Administration window.<\/p>\n<p>e. Restricting Command flow to specific servers for a while.<\/p>\n<p>If you don\u2019t want to forward your command to all servers, you can <b>disable host(s)<\/b> that you want to exclude. Just click <b>Hosts menu<\/b> in Administration Console <b>and choose<\/b> which server you want to exclude. This way your command written on Administration console will be forwarded to all hosts except the excluded ones. This is reverse of use case \u2018c\u2019.<\/p>\n<h2>Note:<\/h2>\n<p><strong>When you execute the wrong commands, it will impact to all the servers.<\/strong> Please make sure that you\u2019re typing a correct command before hitting Enter button. We can anytime use <strong>man cssh<\/strong> or <strong>cssh -h<\/strong> to display its manual page and explore more detail.<!--more--><\/p>\n<p><!--more--><\/p>\n<p><!--more--><\/p>\n","protected":false},"excerpt":{"rendered":"<p>ClusterSSH is a group SSH administration tool. It is used to control number of xterm windows via single Administration console to allow commands to run on multiple servers over an SSH connection. Sometimes, you may have chances to enter same command on many servers. To do that, you have to login to each server and [&hellip;]<\/p>\n","protected":false},"author":181,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":105,"footnotes":""},"categories":[1174],"tags":[1737,553],"class_list":["post-18774","post","type-post","status-publish","format-standard","hentry","category-aws-2","tag-remote-management","tag-ssh"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Using ClusterSSH tool, you can parallely execute commands to your multiple instances\/servers at one go and save your time running command on each server at a time.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Amit Naudiyal\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Multiple SSH Session: ClusterSSH | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Using ClusterSSH tool, you can parallely execute commands to your multiple instances\/servers at one go and save your time running command on each server at a time.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Multiple SSH Session: ClusterSSH | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Using ClusterSSH tool, you can parallely execute commands to your multiple instances\/servers at one go and save your time running command on each server at a time.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/clusterssh-control-multiple-ssh-sessions\\\/#article\",\"name\":\"Multiple SSH Session: ClusterSSH | TO THE NEW Blog\",\"headline\":\"ClusterSSH: Control Multiple SSH Sessions\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/amit-naudiyal\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2015\\\/03\\\/ClusterSSHscreen1.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/clusterssh-control-multiple-ssh-sessions\\\/#articleImage\"},\"datePublished\":\"2015-03-31T17:43:24+05:30\",\"dateModified\":\"2017-04-03T09:39:41+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/clusterssh-control-multiple-ssh-sessions\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/clusterssh-control-multiple-ssh-sessions\\\/#webpage\"},\"articleSection\":\"AWS, Remote Management, ssh\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/clusterssh-control-multiple-ssh-sessions\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"name\":\"AWS\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"position\":2,\"name\":\"AWS\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/clusterssh-control-multiple-ssh-sessions\\\/#listItem\",\"name\":\"ClusterSSH: Control Multiple SSH Sessions\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/clusterssh-control-multiple-ssh-sessions\\\/#listItem\",\"position\":3,\"name\":\"ClusterSSH: Control Multiple SSH Sessions\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/aws-2\\\/#listItem\",\"name\":\"AWS\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/amit-naudiyal\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/amit-naudiyal\\\/\",\"name\":\"Amit Naudiyal\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/clusterssh-control-multiple-ssh-sessions\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/18a84a7b-b9c8-4444-96de-53f5fc45d378_amit.naudiyal@tothenew.com.jpg\",\"width\":96,\"height\":96,\"caption\":\"Amit Naudiyal\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/clusterssh-control-multiple-ssh-sessions\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/clusterssh-control-multiple-ssh-sessions\\\/\",\"name\":\"Multiple SSH Session: ClusterSSH | TO THE NEW Blog\",\"description\":\"Using ClusterSSH tool, you can parallely execute commands to your multiple instances\\\/servers at one go and save your time running command on each server at a time.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/clusterssh-control-multiple-ssh-sessions\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/amit-naudiyal\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/amit-naudiyal\\\/#author\"},\"datePublished\":\"2015-03-31T17:43:24+05:30\",\"dateModified\":\"2017-04-03T09:39:41+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Multiple SSH Session: ClusterSSH | TO THE NEW Blog","description":"Using ClusterSSH tool, you can parallely execute commands to your multiple instances\/servers at one go and save your time running command on each server at a time.","canonical_url":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/#article","name":"Multiple SSH Session: ClusterSSH | TO THE NEW Blog","headline":"ClusterSSH: Control Multiple SSH Sessions","author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/amit-naudiyal\/#author"},"publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2015\/03\/ClusterSSHscreen1.png","@id":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/#articleImage"},"datePublished":"2015-03-31T17:43:24+05:30","dateModified":"2017-04-03T09:39:41+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/#webpage"},"isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/#webpage"},"articleSection":"AWS, Remote Management, ssh"},{"@type":"BreadcrumbList","@id":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tothenewco.pro\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/#listItem","name":"AWS"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/#listItem","position":2,"name":"AWS","item":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/#listItem","name":"ClusterSSH: Control Multiple SSH Sessions"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/#listItem","position":3,"name":"ClusterSSH: Control Multiple SSH Sessions","previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/#listItem","name":"AWS"}}]},{"@type":"Organization","@id":"https:\/\/tothenewco.pro\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/tothenewco.pro\/blog\/"},{"@type":"Person","@id":"https:\/\/tothenewco.pro\/blog\/author\/amit-naudiyal\/#author","url":"https:\/\/tothenewco.pro\/blog\/author\/amit-naudiyal\/","name":"Amit Naudiyal","image":{"@type":"ImageObject","@id":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/18a84a7b-b9c8-4444-96de-53f5fc45d378_amit.naudiyal@tothenew.com.jpg","width":96,"height":96,"caption":"Amit Naudiyal"}},{"@type":"WebPage","@id":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/#webpage","url":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/","name":"Multiple SSH Session: ClusterSSH | TO THE NEW Blog","description":"Using ClusterSSH tool, you can parallely execute commands to your multiple instances\/servers at one go and save your time running command on each server at a time.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/#breadcrumblist"},"author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/amit-naudiyal\/#author"},"creator":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/amit-naudiyal\/#author"},"datePublished":"2015-03-31T17:43:24+05:30","dateModified":"2017-04-03T09:39:41+05:30"},{"@type":"WebSite","@id":"https:\/\/tothenewco.pro\/blog\/#website","url":"https:\/\/tothenewco.pro\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Multiple SSH Session: ClusterSSH | TO THE NEW Blog","og:description":"Using ClusterSSH tool, you can parallely execute commands to your multiple instances\/servers at one go and save your time running command on each server at a time.","og:url":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/","og:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Multiple SSH Session: ClusterSSH | TO THE NEW Blog","twitter:description":"Using ClusterSSH tool, you can parallely execute commands to your multiple instances\/servers at one go and save your time running command on each server at a time.","twitter:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"18774","title":"Multiple SSH Session: ClusterSSH | #site_title","description":"Using ClusterSSH tool, you can parallely execute commands to your multiple instances\/servers at one go and save your time running command on each server at a time.","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 15:26:36","updated":"2024-02-29 09:26:53","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/\" title=\"AWS\">AWS<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tClusterSSH: Control Multiple SSH Sessions\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tothenewco.pro\/blog"},{"label":"AWS","link":"https:\/\/tothenewco.pro\/blog\/category\/aws-2\/"},{"label":"ClusterSSH: Control Multiple SSH Sessions","link":"https:\/\/tothenewco.pro\/blog\/clusterssh-control-multiple-ssh-sessions\/"}],"_links":{"self":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/18774","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/users\/181"}],"replies":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/comments?post=18774"}],"version-history":[{"count":0,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/18774\/revisions"}],"wp:attachment":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/media?parent=18774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/categories?post=18774"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/tags?post=18774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}