{"id":48,"date":"2003-03-21T14:29:04","date_gmt":"2003-03-21T14:29:04","guid":{"rendered":"http:\/\/bitpost.com\/news\/?p=14"},"modified":"2008-07-24T22:41:35","modified_gmt":"2008-07-25T03:41:35","slug":"say-that-ten-times-fast","status":"publish","type":"post","link":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/","title":{"rendered":"CVS through Plink through Proxy patch"},"content":{"rendered":"<p><strong>UPDATE<\/strong>: This is no longer an issue in more recent Putty releases.<\/p>\n<p>Putty&#8217;s <A href=\"http:\/\/the.earth.li\/~sgtatham\/putty\/0.53b\/htmldoc\/Chapter7.html#7\">plink.exe<\/A> is an ssh Windows command-line tool that&#8217;s great for scripted access to CVS.  It is used behind the scenes by <A href=\"http:\/\/www.tortoisecvs.org\/\">TortoiseCVS<\/A>.  There are lots of options available to establish the SSH connection, including going through a proxy, and these are stored in a &#8220;session&#8221;.  However, if you try to load a session from the command line, so you can get proxied CVS access, plink.exe ignores the rest of the command line.<\/p>\n<p>I got the source for plink.exe and patched it to work for me.  I am fairly sure this version will work for everyone, but not positive &#8211; I have submitted it to the Putty team for review.  Here&#8217;s the <A href=\"\/files\/plink.exe\">patched version<\/A> for now, based on the development snapshot dated 3\/17\/03.<\/p>\n<p>PLINK session settings you should change from default:<\/p>\n<ul>\n<li>host<\/li>\n<li>auto-login<\/li>\n<li>send timeout (typically needed to keep the proxy from dropping the connection<\/li>\n<li>proxy<\/li>\n<li>preferred SSH = 1<\/li>\n<li>force local echo off<\/li>\n<li>force line edit off<\/li>\n<li>ssh: dont allocate pseudo-terminal<\/li>\n<\/ul>\n<p>TortoiseCVS SSH command:<\/p>\n<ul>\n<li>plink.exe -load session -batch<\/li>\n<\/ul>\n<p><!--more--><\/p>\n<p>Source change:<\/p>\n<p>In PLINK.C, in main(), around line 480&#8230;<\/p>\n<pre><code>\/*\r\n* Perform command-line overrides on session configuration.\r\n*\/\r\n\r\n\/\/ MDM    3\/21\/2003 8:54:47 AM\r\nszCommandBackup = cfg.remote_cmd_ptr;\r\n\r\n\/\/ MDM     3\/21\/2003 8:54:47 AM\r\n\/\/ WARNING! This will trash the command previously read from the command line!!\r\ncmdline_run_saved(&cfg);\r\n\r\n\/\/ MDM    3\/21\/2003 8:54:47 AM\r\ncfg.remote_cmd_ptr = szCommandBackup;<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\nSource change:<br \/>\n<HR><br \/>\nIn PLINK.C, in main(), around line 480&#8230;<\/p>\n<p>    \/*<br \/>\n     * Perform command-line overrides on session configuration.<br \/>\n     *\/<\/p>\n<p>    \/\/ MDM\t3\/21\/2003 8:54:47 AM<br \/>\n    szCommandBackup = cfg.remote_cmd_ptr;<\/p>\n<p>    \/\/ MDM \t3\/21\/2003 8:54:47 AM<br \/>\n    \/\/ WARNING! This will trash the command previously read from the command line!!<br \/>\n    cmdline_run_saved(&#038;cfg);<\/p>\n<p>    \/\/ MDM\t3\/21\/2003 8:54:47 AM<br \/>\n    cfg.remote_cmd_ptr = szCommandBackup;<\/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":[19,10],"tags":[],"class_list":["post-48","post","type-post","status-publish","format-standard","hentry","category-opensource","category-tricks-tips-tools"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Source change: In PLINK.C, in main(), around line 480... \/* * Perform command-line overrides on session configuration. *\/ \/\/ MDM 3\/21\/2003 8:54:47 AM szCommandBackup = cfg.remote_cmd_ptr; \/\/ MDM 3\/21\/2003 8:54:47 AM \/\/ WARNING! This will trash the command previously read from the command line!! cmdline_run_saved(&amp;cfg); \/\/ MDM 3\/21\/2003 8:54:47 AM cfg.remote_cmd_ptr = szCommandBackup;\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"m\"\/>\n\t<meta name=\"keywords\" content=\"open source,tricks tips tools\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/\" \/>\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=\"CVS through Plink through Proxy patch | bitpost.com\/news\" \/>\n\t\t<meta property=\"og:description\" content=\"Source change: In PLINK.C, in main(), around line 480... \/* * Perform command-line overrides on session configuration. *\/ \/\/ MDM 3\/21\/2003 8:54:47 AM szCommandBackup = cfg.remote_cmd_ptr; \/\/ MDM 3\/21\/2003 8:54:47 AM \/\/ WARNING! This will trash the command previously read from the command line!! cmdline_run_saved(&amp;cfg); \/\/ MDM 3\/21\/2003 8:54:47 AM cfg.remote_cmd_ptr = szCommandBackup;\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2003-03-21T14:29:04+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2008-07-25T03:41:35+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"CVS through Plink through Proxy patch | bitpost.com\/news\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Source change: In PLINK.C, in main(), around line 480... \/* * Perform command-line overrides on session configuration. *\/ \/\/ MDM 3\/21\/2003 8:54:47 AM szCommandBackup = cfg.remote_cmd_ptr; \/\/ MDM 3\/21\/2003 8:54:47 AM \/\/ WARNING! This will trash the command previously read from the command line!! cmdline_run_saved(&amp;cfg); \/\/ MDM 3\/21\/2003 8:54:47 AM cfg.remote_cmd_ptr = szCommandBackup;\" \/>\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\\\/2003\\\/say-that-ten-times-fast\\\/#article\",\"name\":\"CVS through Plink through Proxy patch | bitpost.com\\\/news\",\"headline\":\"CVS through Plink through Proxy patch\",\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2003\\\/say-that-ten-times-fast\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"},\"datePublished\":\"2003-03-21T14:29:04-05:00\",\"dateModified\":\"2008-07-24T22:41:35-04:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2003\\\/say-that-ten-times-fast\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2003\\\/say-that-ten-times-fast\\\/#webpage\"},\"articleSection\":\"Open Source, Tricks Tips Tools\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2003\\\/say-that-ten-times-fast\\\/#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\\\/projects\\\/#listItem\",\"name\":\"Projects\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/#listItem\",\"position\":2,\"name\":\"Projects\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/opensource\\\/#listItem\",\"name\":\"Open Source\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/opensource\\\/#listItem\",\"position\":3,\"name\":\"Open Source\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/opensource\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2003\\\/say-that-ten-times-fast\\\/#listItem\",\"name\":\"CVS through Plink through Proxy patch\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/#listItem\",\"name\":\"Projects\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2003\\\/say-that-ten-times-fast\\\/#listItem\",\"position\":4,\"name\":\"CVS through Plink through Proxy patch\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/opensource\\\/#listItem\",\"name\":\"Open Source\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2003\\\/say-that-ten-times-fast\\\/#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\\\/2003\\\/say-that-ten-times-fast\\\/#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\\\/2003\\\/say-that-ten-times-fast\\\/#webpage\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2003\\\/say-that-ten-times-fast\\\/\",\"name\":\"CVS through Plink through Proxy patch | bitpost.com\\\/news\",\"description\":\"Source change: In PLINK.C, in main(), around line 480... \\\/* * Perform command-line overrides on session configuration. *\\\/ \\\/\\\/ MDM 3\\\/21\\\/2003 8:54:47 AM szCommandBackup = cfg.remote_cmd_ptr; \\\/\\\/ MDM 3\\\/21\\\/2003 8:54:47 AM \\\/\\\/ WARNING! This will trash the command previously read from the command line!! cmdline_run_saved(&cfg); \\\/\\\/ MDM 3\\\/21\\\/2003 8:54:47 AM cfg.remote_cmd_ptr = szCommandBackup;\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2003\\\/say-that-ten-times-fast\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"datePublished\":\"2003-03-21T14:29:04-05:00\",\"dateModified\":\"2008-07-24T22:41:35-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":"CVS through Plink through Proxy patch | bitpost.com\/news","description":"Source change: In PLINK.C, in main(), around line 480... \/* * Perform command-line overrides on session configuration. *\/ \/\/ MDM 3\/21\/2003 8:54:47 AM szCommandBackup = cfg.remote_cmd_ptr; \/\/ MDM 3\/21\/2003 8:54:47 AM \/\/ WARNING! This will trash the command previously read from the command line!! cmdline_run_saved(&cfg); \/\/ MDM 3\/21\/2003 8:54:47 AM cfg.remote_cmd_ptr = szCommandBackup;","canonical_url":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/","robots":"max-image-preview:large","keywords":"open source,tricks tips tools","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/#article","name":"CVS through Plink through Proxy patch | bitpost.com\/news","headline":"CVS through Plink through Proxy patch","author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"},"datePublished":"2003-03-21T14:29:04-05:00","dateModified":"2008-07-24T22:41:35-04:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/#webpage"},"isPartOf":{"@id":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/#webpage"},"articleSection":"Open Source, Tricks Tips Tools"},{"@type":"BreadcrumbList","@id":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/#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\/projects\/#listItem","name":"Projects"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/#listItem","position":2,"name":"Projects","item":"https:\/\/bitpost.com\/news\/category\/projects\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/opensource\/#listItem","name":"Open Source"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/opensource\/#listItem","position":3,"name":"Open Source","item":"https:\/\/bitpost.com\/news\/category\/projects\/opensource\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/#listItem","name":"CVS through Plink through Proxy patch"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/#listItem","name":"Projects"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/#listItem","position":4,"name":"CVS through Plink through Proxy patch","previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/opensource\/#listItem","name":"Open Source"}}]},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/#person","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/#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\/2003\/say-that-ten-times-fast\/#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\/2003\/say-that-ten-times-fast\/#webpage","url":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/","name":"CVS through Plink through Proxy patch | bitpost.com\/news","description":"Source change: In PLINK.C, in main(), around line 480... \/* * Perform command-line overrides on session configuration. *\/ \/\/ MDM 3\/21\/2003 8:54:47 AM szCommandBackup = cfg.remote_cmd_ptr; \/\/ MDM 3\/21\/2003 8:54:47 AM \/\/ WARNING! This will trash the command previously read from the command line!! cmdline_run_saved(&cfg); \/\/ MDM 3\/21\/2003 8:54:47 AM cfg.remote_cmd_ptr = szCommandBackup;","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/bitpost.com\/news\/#website"},"breadcrumb":{"@id":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/#breadcrumblist"},"author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"creator":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"datePublished":"2003-03-21T14:29:04-05:00","dateModified":"2008-07-24T22:41:35-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":"CVS through Plink through Proxy patch | bitpost.com\/news","og:description":"Source change: In PLINK.C, in main(), around line 480... \/* * Perform command-line overrides on session configuration. *\/ \/\/ MDM 3\/21\/2003 8:54:47 AM szCommandBackup = cfg.remote_cmd_ptr; \/\/ MDM 3\/21\/2003 8:54:47 AM \/\/ WARNING! This will trash the command previously read from the command line!! cmdline_run_saved(&amp;cfg); \/\/ MDM 3\/21\/2003 8:54:47 AM cfg.remote_cmd_ptr = szCommandBackup;","og:url":"https:\/\/bitpost.com\/news\/2003\/say-that-ten-times-fast\/","article:published_time":"2003-03-21T14:29:04+00:00","article:modified_time":"2008-07-25T03:41:35+00:00","twitter:card":"summary","twitter:title":"CVS through Plink through Proxy patch | bitpost.com\/news","twitter:description":"Source change: In PLINK.C, in main(), around line 480... \/* * Perform command-line overrides on session configuration. *\/ \/\/ MDM 3\/21\/2003 8:54:47 AM szCommandBackup = cfg.remote_cmd_ptr; \/\/ MDM 3\/21\/2003 8:54:47 AM \/\/ WARNING! This will trash the command previously read from the command line!! cmdline_run_saved(&amp;cfg); \/\/ MDM 3\/21\/2003 8:54:47 AM cfg.remote_cmd_ptr = szCommandBackup;"},"aioseo_meta_data":{"post_id":"48","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:48:39","updated":"2025-08-17 18:41:37","seo_analyzer_scan_date":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9M11L-M","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/48","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=48"}],"version-history":[{"count":6,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/48\/revisions"}],"predecessor-version":[{"id":238,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/48\/revisions\/238"}],"wp:attachment":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/media?parent=48"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/categories?post=48"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/tags?post=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}