{"id":1276,"date":"2019-04-30T21:07:41","date_gmt":"2019-04-30T12:07:41","guid":{"rendered":"http:\/\/www.white-box.biz\/?p=1276"},"modified":"2022-04-16T20:09:28","modified_gmt":"2022-04-16T11:09:28","slug":"ssh%e7%9b%a3%e6%9f%bb","status":"publish","type":"post","link":"https:\/\/www.white-box.biz\/?p=1276","title":{"rendered":"ssh\u76e3\u67fb"},"content":{"rendered":"<p>ssh\u3067\u306e\u30ed\u30b0\u30a4\u30f3\u3092\u4e00\u5f8b\u76e3\u67fb\u3059\u308b\u3002<\/p>\n<p>\u8d77\u52d5\u30b9\u30af\u30ea\u30d7\u30c8\u306a\u3069\u306f\u4e0b\u8a18\u3092\u53c2\u8003\u306b\u3055\u305b\u3066\u3082\u3089\u3063\u305f<br \/>\n<a href=\"https:\/\/oxynotes.com\/?p=7534#4\">link<a><\/p>\n<p>\u5fc5\u8981\u7269\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<\/p>\n<pre><blockquote><code>sudo yum --enablerepo=epel -y install swatch\r\nsudo yum --enablerepo=epel install perl-File-Tail<\/code><\/blockquote><\/pre>\n<p>\/etc\/swatch\/secure.conf \u306e\u3000\u4f5c\u6210<\/p>\n<pre><blockquote><code>\r\n# logfile \/var\/log\/secure\r\n# \u30ed\u30b0\u30a4\u30f3\u6210\u529f\r\n# Accepted password for yamagyu from xxx.xxx.xxx.xxx\r\nwatchfor \/Accepted\/\r\nmail=hoge@gmail.com,subject=ssh_accepted\r\n\r\n# \u767b\u9332\u3057\u3066\u3044\u306a\u3044\u30e6\u30fc\u30b6\u30fc\r\n# Invalid user hoge from xxx.xxx.xxx.xxx\r\nwatchfor \/Invalid\/\r\nmail=hoge@gmail.com,subject=ssh_invalid\r\n\r\n# \u30d1\u30b9\u30ef\u30fc\u30c9\u9593\u9055\u3044\r\n# Failed password for yamagyu from xxx.xxx.xxx.xxx\r\nwatchfor \/Failed\/\r\nmail=hoge@gmail.com,subject=ssh_failed<\/code><\/blockquote><\/pre>\n<p>\/etc\/rc.d\/init.d\/swatch\u3000\u306e\u4f5c\u6210<\/p>\n<pre>\r\n<blockquote><code>\r\n#!\/bin\/bash\r\n#\r\n# swatch\r\n#\r\n# chkconfig: 2345 90 35\r\n# description: swatch start\/stop script\r\n \r\n# Source function library.\r\n. \/etc\/rc.d\/init.d\/functions\r\n \r\nPATH=\/sbin:\/usr\/local\/bin:\/bin:\/usr\/bin\r\n \r\nmkdir -p \/var\/log\/swatch\r\n \r\nstart() {\r\n     # Start daemons.\r\n     ls \/var\/run\/swatch_*.pid > \/dev\/null 2>&1\r\n     if [ $? -ne 0 ]; then\r\n          echo -n \"Starting swatch\"\r\n          pno=0\r\n          for conf in \/etc\/swatch\/*.conf\r\n          do\r\n               pno=`expr $pno + 1`\r\n               WATCHLOG=`grep \"^# logfile\" $conf | awk '{ print $3 }'`\r\n               swatch --config-file $conf --tail-file $WATCHLOG \\\r\n               --script-dir=\/tmp --awk-field-syntax --use-cpan-file-tail --daemon \\\r\n               --pid-file \/var\/run\/swatch_$pno.pid \\\r\n               >> \/var\/log\/swatch\/swatch.log 2>&1\r\n               RETVAL=$?\r\n               [ $RETVAL != 0 ] && return $RETVAL\r\n          done\r\n          echo\r\n          [ $RETVAL = 0 ] && touch \/var\/lock\/subsys\/swatch\r\n          return $RETVAL\r\n     else\r\n          echo \"swatch is already started\"\r\n     fi\r\n}\r\n \r\nstop() {\r\n     # Stop daemons.\r\n     ls \/var\/run\/swatch_*.pid > \/dev\/null 2>&1\r\n     if [ $? -eq 0 ]; then\r\n          echo -n \"Shutting down swatch\"\r\n          for pid in \/var\/run\/swatch_*.pid\r\n          do\r\n               kill $(cat $pid)\r\n               rm -f $pid\r\n          done\r\n          echo\r\n          rm -f \/var\/lock\/subsys\/swatch \/tmp\/.swatch_script.*\r\n     else\r\n          echo \"swatch is not running\"\r\n     fi\r\n}\r\n \r\nstatus() {\r\n     ls \/var\/run\/swatch_*.pid > \/dev\/null 2>&1\r\n     if [ $? -eq 0 ]; then\r\n          echo -n \"swatch (pid\"\r\n          for pid in \/var\/run\/swatch_*.pid\r\n          do\r\n               echo -n \" `cat $pid`\"\r\n          done\r\n          echo \") is running...\"\r\n     else\r\n          echo \"swatch is stopped\"\r\n     fi\r\n}\r\n \r\ncase \"$1\" in\r\n     start)\r\n             start\r\n             ;;\r\n     stop)\r\n             stop\r\n             ;;\r\n     restart)\r\n          stop\r\n          start\r\n          ;;\r\n     status)\r\n          status\r\n          ;;\r\n     *)\r\n          echo \"Usage: swatch {start|stop|restart|status}\"\r\n          exit 1\r\nesac\r\n \r\nexit $RETVAL\r\n<\/code><\/blockquote>\r\n<\/pre>\n<p>\u81ea\u52d5\u8d77\u52d5\u8a2d\u5b9a<\/p>\n<pre><blockquote><code>chkconfig --add swatch<\/code><\/blockquote><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>ssh\u3067\u306e\u30ed\u30b0\u30a4\u30f3\u3092\u4e00\u5f8b\u76e3\u67fb\u3059\u308b\u3002 \u8d77\u52d5\u30b9\u30af\u30ea\u30d7\u30c8\u306a\u3069\u306f\u4e0b\u8a18\u3092\u53c2\u8003\u306b\u3055\u305b\u3066\u3082\u3089\u3063\u305f link \u5fc5\u8981\u7269\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb sudo yum &#8211;enablerepo=epel -y install swatch sudo yu<a href=\"https:\/\/www.white-box.biz\/?p=1276\"><b>[\u30fb\u30fb\u30fb\u7d9a\u304d\u3092\u8aad\u3080]<\/b><\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"ssh\u3067\u306e\u30ed\u30b0\u30a4\u30f3\u3092\u4e00\u5f8b\u76e3\u67fb\u3059\u308b\u3002 \u8d77\u52d5\u30b9\u30af\u30ea\u30d7\u30c8\u306a\u3069\u306f\u4e0b\u8a18\u3092\u53c2\u8003\u306b\u3055\u305b\u3066\u3082\u3089\u3063\u305f link \u5fc5\u8981\u7269\u306e\u30a4\u30f3\u30b9\u30c8\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"whitebox\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.white-box.biz\/?p=1276\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"maru9 - maru9\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"ssh\u76e3\u67fb - maru9\" \/>\n\t\t<meta property=\"og:description\" content=\"ssh\u3067\u306e\u30ed\u30b0\u30a4\u30f3\u3092\u4e00\u5f8b\u76e3\u67fb\u3059\u308b\u3002 \u8d77\u52d5\u30b9\u30af\u30ea\u30d7\u30c8\u306a\u3069\u306f\u4e0b\u8a18\u3092\u53c2\u8003\u306b\u3055\u305b\u3066\u3082\u3089\u3063\u305f link \u5fc5\u8981\u7269\u306e\u30a4\u30f3\u30b9\u30c8\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.white-box.biz\/?p=1276\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-04-30T12:07:41+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-04-16T11:09:28+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"ssh\u76e3\u67fb - maru9\" \/>\n\t\t<meta name=\"twitter:description\" content=\"ssh\u3067\u306e\u30ed\u30b0\u30a4\u30f3\u3092\u4e00\u5f8b\u76e3\u67fb\u3059\u308b\u3002 \u8d77\u52d5\u30b9\u30af\u30ea\u30d7\u30c8\u306a\u3069\u306f\u4e0b\u8a18\u3092\u53c2\u8003\u306b\u3055\u305b\u3066\u3082\u3089\u3063\u305f link \u5fc5\u8981\u7269\u306e\u30a4\u30f3\u30b9\u30c8\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?p=1276#blogposting\",\"name\":\"ssh\\u76e3\\u67fb - maru9\",\"headline\":\"ssh\\u76e3\\u67fb\",\"author\":{\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?author=5#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/#organization\"},\"datePublished\":\"2019-04-30T21:07:41+09:00\",\"dateModified\":\"2022-04-16T20:09:28+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?p=1276#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?p=1276#webpage\"},\"articleSection\":\"\\u672a\\u5206\\u985e\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?p=1276#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.white-box.biz#listItem\",\"position\":1,\"name\":\"\\u5bb6\",\"item\":\"https:\\\/\\\/www.white-box.biz\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?cat=1#listItem\",\"name\":\"\\u672a\\u5206\\u985e\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?cat=1#listItem\",\"position\":2,\"name\":\"\\u672a\\u5206\\u985e\",\"item\":\"https:\\\/\\\/www.white-box.biz\\\/?cat=1\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?p=1276#listItem\",\"name\":\"ssh\\u76e3\\u67fb\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.white-box.biz#listItem\",\"name\":\"\\u5bb6\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?p=1276#listItem\",\"position\":3,\"name\":\"ssh\\u76e3\\u67fb\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?cat=1#listItem\",\"name\":\"\\u672a\\u5206\\u985e\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/#organization\",\"name\":\"maru9\",\"description\":\"maru9\",\"url\":\"https:\\\/\\\/www.white-box.biz\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?author=5#author\",\"url\":\"https:\\\/\\\/www.white-box.biz\\\/?author=5\",\"name\":\"whitebox\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?p=1276#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8248ab2755975602584243a5dfbfa970?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"whitebox\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?p=1276#webpage\",\"url\":\"https:\\\/\\\/www.white-box.biz\\\/?p=1276\",\"name\":\"ssh\\u76e3\\u67fb - maru9\",\"description\":\"ssh\\u3067\\u306e\\u30ed\\u30b0\\u30a4\\u30f3\\u3092\\u4e00\\u5f8b\\u76e3\\u67fb\\u3059\\u308b\\u3002 \\u8d77\\u52d5\\u30b9\\u30af\\u30ea\\u30d7\\u30c8\\u306a\\u3069\\u306f\\u4e0b\\u8a18\\u3092\\u53c2\\u8003\\u306b\\u3055\\u305b\\u3066\\u3082\\u3089\\u3063\\u305f link \\u5fc5\\u8981\\u7269\\u306e\\u30a4\\u30f3\\u30b9\\u30c8\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?p=1276#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?author=5#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/?author=5#author\"},\"datePublished\":\"2019-04-30T21:07:41+09:00\",\"dateModified\":\"2022-04-16T20:09:28+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/#website\",\"url\":\"https:\\\/\\\/www.white-box.biz\\\/\",\"name\":\"maru9\",\"description\":\"maru9\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.white-box.biz\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"ssh\u76e3\u67fb - maru9","description":"ssh\u3067\u306e\u30ed\u30b0\u30a4\u30f3\u3092\u4e00\u5f8b\u76e3\u67fb\u3059\u308b\u3002 \u8d77\u52d5\u30b9\u30af\u30ea\u30d7\u30c8\u306a\u3069\u306f\u4e0b\u8a18\u3092\u53c2\u8003\u306b\u3055\u305b\u3066\u3082\u3089\u3063\u305f link \u5fc5\u8981\u7269\u306e\u30a4\u30f3\u30b9\u30c8","canonical_url":"https:\/\/www.white-box.biz\/?p=1276","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.white-box.biz\/?p=1276#blogposting","name":"ssh\u76e3\u67fb - maru9","headline":"ssh\u76e3\u67fb","author":{"@id":"https:\/\/www.white-box.biz\/?author=5#author"},"publisher":{"@id":"https:\/\/www.white-box.biz\/#organization"},"datePublished":"2019-04-30T21:07:41+09:00","dateModified":"2022-04-16T20:09:28+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.white-box.biz\/?p=1276#webpage"},"isPartOf":{"@id":"https:\/\/www.white-box.biz\/?p=1276#webpage"},"articleSection":"\u672a\u5206\u985e"},{"@type":"BreadcrumbList","@id":"https:\/\/www.white-box.biz\/?p=1276#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.white-box.biz#listItem","position":1,"name":"\u5bb6","item":"https:\/\/www.white-box.biz","nextItem":{"@type":"ListItem","@id":"https:\/\/www.white-box.biz\/?cat=1#listItem","name":"\u672a\u5206\u985e"}},{"@type":"ListItem","@id":"https:\/\/www.white-box.biz\/?cat=1#listItem","position":2,"name":"\u672a\u5206\u985e","item":"https:\/\/www.white-box.biz\/?cat=1","nextItem":{"@type":"ListItem","@id":"https:\/\/www.white-box.biz\/?p=1276#listItem","name":"ssh\u76e3\u67fb"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.white-box.biz#listItem","name":"\u5bb6"}},{"@type":"ListItem","@id":"https:\/\/www.white-box.biz\/?p=1276#listItem","position":3,"name":"ssh\u76e3\u67fb","previousItem":{"@type":"ListItem","@id":"https:\/\/www.white-box.biz\/?cat=1#listItem","name":"\u672a\u5206\u985e"}}]},{"@type":"Organization","@id":"https:\/\/www.white-box.biz\/#organization","name":"maru9","description":"maru9","url":"https:\/\/www.white-box.biz\/"},{"@type":"Person","@id":"https:\/\/www.white-box.biz\/?author=5#author","url":"https:\/\/www.white-box.biz\/?author=5","name":"whitebox","image":{"@type":"ImageObject","@id":"https:\/\/www.white-box.biz\/?p=1276#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/8248ab2755975602584243a5dfbfa970?s=96&d=mm&r=g","width":96,"height":96,"caption":"whitebox"}},{"@type":"WebPage","@id":"https:\/\/www.white-box.biz\/?p=1276#webpage","url":"https:\/\/www.white-box.biz\/?p=1276","name":"ssh\u76e3\u67fb - maru9","description":"ssh\u3067\u306e\u30ed\u30b0\u30a4\u30f3\u3092\u4e00\u5f8b\u76e3\u67fb\u3059\u308b\u3002 \u8d77\u52d5\u30b9\u30af\u30ea\u30d7\u30c8\u306a\u3069\u306f\u4e0b\u8a18\u3092\u53c2\u8003\u306b\u3055\u305b\u3066\u3082\u3089\u3063\u305f link \u5fc5\u8981\u7269\u306e\u30a4\u30f3\u30b9\u30c8","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.white-box.biz\/#website"},"breadcrumb":{"@id":"https:\/\/www.white-box.biz\/?p=1276#breadcrumblist"},"author":{"@id":"https:\/\/www.white-box.biz\/?author=5#author"},"creator":{"@id":"https:\/\/www.white-box.biz\/?author=5#author"},"datePublished":"2019-04-30T21:07:41+09:00","dateModified":"2022-04-16T20:09:28+09:00"},{"@type":"WebSite","@id":"https:\/\/www.white-box.biz\/#website","url":"https:\/\/www.white-box.biz\/","name":"maru9","description":"maru9","inLanguage":"ja","publisher":{"@id":"https:\/\/www.white-box.biz\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"maru9 - maru9","og:type":"article","og:title":"ssh\u76e3\u67fb - maru9","og:description":"ssh\u3067\u306e\u30ed\u30b0\u30a4\u30f3\u3092\u4e00\u5f8b\u76e3\u67fb\u3059\u308b\u3002 \u8d77\u52d5\u30b9\u30af\u30ea\u30d7\u30c8\u306a\u3069\u306f\u4e0b\u8a18\u3092\u53c2\u8003\u306b\u3055\u305b\u3066\u3082\u3089\u3063\u305f link \u5fc5\u8981\u7269\u306e\u30a4\u30f3\u30b9\u30c8","og:url":"https:\/\/www.white-box.biz\/?p=1276","article:published_time":"2019-04-30T12:07:41+00:00","article:modified_time":"2022-04-16T11:09:28+00:00","twitter:card":"summary_large_image","twitter:title":"ssh\u76e3\u67fb - maru9","twitter:description":"ssh\u3067\u306e\u30ed\u30b0\u30a4\u30f3\u3092\u4e00\u5f8b\u76e3\u67fb\u3059\u308b\u3002 \u8d77\u52d5\u30b9\u30af\u30ea\u30d7\u30c8\u306a\u3069\u306f\u4e0b\u8a18\u3092\u53c2\u8003\u306b\u3055\u305b\u3066\u3082\u3089\u3063\u305f link \u5fc5\u8981\u7269\u306e\u30a4\u30f3\u30b9\u30c8"},"aioseo_meta_data":{"post_id":"1276","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":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","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":"2026-08-02 07:08:25","updated":"2026-08-02 10:02:48","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:\/\/www.white-box.biz\" title=\"\u5bb6\">\u5bb6<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.white-box.biz\/?cat=1\" title=\"\u672a\u5206\u985e\">\u672a\u5206\u985e<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tssh\u76e3\u67fb\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"\u5bb6","link":"https:\/\/www.white-box.biz"},{"label":"\u672a\u5206\u985e","link":"https:\/\/www.white-box.biz\/?cat=1"},{"label":"ssh\u76e3\u67fb","link":"https:\/\/www.white-box.biz\/?p=1276"}],"_links":{"self":[{"href":"https:\/\/www.white-box.biz\/index.php?rest_route=\/wp\/v2\/posts\/1276"}],"collection":[{"href":"https:\/\/www.white-box.biz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.white-box.biz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.white-box.biz\/index.php?rest_route=\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.white-box.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1276"}],"version-history":[{"count":9,"href":"https:\/\/www.white-box.biz\/index.php?rest_route=\/wp\/v2\/posts\/1276\/revisions"}],"predecessor-version":[{"id":2348,"href":"https:\/\/www.white-box.biz\/index.php?rest_route=\/wp\/v2\/posts\/1276\/revisions\/2348"}],"wp:attachment":[{"href":"https:\/\/www.white-box.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1276"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.white-box.biz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1276"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.white-box.biz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1276"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}