{"id":169,"date":"2007-09-25T10:03:08","date_gmt":"2007-09-25T15:03:08","guid":{"rendered":"http:\/\/bitpost.com\/news\/2007\/09\/25\/ssh-with-cygwinx-instead-of-putty\/"},"modified":"2011-04-06T19:26:33","modified_gmt":"2011-04-07T00:26:33","slug":"ssh-with-cygwinx-instead-of-putty","status":"publish","type":"post","link":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/","title":{"rendered":"SSH with Cygwin\/X instead of Putty"},"content":{"rendered":"<p>Cygwin\/X can do a lot, including giving you a nice xterm for your Windows-to-linux ssh sessions.<\/p>\n<p>But you&#8217;d think it would be easier&#8230;<!--more--><\/p>\n<ul>\n<li>Install cygwin, including&#8230;\n<pre><code>Shells: bash (included by default)\r\nX11: xorg-x11-xwin: Cygwin\/X X server\r\nNet: openssh: The OpenSSH server and client programs<\/code><\/pre>\n<\/li>\n<li>Add [C:\\cygwin\\bin;C:\\cygwin\\usr\\X11R6\\bin] to your Windows PATH env variable<\/li>\n<li>Make some batch files, one for each machine to which you want to connect.  Here&#8217;s an example:\n<pre><code>@echo off\r\nSET DISPLAY=127.0.0.1:0.0\r\nSET CYGWIN_ROOT=\\cygwin\r\nSET RUN=%CYGWIN_ROOT%\\bin\\run -p \/usr\/X11R6\/bin\r\nSET PATH=.;%CYGWIN_ROOT%\\bin;%CYGWIN_ROOT%\\usr\\X11R6\\bin;%PATH%\r\nSET XAPPLRESDIR=\/usr\/X11R6\/lib\/X11\/app-defaults\r\nSET XCMSDB=\/usr\/X11R6\/lib\/X11\/Xcms.txt\r\nSET XKEYSYMDB=\/usr\/X11R6\/lib\/X11\/XKeysymDB\r\nSET XNLSPATH=\/usr\/X11R6\/lib\/X11\/locale\r\n\r\nc:\r\ncd C:\\cygwin\\usr\\X11R6\\bin\r\n\r\n%RUN% xterm -e 'ssh <strong>user@machine<\/strong>'<\/code><\/pre>\n<\/li>\n<li>Run the X server (via startxwin.sh or whatever)<\/li>\n<li>Call the batch files to connect!<\/li>\n<\/ul>\n<p>You can also set up shortcuts for ssh via bash in the standard Windows console, or in an rxvt terminal, if you install that.<\/p>\n<p>Or just use putty.  :><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cygwin\/X can do a lot, including giving you a nice xterm for your Windows-to-linux ssh sessions. But you&#8217;d think it would be easier&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[10,2],"tags":[98,84,97],"class_list":["post-169","post","type-post","status-publish","format-standard","hentry","category-tricks-tips-tools","category-chatter","tag-cygwin","tag-putty","tag-ssh"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Cygwin\/X can do a lot, including giving you a nice xterm for your Windows-to-linux ssh sessions. But you&#039;d think it would be easier... Install cygwin, including... Shells: bash (included by default) X11: xorg-x11-xwin: Cygwin\/X X server Net: openssh: The OpenSSH server and client programs Add [C:\\cygwin\\bin;C:\\cygwin\\usr\\X11R6\\bin] to your Windows PATH env variable Make some batch\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"m\"\/>\n\t<meta name=\"keywords\" content=\"tricks tips tools,zzz chatter\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bitpost.com\/news | Note to self\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"SSH with Cygwin\/X instead of Putty | bitpost.com\/news\" \/>\n\t\t<meta property=\"og:description\" content=\"Cygwin\/X can do a lot, including giving you a nice xterm for your Windows-to-linux ssh sessions. But you&#039;d think it would be easier... Install cygwin, including... Shells: bash (included by default) X11: xorg-x11-xwin: Cygwin\/X X server Net: openssh: The OpenSSH server and client programs Add [C:\\cygwin\\bin;C:\\cygwin\\usr\\X11R6\\bin] to your Windows PATH env variable Make some batch\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2007-09-25T15:03:08+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2011-04-07T00:26:33+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"SSH with Cygwin\/X instead of Putty | bitpost.com\/news\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Cygwin\/X can do a lot, including giving you a nice xterm for your Windows-to-linux ssh sessions. But you&#039;d think it would be easier... Install cygwin, including... Shells: bash (included by default) X11: xorg-x11-xwin: Cygwin\/X X server Net: openssh: The OpenSSH server and client programs Add [C:\\cygwin\\bin;C:\\cygwin\\usr\\X11R6\\bin] to your Windows PATH env variable Make some batch\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/ssh-with-cygwinx-instead-of-putty\\\/#article\",\"name\":\"SSH with Cygwin\\\/X instead of Putty | bitpost.com\\\/news\",\"headline\":\"SSH with Cygwin\\\/X instead of Putty\",\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/ssh-with-cygwinx-instead-of-putty\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"},\"datePublished\":\"2007-09-25T10:03:08-04:00\",\"dateModified\":\"2011-04-06T19:26:33-04:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/ssh-with-cygwinx-instead-of-putty\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/ssh-with-cygwinx-instead-of-putty\\\/#webpage\"},\"articleSection\":\"Tricks Tips Tools, zzz Chatter, cygwin, putty, ssh\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/ssh-with-cygwinx-instead-of-putty\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/#listItem\",\"name\":\"zzz Chatter\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/#listItem\",\"position\":2,\"name\":\"zzz Chatter\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/ssh-with-cygwinx-instead-of-putty\\\/#listItem\",\"name\":\"SSH with Cygwin\\\/X instead of Putty\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/ssh-with-cygwinx-instead-of-putty\\\/#listItem\",\"position\":3,\"name\":\"SSH with Cygwin\\\/X instead of Putty\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/chatter\\\/#listItem\",\"name\":\"zzz Chatter\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/ssh-with-cygwinx-instead-of-putty\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/ssh-with-cygwinx-instead-of-putty\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/ssh-with-cygwinx-instead-of-putty\\\/#webpage\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/ssh-with-cygwinx-instead-of-putty\\\/\",\"name\":\"SSH with Cygwin\\\/X instead of Putty | bitpost.com\\\/news\",\"description\":\"Cygwin\\\/X can do a lot, including giving you a nice xterm for your Windows-to-linux ssh sessions. But you'd think it would be easier... Install cygwin, including... Shells: bash (included by default) X11: xorg-x11-xwin: Cygwin\\\/X X server Net: openssh: The OpenSSH server and client programs Add [C:\\\\cygwin\\\\bin;C:\\\\cygwin\\\\usr\\\\X11R6\\\\bin] to your Windows PATH env variable Make some batch\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2007\\\/ssh-with-cygwinx-instead-of-putty\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"datePublished\":\"2007-09-25T10:03:08-04:00\",\"dateModified\":\"2011-04-06T19:26:33-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/\",\"name\":\"bitpost.com\\\/news\",\"description\":\"Note to self\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"SSH with Cygwin\/X instead of Putty | bitpost.com\/news","description":"Cygwin\/X can do a lot, including giving you a nice xterm for your Windows-to-linux ssh sessions. But you'd think it would be easier... Install cygwin, including... Shells: bash (included by default) X11: xorg-x11-xwin: Cygwin\/X X server Net: openssh: The OpenSSH server and client programs Add [C:\\cygwin\\bin;C:\\cygwin\\usr\\X11R6\\bin] to your Windows PATH env variable Make some batch","canonical_url":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/","robots":"max-image-preview:large","keywords":"tricks tips tools,zzz chatter","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/#article","name":"SSH with Cygwin\/X instead of Putty | bitpost.com\/news","headline":"SSH with Cygwin\/X instead of Putty","author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"},"datePublished":"2007-09-25T10:03:08-04:00","dateModified":"2011-04-06T19:26:33-04:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/#webpage"},"isPartOf":{"@id":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/#webpage"},"articleSection":"Tricks Tips Tools, zzz Chatter, cygwin, putty, ssh"},{"@type":"BreadcrumbList","@id":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","position":1,"name":"Home","item":"https:\/\/bitpost.com\/news","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/chatter\/#listItem","name":"zzz Chatter"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/chatter\/#listItem","position":2,"name":"zzz Chatter","item":"https:\/\/bitpost.com\/news\/category\/chatter\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/#listItem","name":"SSH with Cygwin\/X instead of Putty"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/#listItem","position":3,"name":"SSH with Cygwin\/X instead of Putty","previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/chatter\/#listItem","name":"zzz Chatter"}}]},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/#person","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/author\/m\/#author","url":"https:\/\/bitpost.com\/news\/author\/m\/","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"WebPage","@id":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/#webpage","url":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/","name":"SSH with Cygwin\/X instead of Putty | bitpost.com\/news","description":"Cygwin\/X can do a lot, including giving you a nice xterm for your Windows-to-linux ssh sessions. But you'd think it would be easier... Install cygwin, including... Shells: bash (included by default) X11: xorg-x11-xwin: Cygwin\/X X server Net: openssh: The OpenSSH server and client programs Add [C:\\cygwin\\bin;C:\\cygwin\\usr\\X11R6\\bin] to your Windows PATH env variable Make some batch","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/bitpost.com\/news\/#website"},"breadcrumb":{"@id":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/#breadcrumblist"},"author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"creator":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"datePublished":"2007-09-25T10:03:08-04:00","dateModified":"2011-04-06T19:26:33-04:00"},{"@type":"WebSite","@id":"https:\/\/bitpost.com\/news\/#website","url":"https:\/\/bitpost.com\/news\/","name":"bitpost.com\/news","description":"Note to self","inLanguage":"en-US","publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"}}]},"og:locale":"en_US","og:site_name":"bitpost.com\/news | Note to self","og:type":"article","og:title":"SSH with Cygwin\/X instead of Putty | bitpost.com\/news","og:description":"Cygwin\/X can do a lot, including giving you a nice xterm for your Windows-to-linux ssh sessions. But you'd think it would be easier... Install cygwin, including... Shells: bash (included by default) X11: xorg-x11-xwin: Cygwin\/X X server Net: openssh: The OpenSSH server and client programs Add [C:\\cygwin\\bin;C:\\cygwin\\usr\\X11R6\\bin] to your Windows PATH env variable Make some batch","og:url":"https:\/\/bitpost.com\/news\/2007\/ssh-with-cygwinx-instead-of-putty\/","article:published_time":"2007-09-25T15:03:08+00:00","article:modified_time":"2011-04-07T00:26:33+00:00","twitter:card":"summary","twitter:title":"SSH with Cygwin\/X instead of Putty | bitpost.com\/news","twitter:description":"Cygwin\/X can do a lot, including giving you a nice xterm for your Windows-to-linux ssh sessions. But you'd think it would be easier... Install cygwin, including... Shells: bash (included by default) X11: xorg-x11-xwin: Cygwin\/X X server Net: openssh: The OpenSSH server and client programs Add [C:\\cygwin\\bin;C:\\cygwin\\usr\\X11R6\\bin] to your Windows PATH env variable Make some batch"},"aioseo_meta_data":{"post_id":"169","title":null,"description":null,"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":"","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,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-03-13 19:53:05","updated":"2025-08-17 18:54:28","seo_analyzer_scan_date":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9M11L-2J","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/169","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/comments?post=169"}],"version-history":[{"count":1,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/169\/revisions"}],"predecessor-version":[{"id":1167,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/169\/revisions\/1167"}],"wp:attachment":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/media?parent=169"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/categories?post=169"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/tags?post=169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}