<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenSSH &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/openssh/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Thu, 08 Aug 2019 13:52:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>OpenSSH &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Configuring OpenSSH VPS Server on Linux OS</title>
		<link>https://help.hostry.com/knowledge-base/configuring-openssh-vps-server-on-linux-os/</link>
					<comments>https://help.hostry.com/knowledge-base/configuring-openssh-vps-server-on-linux-os/#respond</comments>
		
		<dc:creator><![CDATA[Paul Harris]]></dc:creator>
		<pubDate>Thu, 08 Aug 2019 11:14:28 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=511</guid>

					<description><![CDATA[OpenSSH server on VPS is the first and main method of access to Linux and FreeBSD server; by default, it is configured quite securely and allows all users to connect to the this system. In the Debian distribution, the root user can only connect using the keys and cannot connect [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>OpenSSH</strong> server on <strong>VPS</strong> is the first and main method of access to Linux and FreeBSD server; by default, it is configured quite securely and allows all users to connect to the this system. </p>



<p>In the Debian distribution, the root user can only connect using the keys and cannot connect using the password. The configuration file itself may contain settings that may be useful to you depending on the situation. Keys DennyUsers and AllowUsers &#8211; Allows you to restrict users and IP from which they can connect. For example, these lines:</p>



<p><code>DennyUsers login<br> AllowUsers "root@15.45.78.5,johnn,anny@78.65.55.0/24"</code></p>



<p>Only root, johnn, anny users can connect. In addition, the root user can only connect with IP<strong> 15.45.78.5 </strong>and anyy from the<strong> 78.65.55.0/24</strong> subnet.</p>



<p>Key Match &#8211; Let&#8217;s redefine some settings and global restrictions for connections that fall under the filter. </p>



<p>For example:</p>



<p><code>PasswordAuthentication no<br> PermitRootLogin no<br> Match Address <strong>1.2.3.4,9.8.7.6 </strong>Host <strong>vps12.hostry.com</strong><br>     PasswordAuthentication <strong>Yes</strong><br>     PermitRootLogin<strong> yes</strong></code></p>



<p>For connections from addresses <strong>1.2.3.4,9.8.7.6</strong> and from the node <strong>vps12.hostry.com</strong> will allow you to use a password</p>



<p><code>X11Forwarding no<br> Match User John Address <strong>172.16.1</strong>.* <br>     X11Forwarding <strong>yes</strong></code></p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/configuring-openssh-vps-server-on-linux-os/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
