<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>M9K blog: заметки с тегом CentOS linux ssh</title>
<link>https://blog.m9k.space/tags/centos-linux-ssh/</link>
<description>Заметки обо всём: devops, lifestyle, культура.</description>
<author>M</author>
<language>ru</language>
<generator>E2 (v3877; Aegea)</generator>

<itunes:owner>
<itunes:name>M</itunes:name>
<itunes:email></itunes:email>
</itunes:owner>
<itunes:subtitle>Заметки обо всём: devops, lifestyle, культура.</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>SSH CentOS</title>
<guid isPermaLink="false">4</guid>
<link>https://blog.m9k.space/all/ssh-centos/</link>
<pubDate>Tue, 14 Apr 2020 11:33:24 +0000</pubDate>
<author>M</author>
<comments>https://blog.m9k.space/all/ssh-centos/</comments>
<description>
&lt;p&gt;В templat’e CentOS7 для Proxmox по умолчанию отсутствует SSH.&lt;/p&gt;
&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;yum -y install openssh-server openssh-clients
chkconfig sshd on
nano /etc/ssh/sshd_config
service sshd start&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Проверить:&lt;/p&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;netstat -tulpn | grep :22&lt;/code&gt;&lt;/pre&gt;</description>
</item>


</channel>
</rss>