{
    "version": "https:\/\/jsonfeed.org\/version\/1",
    "title": "M9K blog: заметки с тегом CentOS linux ssh",
    "_rss_description": "Заметки обо всём: devops, lifestyle, культура.",
    "_rss_language": "ru",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/blog.m9k.space\/tags\/centos-linux-ssh\/",
    "feed_url": "https:\/\/blog.m9k.space\/tags\/centos-linux-ssh\/json\/",
    "icon": "https:\/\/blog.m9k.space\/user\/userpic@2x.jpg?1769095194",
    "author": {
        "name": "M",
        "url": "https:\/\/blog.m9k.space\/",
        "avatar": "https:\/\/blog.m9k.space\/user\/userpic@2x.jpg?1769095194"
    },
    "items": [
        {
            "id": "4",
            "url": "https:\/\/blog.m9k.space\/all\/ssh-centos\/",
            "title": "SSH CentOS",
            "content_html": "<p>В templat’e CentOS7 для Proxmox по умолчанию отсутствует SSH.<\/p>\n<blockquote>\n<\/blockquote>\n<pre class=\"e2-text-code\"><code class=\"\">yum -y install openssh-server openssh-clients\r\nchkconfig sshd on\r\nnano \/etc\/ssh\/sshd_config\r\nservice sshd start<\/code><\/pre><p>Проверить:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">netstat -tulpn | grep :22<\/code><\/pre>",
            "date_published": "2020-04-14T11:33:24+00:00",
            "date_modified": "2020-04-16T05:26:25+00:00",
            "_date_published_rfc2822": "Tue, 14 Apr 2020 11:33:24 +0000",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "4",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "system\/library\/highlight\/highlight.js",
                    "system\/library\/highlight\/highlight.css"
                ],
                "og_images": []
            }
        }
    ],
    "_e2_version": 3877,
    "_e2_ua_string": "E2 (v3877; Aegea)"
}