<?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>protocol Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/protocol/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 29 Sep 2020 22:00:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Install The Lounge on Ubuntu 20.04. A modern client for IRC.</title>
		<link>https://www.osradar.com/install-the-lounge-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/install-the-lounge-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 01 Oct 2020 03:04:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[modern]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[The Lounge]]></category>
		<category><![CDATA[TheLounge]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=10660</guid>

					<description><![CDATA[<p>Hello, friends. Believe it or not, IRC is not dead. It&#8217;s still widely used. That&#8217;s why in this post we&#8217;ll show you how to install The Lounge on Ubuntu 20.04 First of all, it is important to remember that it is IRC. Internet Relay Chat is a real-time communications protocol. Using IRC, users should not [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-lounge-ubuntu-20-04/">Install The Lounge on Ubuntu 20.04. A modern client for IRC.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello, friends. Believe it or not, IRC is not dead. It&#8217;s still widely used. That&#8217;s why in this post we&#8217;ll show you <strong>how to install The Lounge on Ubuntu 20.04</strong></p>
<p>First of all, it is important to remember that it is IRC. Internet Relay Chat is a real-time communications protocol. Using IRC, users should not establish <a href="https://www.osradar.com/enjoy-discord-on-linux/" rel="noopener">communication</a> beforehand, so that all users on a channel can communicate with each other, even if they have had no previous contact. Widely used for discussions and technical support of many open source projects.</p>
<p><a href="https://thelounge.chat/" rel="noopener">The lounge</a> is a <strong>web-based IRC client</strong>. It has many modern features such as push notifications. Besides being open source, <strong>it is also cross-platform because it can be installed on various operating systems such as Windows, Linux or Mac OS</strong>. On the other hand, the application has a new responsive graphical interface, which makes it ideal for daily use, all this without sacrificing performance.</p>
<p>So, let us start.</p>
<h2>1.- Upgrade the system</h2>
<p>This is an essential step if you want to keep your operating system stable and robust. Therefore, it is always advisable to do it frequently.</p>
<p>Open a terminal and run the following command:</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<p>Upgrading the system is important because you will install all the necessary security patches to improve system security. Above all in a production machine.</p>
<h2>2.- Install Node.js</h2>
<p>The next step to install this modern IRC client is to have <a href="https://nodejs.org/" rel="noopener">node.js</a> installed. The Lounge is built with web technologies, and part of those technologies includes node.js.</p>
<p>The application requires at least version 6.</p>
<p>So, in this post, you will learn to <a href="https://www.osradar.com/how-to-install-node-js-on-ubuntu-20-04/" target="_blank" rel="noopener noreferrer">install node.js on Ubuntu 20.04.</a></p>
<h2>3.- Install YARN</h2>
<p><a href="https://yarnpkg.com/en/" rel="noopener">YARN</a> is dependency management that focuses on speed, reliability, and security. Using YARN we will be able to install the latest stable version of The Lounge in an easy way.</p>
<p>So, run these commands:</p>
<pre class="">:~$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -<br>OK
:~$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list</pre>
<p>Next, install it.</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt install yarn</pre>
<p>So, Node.js and YARN are correctly installed.</p>
<h2>4.- Getting The Lounge on Ubuntu 20.04</h2>
<p>Now it&#8217;s your turn to install The Lounge, so use YARN.</p>
<pre class="">:~$ sudo yarn global add thelounge</pre>
<p>Once you have finished the installation process run The Lounge with this command:</p>
<pre class="">:~$ thelounge start</pre>
<p>Then, you will see this.</p>
<figure id="attachment_24089" aria-describedby="caption-attachment-24089" style="width: 1074px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-24089 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/2-19.png" alt="1.- Start The Lounge application" width="1074" height="213" srcset="https://www.osradar.com/wp-content/uploads/2019/02/2-19.png 1074w, https://www.osradar.com/wp-content/uploads/2019/02/2-19-300x59.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/2-19-1024x203.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/2-19-768x152.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/2-19-696x138.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/2-19-1068x212.png 1068w" sizes="(max-width: 1074px) 100vw, 1074px" /><figcaption id="caption-attachment-24089" class="wp-caption-text">1.- Start The Lounge application</figcaption></figure>
<p>After that, open your web browser and go to <code>http://localhost:9000/</code> or <code>http://SERVER_IP:9000</code>.</p>
<figure id="attachment_24090" aria-describedby="caption-attachment-24090" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-24090 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge.png" alt="The Lounge main screen" width="1366" height="630" srcset="https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge-300x138.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge-1024x472.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge-768x354.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge-696x321.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge-1068x493.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-24090" class="wp-caption-text">The Lounge main screen</figcaption></figure>
<h2>5.- Create a new user for the Lounge</h2>
<p>Now in order to enjoy The Lounge, it is necessary to create a new user. Stop, go to the terminal, and press CTRL + C to end the execution of The Lounge. And type the following.</p>
<pre class="">:~$ thelounge add angelo</pre>
<figure id="attachment_24091" aria-describedby="caption-attachment-24091" style="width: 1074px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-24091 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/2-20.png" alt="Adding a new user fo The Lounge" width="1074" height="213" srcset="https://www.osradar.com/wp-content/uploads/2019/02/2-20.png 1074w, https://www.osradar.com/wp-content/uploads/2019/02/2-20-300x59.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/2-20-1024x203.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/2-20-768x152.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/2-20-696x138.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/2-20-1068x212.png 1068w" sizes="(max-width: 1074px) 100vw, 1074px" /><figcaption id="caption-attachment-24091" class="wp-caption-text">Adding a new user fo The Lounge</figcaption></figure>
<p>This command will create the <em>angelo</em> user and then you will be prompted to create the password and an option about the logs.</p>
<p>Start The Lounge again:</p>
<pre class="">:~$ thelounge start</pre>
<p>And come back to the web browser, and log in. You will see this:</p>
<figure id="attachment_10670" aria-describedby="caption-attachment-10670" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-10670 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/8-7.png" alt="IRC options" width="1366" height="670" srcset="https://www.osradar.com/wp-content/uploads/2019/02/8-7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-1068x524.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-856x420.png 856w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10670" class="wp-caption-text">IRC options</figcaption></figure>
<p>On the previous screen, you will see the IRC options. You will be able to configure the nickname, the server, and the channel to use. Once you have done it, you can click on the connect button.</p>
<figure id="attachment_10671" aria-describedby="caption-attachment-10671" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-10671 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/9-7.png" alt="The Lounge on Ubuntu 20.04" width="1366" height="670" srcset="https://www.osradar.com/wp-content/uploads/2019/02/9-7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-1068x524.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-856x420.png 856w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10671" class="wp-caption-text">The Lounge on Ubuntu 20.04</figcaption></figure>
<p>So, that is it.</p>
<h2>Conclusion</h2>
<p>The Lounge is a modern IRC client that comes to return faith in this protocol that allows people to discuss and interact for common purposes. Its installation is within the reach of a few commands and its use is well worth it.</p>
<p>Share this article with your friends. And join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram Channel</a>. Also, you can buy us some coffees.</p>
<p></p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-lounge-ubuntu-20-04/">Install The Lounge on Ubuntu 20.04. A modern client for IRC.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-the-lounge-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to enable SSH on Ubuntu 18.04?</title>
		<link>https://www.osradar.com/how-to-enable-ssh-on-ubuntu-18-04/</link>
					<comments>https://www.osradar.com/how-to-enable-ssh-on-ubuntu-18-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 05 Oct 2018 22:30:59 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6240</guid>

					<description><![CDATA[<p>For reasons of data security and technological equipment, physical access to information servers is restricted. Therefore, to access them you must use tools that allow remote access to them. With this in mind, it&#8217;s a good idea to enable SSH on your server. SSH, or Secure Shell, is a remote administration protocol that allows users [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-enable-ssh-on-ubuntu-18-04/">How to enable SSH on Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For reasons of data security and technological equipment, physical access to information servers is restricted. Therefore, to access them you must use tools that allow remote access to them. With this in mind, it&#8217;s a good idea to enable <strong>SSH</strong> on your server.</p>
<p>SSH, or Secure Shell, is a remote administration protocol that allows users to control and modify their remote servers over the Internet or on a LAN. One of its main characteristics is that it encrypts the connection session, making it impossible for anyone to obtain non-encrypted passwords. The port SSH uses is 22.</p>
<h2>SSH and the importance of encryption</h2>
<p>Many people don&#8217;t take the time to learn or use security tools. Fortunately SSH performs this whole process without the user taking sides on it, however, it is convenient to learn a little about it.</p>
<p>By default, the SSH operates on <strong>TCP port 22</strong>. The protocol then initiates communications to authenticate the client, ensuring that opening the connection is possible only if verification is successful. These credentials pass securely through the symmetrically encrypted tunnel, so there is no chance that they will be captured by a third party.</p>
<p>Once these credentials are confirmed, the server starts the connection process. First, it performs session encryption negotiation, in which they basically choose which encryption protocol will be used, and user authentication as such.</p>
<p>The objective is not to give you a <a href="https://www.osradar.com/subgraph-os-ultimate-security-guaranteed/">security</a> and encryption class, but to serve as a brief notion about SSH. And that you can understand that security when it comes to access to servers is of vital importance.</p>
<h2>Install SSH on Ubuntu 18.04</h2>
<p>In the first place, it is necessary to install the SSH package. It is available from Ubuntu&#8217;s official repositories and you won&#8217;t have to do much more. run:</p>
<pre class="">:~$ sudo apt install ssh</pre>
<p><figure id="attachment_6241" aria-describedby="caption-attachment-6241" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6241" src="https://www.osradar.com/wp-content/uploads/2018/10/1-4.png" alt="1.- Installing the SSH package" width="800" height="600" srcset="https://www.osradar.com/wp-content/uploads/2018/10/1-4.png 800w, https://www.osradar.com/wp-content/uploads/2018/10/1-4-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/1-4-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/1-4-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/10/1-4-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2018/10/1-4-696x522.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/1-4-560x420.png 560w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6241" class="wp-caption-text">1.- Installing the SSH package</figcaption></figure></p>
<p>Ubuntu by default will activate the SSH service, but it is always convenient to check. Run:</p>
<pre class="">:~$ sudo systemctl status ssh</pre>
<p><figure id="attachment_6242" aria-describedby="caption-attachment-6242" style="width: 800px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6242" src="https://www.osradar.com/wp-content/uploads/2018/10/2-4.png" alt="2.- Checking the service status" width="800" height="600" srcset="https://www.osradar.com/wp-content/uploads/2018/10/2-4.png 800w, https://www.osradar.com/wp-content/uploads/2018/10/2-4-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/2-4-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/2-4-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/10/2-4-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2018/10/2-4-696x522.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/2-4-560x420.png 560w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption id="caption-attachment-6242" class="wp-caption-text">2.- Checking the service status</figcaption></figure></p>
<p>As you can see in the image, the service is running correctly.</p>
<p>Now you can use another computer to remotely access the server.</p>
<h2>Using SSH</h2>
<p>To access the server remotely, it&#8217;s really simple. The nomenclature of the command is <code>ssh user@server</code>. On the server, you can enter the IP address or the domain. For example:</p>
<pre class="">:~$ ssh angelo@192.168.1.1
or
:~$ ssh angelo@osradar.local.com</pre>
<p>In both cases, you will attempt access. Presumably, if the firewall has blocked port 22 on the server, the connection will be denied.</p>
<p><figure id="attachment_6243" aria-describedby="caption-attachment-6243" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6243" src="https://www.osradar.com/wp-content/uploads/2018/10/3-4.png" alt="3.- Getting access to a server thanks to SSH" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/3-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/3-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/3-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/3-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/3-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/3-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/3-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6243" class="wp-caption-text">3.- Getting access to a server thanks to SSH</figcaption></figure></p>
<p>And that&#8217;s it, this will give you access to the server.</p>
<h2>A little more security for SSH</h2>
<p>Although SSH is a very secure protocol that receives constant security updates, it is possible to make certain configurations to increase its reliability. Run:</p>
<pre class="">:~$ sudo nano /etc/ssh/sshd_config</pre>
<p><figure id="attachment_6245" aria-describedby="caption-attachment-6245" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6245" src="https://www.osradar.com/wp-content/uploads/2018/10/4-4.png" alt="4.- SSH configuration file" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/4-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/4-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/4-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/4-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/4-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/4-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/4-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6245" class="wp-caption-text">4.- SSH configuration file</figcaption></figure></p>
<p>In this file, you will have many options to configure. Everything will depend on your preferences and your needs.</p>
<p>It&#8217;s always a good idea to change the port SSH uses. We all know that the default port is 22.</p>
<p><figure id="attachment_6246" aria-describedby="caption-attachment-6246" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6246" src="https://www.osradar.com/wp-content/uploads/2018/10/5-5.png" alt="5.- Changing the default port" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/5-5.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/5-5-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/5-5-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/5-5-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/5-5-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/5-5-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/5-5-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6246" class="wp-caption-text">5.- Changing the default port</figcaption></figure></p>
<p>Another thing you can modify is the time the user has to log in. Look in the <em>Authentication</em> section for the <em>LoginGraceTime</em> entry.</p>
<p><figure id="attachment_6247" aria-describedby="caption-attachment-6247" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6247" src="https://www.osradar.com/wp-content/uploads/2018/10/6-3.png" alt="6.- Changing the LoginGraceTime" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/6-3.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/6-3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/6-3-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/6-3-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/6-3-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/6-3-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/6-3-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6247" class="wp-caption-text">6.- Changing the LoginGraceTime</figcaption></figure></p>
<p>It is equally important to disable access to the root user. Doing so will ensure that the root cannot be invoked remotely and thus greatly improve security. Go to <em>PermitRootLogin</em> and type <em>no</em>.</p>
<p><figure id="attachment_6248" aria-describedby="caption-attachment-6248" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6248" src="https://www.osradar.com/wp-content/uploads/2018/10/7-2.png" alt="7.- Disabling the root login via SSH" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/7-2.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/7-2-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/7-2-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/7-2-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/7-2-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/7-2-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/7-2-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6248" class="wp-caption-text">7.- Disabling the root login via SSH</figcaption></figure></p>
<p>In addition, you can limit the number of attempts allowed. If a person knows his user and password he won&#8217;t need many attempts. On <em>MaxAuthTries</em> define the number you want.</p>
<p><figure id="attachment_6249" aria-describedby="caption-attachment-6249" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6249" src="https://www.osradar.com/wp-content/uploads/2018/10/8-2.png" alt="8.- Changing the LoginAuthTries" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/8-2.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/8-2-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/8-2-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/8-2-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/8-2-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/8-2-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/8-2-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6249" class="wp-caption-text">8.- Changing the LoginAuthTries</figcaption></figure></p>
<h2>Enable SSH on Ubuntu 18.04</h2>
<p>Finally, you have to manipulate the SSH service. If you want to stop it:</p>
<pre class="">:~$ sudo systemctl stop ssh</pre>
<p>To enable it and get it to start along with the system.</p>
<pre class="">:~$ sudo systemctl enable ssh</pre>
<p>and finally, if you want to start it:</p>
<pre class="">:~$ sudo systemctl start ssh</pre>
<p><figure id="attachment_6250" aria-describedby="caption-attachment-6250" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6250" src="https://www.osradar.com/wp-content/uploads/2018/10/9-2.png" alt="9.- Enable SSH on Ubuntu" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/9-2.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/9-2-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/9-2-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/9-2-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/9-2-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/9-2-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/9-2-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6250" class="wp-caption-text">9.- Enable SSH on Ubuntu</figcaption></figure></p>
<p>The use of SSH is simple but very powerful and becomes the most commonly used protocol to remotely access servers that are not physically available.</p>
<p>We want to read you, have you used SSH? Do you know any tricks? Do you enable SSH on your system? Tell us in the comments</p>
<p>Please spread this article through your social networks.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-enable-ssh-on-ubuntu-18-04/">How to enable SSH on Ubuntu 18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-enable-ssh-on-ubuntu-18-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
