<?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>SSH Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 27 Feb 2023 11:59:24 +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>How to configure SSH in Windows 11</title>
		<link>https://www.osradar.com/how-to-configure-ssh-in-windows-11/</link>
					<comments>https://www.osradar.com/how-to-configure-ssh-in-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Mon, 27 Feb 2023 11:59:22 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[windows 11]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=38283</guid>

					<description><![CDATA[<p>Hello! We are going to explain what SSH is and how you can configure it on your Windows 11 PC or laptop. It is a tool mainly intended for system administrators. Therefore, it is not recommended for home users. Indeed, they have simpler alternatives. However, it is worth knowing the scope of this tool. We [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-configure-ssh-in-windows-11/">How to configure SSH in Windows 11</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! We are going to explain what SSH is and how you can configure it on your Windows 11 PC or laptop. It is a tool mainly intended for system administrators. Therefore, it is not recommended for home users. Indeed, they have simpler alternatives. However, it is worth knowing the scope of this tool. We will start the article by explaining in a brief but understandable way what exactly is this protocol to connect two computers. And then, we will go on to tell you how you can configure it for use on your Windows 11 computer.</p>



<h2>What is SSH</h2>



<p>SSH, or Secure Shell, is a protocol used to connect two computers together wirelessly. With this in mind, set up remote access through a secure channel. In this channel, information travels encrypted between computers. In addition to the protocol, SSH is also the name of the program that implements it.</p>



<p>Therefore, it is a kind of remote access to be able to exchange files between computers. In other words, it is a technology similar to other protocols such as FTP and Telnet. However, as we have already pointed out, it is more focused on system administrators. At user level, you have other simpler alternatives such as remote desktops or clouds for file sharing.</p>



<p>In addition to connecting computers and exchanging files, it also allows you to securely copy data from a computer to an external client that has connected using RSA keys. These are more secure than login passwords. You can also simulate encrypted FTP sessions in order to exchange them.</p>



<p>In its favor is the fact that it is a very versatile protocol. In fact, it allows you to connect to the computer you configure as a server both from an internal network and remotely. Indeed, you are not dependent on them sharing the same network or being close to each other. However, to have this freedom in the connection between computers, you first need to configure one as an SSH server. After that, you will be able to connect to it from other devices.</p>



<h3>Disadvantages</h3>



<p>On the downside is that, being designed for professional environments. It is certainly a bit complex to use. A user without a lot of computer knowledge might be intimidated by it. Because in the end, the quickest and easiest thing to do if you don&#8217;t have much of an idea is to simply set up a remote desktop. Another simple option is to share files in the cloud to access them from any computer.</p>



<p>Nowadays, you will be able to use SSH from virtually any computer, regardless of its operating system. This is because it is a function that is implemented mainly through multiple third-party applications. Some of them are complex and require the use of the command line. However, we will try to make it as easy as possible for you.</p>



<h2>How to configure SSH in Windows 11</h2>



<p>To configure SSH in Windows 11, you have to activate a computer as a server. With this in mind, turn on the PC where you are going to have the data you want to access from other computers. Next, open the Start menu and type <em>services.msc</em>. Finally, click on the <strong>Services </strong>application will appear to open it. Next we will see how to configure SSH in Windows 11.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="779" src="https://www.osradar.com/wp-content/uploads/2023/02/ssh-1-1024x779.png" alt="" class="wp-image-38285" srcset="https://www.osradar.com/wp-content/uploads/2023/02/ssh-1-1024x779.png 1024w, https://www.osradar.com/wp-content/uploads/2023/02/ssh-1-300x228.png 300w, https://www.osradar.com/wp-content/uploads/2023/02/ssh-1-768x584.png 768w, https://www.osradar.com/wp-content/uploads/2023/02/ssh-1-696x530.png 696w, https://www.osradar.com/wp-content/uploads/2023/02/ssh-1-1068x813.png 1068w, https://www.osradar.com/wp-content/uploads/2023/02/ssh-1.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>This will take you to the Windows services window. In it, you have a list of services, and in it, you have to right-click on the <strong>OpenSSH SSH Server </strong>service. In the pop-up menu, you can do two things: click on <strong>Start </strong>to simply launch the SSH server, or click on Properties to be able to configure it.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="982" height="825" src="https://www.osradar.com/wp-content/uploads/2023/02/ssh2.png" alt="" class="wp-image-38286" srcset="https://www.osradar.com/wp-content/uploads/2023/02/ssh2.png 982w, https://www.osradar.com/wp-content/uploads/2023/02/ssh2-300x252.png 300w, https://www.osradar.com/wp-content/uploads/2023/02/ssh2-768x645.png 768w, https://www.osradar.com/wp-content/uploads/2023/02/ssh2-696x585.png 696w" sizes="(max-width: 982px) 100vw, 982px" /></figure>



<p>Now, launch the Windows Terminal application. In this console, as if logging in as administrator, type the command:</p>



<pre class="wp-block-preformatted">New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH Server (sshd)' -Service sshd -Enabled True -Direction Inbound -Protocol TCP -Action Allow -Profile Domain.</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="577" src="https://www.osradar.com/wp-content/uploads/2023/02/ssh3-1024x577.png" alt="" class="wp-image-38287" srcset="https://www.osradar.com/wp-content/uploads/2023/02/ssh3-1024x577.png 1024w, https://www.osradar.com/wp-content/uploads/2023/02/ssh3-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2023/02/ssh3-768x433.png 768w, https://www.osradar.com/wp-content/uploads/2023/02/ssh3-696x392.png 696w, https://www.osradar.com/wp-content/uploads/2023/02/ssh3-1068x602.png 1068w, https://www.osradar.com/wp-content/uploads/2023/02/ssh3.png 1115w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>When you do this, you will have enabled everything necessary and opened port 22 to be able to access this computer with an SSH client from outside your home network. The last step will be to find out and write down the IP of this computer. This is something simple that you can do from a simple website like <a href="http://ipinfo.io/ip" target="_blank" rel="noreferrer noopener">ipinfo.io/ip</a>.</p>



<h2>Configuring the client machine</h2>



<p>Now, go to the computer from which you want to connect to the one you have configured as a server. You will need to download a SHH client to it. We will use a program called PuTTY that you can get from <a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html" target="_blank" rel="noreferrer noopener">here</a>. Download its installer for your version of Windows and install it.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="724" src="https://www.osradar.com/wp-content/uploads/2023/02/ssh4-1024x724.png" alt="" class="wp-image-38288" srcset="https://www.osradar.com/wp-content/uploads/2023/02/ssh4-1024x724.png 1024w, https://www.osradar.com/wp-content/uploads/2023/02/ssh4-300x212.png 300w, https://www.osradar.com/wp-content/uploads/2023/02/ssh4-768x543.png 768w, https://www.osradar.com/wp-content/uploads/2023/02/ssh4-696x492.png 696w, https://www.osradar.com/wp-content/uploads/2023/02/ssh4-1068x755.png 1068w, https://www.osradar.com/wp-content/uploads/2023/02/ssh4.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>The installation process is simple and clean, without adware or anything complicated. You only have to choose the destination folder or if you want shortcuts, and it will not try to put any application you don&#8217;t want.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="452" height="442" src="https://www.osradar.com/wp-content/uploads/2023/02/ssh5.png" alt="" class="wp-image-38289" srcset="https://www.osradar.com/wp-content/uploads/2023/02/ssh5.png 452w, https://www.osradar.com/wp-content/uploads/2023/02/ssh5-300x293.png 300w" sizes="(max-width: 452px) 100vw, 452px" /></figure>



<p>And once you have installed it, using <a href="https://www.osradar.com/manages-ssh-connections-from-windows-10-with-putty/" target="_blank" rel="noreferrer noopener">PuTTy</a> is easy. Just type the IP address where it says Host Name and click on the Open button, indicating first that it is an SSH. If you want, you can click on the Save button to save this address and session. On the other hand, if you are an advanced user, this tool will offer you dozens of options.</p>



<h2>Some useful Putty commands</h2>



<p>Below is a list of the main commands:</p>



<ul><li><strong>Special Command</strong>: allows executing directly a series of common commands on the working machine. This option can appear, or not, depending on the machine connected.</li><li><strong>Event Log</strong>: It shows a record that details all the processes and data generated in the connection.</li><li><strong>New Session</strong>:Allows you to return to the main screen of the program to create a new connection to the same or another server with different parameters.</li><li><strong>Restart Session</strong>: Close the open session and restart it to start working with it from the login.</li><li><strong>Duplicate Session</strong>: It will create a duplicate of the current session.</li><li><strong>Saved Sessions</strong>: This is direct access to the sessions saved in the program, along with its preferences.</li><li><strong>Change Settings</strong>: Allows you to change some parameters of the current session settings.</li><li><strong>Copy All to Clipboard</strong>: Copies the entire contents of the program’s buffer to the Windows clipboard.</li><li><strong>Clear Scrollback</strong>: It is equivalent to use the CLS or clear function. That is, it cleans the screen but does not clear the buffer.</li><li><strong>Reset Terminal</strong>:&nbsp;Re-start the session completely, starting from scratch. Clears the screen and the buffer.</li><li><strong>Full Screen</strong>: Converts the console to full screen, and pressing Alt+Enter returns it to its normal state.</li></ul>



<p>Very well, this way we have seen how to configure SSH in Windows 11. See you soon!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-configure-ssh-in-windows-11/">How to configure SSH in Windows 11</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-configure-ssh-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to upgrade from Debian 10 to Debian 11</title>
		<link>https://www.osradar.com/how-to-upgrade-from-debian-10-to-debian-11/</link>
					<comments>https://www.osradar.com/how-to-upgrade-from-debian-10-to-debian-11/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 08 Apr 2021 23:29:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[SSH]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29405</guid>

					<description><![CDATA[<p>Hello, friends. In this post, you will learn how to upgrade from Debian 10 to Debian 11 whose stable release is coming soon. Debian 11 is the newest release of Debian which will include advanced packages and a huge number of improvements. Many users will do a system reinstall but we will rely on the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-upgrade-from-debian-10-to-debian-11/">How to upgrade from Debian 10 to Debian 11</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. In this post, you will learn how to upgrade from Debian 10 to Debian 11 whose stable release is coming soon.</p>



<p>Debian 11 is the newest release of Debian which will include advanced packages and a huge number of improvements. Many users will do a system reinstall but we will rely on the power of Debian to do an upgrade from APT.</p>



<p>To do this we need to do some preliminary steps to ensure that the whole process is done correctly</p>



<h2 id="...before-starting-the-process"><a href="#...before-starting-the-process" name="...before-starting-the-process"></a>…before starting the process</h2>



<p>Before upgrading your system, <strong>it is strongly recommended that you make a full backup</strong>, or at least back up any data or configuration information you can’t afford to lose. Although the process is quite safe, it never hurts to prevent any problems.</p>



<p>Also, it is necessary that you <strong>remove any external repositories you have on the system</strong> and any <strong>packages that are not distributed by Debian</strong>. This will make the process even more reliable and avoid compatibility problems.</p>



<p>Remember that during the process some services will be interrupted so be prepared for that.</p>



<h2 id="upgrade-from-debian-10-to-debian-11"><a href="#upgrade-from-debian-10-to-debian-11" name="upgrade-from-debian-10-to-debian-11"></a>Upgrade from Debian 10 to Debian 11</h2>



<p>Now edit the <code>sources.list</code> file containing the Debian repositories.</p>



<pre class="wp-block-preformatted">sudo nano /etc/apt/sources.list</pre>



<p>And leave the list of repositories as follows:</p>



<pre class="wp-block-preformatted">deb http://deb.debian.org/debian bullseye main contrib non-free
deb http://deb.debian.org/debian bullseye-updates main contrib non-free
deb http://security.debian.org/ bullseye-security main contrib non-free</pre>



<p>However, if you have never used the <code>contrib</code> and <code>non-free</code> repositories, you can remove them.</p>



<p>Save your changes and close the text editor.</p>



<p>Then, refresh <a href="https://www.osradar.com/apt-the-ubuntu-package-manager/" target="_blank" rel="noreferrer noopener">APT</a>.</p>



<pre class="wp-block-preformatted">sudo apt update</pre>



<p>And perform a mass upgrade of the system with the command</p>



<pre class="wp-block-preformatted">sudo apt full-upgrade</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="536" src="https://www.osradar.com/wp-content/uploads/2021/04/1-3-1024x536.png" alt="1.- Upgrade from Debian 10 to Debian 11" class="wp-image-29424" srcset="https://www.osradar.com/wp-content/uploads/2021/04/1-3-1024x536.png 1024w, https://www.osradar.com/wp-content/uploads/2021/04/1-3-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/04/1-3-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/04/1-3-696x364.png 696w, https://www.osradar.com/wp-content/uploads/2021/04/1-3-1068x559.png 1068w, https://www.osradar.com/wp-content/uploads/2021/04/1-3.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Upgrade from Debian 10 to Debian 11</figcaption></figure>



<p>According to the<a href="https://www.debian.org/releases/bullseye/amd64/release-notes/ch-upgrading.en.html" target="_blank" rel="noreferrer noopener"> Debian upgrade documentation</a>, this command:</p>



<blockquote class="wp-block-quote"><p>This will perform a complete upgrade of the system, installing the newest available versions of all packages, and resolving all possible dependency changes between packages in different releases. If necessary, it will install some new packages (usually new library versions, or renamed packages), and remove any conflicting obsoleted packages.</p></blockquote>



<p>During the process, you will notice that you will be prompted to restart the services automatically.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="478" src="https://www.osradar.com/wp-content/uploads/2021/04/2-2-1024x478.png" alt="2.- Services configuration" class="wp-image-29425" srcset="https://www.osradar.com/wp-content/uploads/2021/04/2-2-1024x478.png 1024w, https://www.osradar.com/wp-content/uploads/2021/04/2-2-300x140.png 300w, https://www.osradar.com/wp-content/uploads/2021/04/2-2-768x358.png 768w, https://www.osradar.com/wp-content/uploads/2021/04/2-2-696x325.png 696w, https://www.osradar.com/wp-content/uploads/2021/04/2-2-1068x498.png 1068w, https://www.osradar.com/wp-content/uploads/2021/04/2-2.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Services configuration</figcaption></figure>



<p>And you will be prompted to change the stored password.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="491" src="https://www.osradar.com/wp-content/uploads/2021/04/3-1024x491.png" alt="3.- Configuring base-passwd" class="wp-image-29426" srcset="https://www.osradar.com/wp-content/uploads/2021/04/3-1024x491.png 1024w, https://www.osradar.com/wp-content/uploads/2021/04/3-300x144.png 300w, https://www.osradar.com/wp-content/uploads/2021/04/3-768x369.png 768w, https://www.osradar.com/wp-content/uploads/2021/04/3-696x334.png 696w, https://www.osradar.com/wp-content/uploads/2021/04/3-1068x512.png 1068w, https://www.osradar.com/wp-content/uploads/2021/04/3.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Configuring base-passwd</figcaption></figure>



<p>Also if you are in an <a href="https://www.osradar.com/install-snowflake-ssh-client-ubuntu-20-04/" target="_blank" rel="noreferrer noopener">SSH session</a>, you will be asked if you want to update the service configuration file or keep it.</p>



<p>In the end, reboot the system.</p>



<p>And check the changes with <a href="https://www.osradar.com/install-neofetch-screenfetch-centos-8/" target="_blank" rel="noreferrer noopener">Neofetch</a>, for example.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="911" height="347" src="https://www.osradar.com/wp-content/uploads/2021/04/4.png" alt="4.- Debian 11 installed" class="wp-image-29423" srcset="https://www.osradar.com/wp-content/uploads/2021/04/4.png 911w, https://www.osradar.com/wp-content/uploads/2021/04/4-300x114.png 300w, https://www.osradar.com/wp-content/uploads/2021/04/4-768x293.png 768w, https://www.osradar.com/wp-content/uploads/2021/04/4-696x265.png 696w" sizes="(max-width: 911px) 100vw, 911px" /><figcaption>4.- Debian 11 installed</figcaption></figure>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>The process of upgrading from Debian 10 to Debian 11 is not that complex. But it can always give a problem so it is recommended to be prepared for any unfortunate case. So, enjoy it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-upgrade-from-debian-10-to-debian-11/">How to upgrade from Debian 10 to Debian 11</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-upgrade-from-debian-10-to-debian-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to connect to remote servers and PCs with KiTTY.</title>
		<link>https://www.osradar.com/how-to-connect-to-remote-servers-and-pcs-with-kitty/</link>
					<comments>https://www.osradar.com/how-to-connect-to-remote-servers-and-pcs-with-kitty/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Tue, 26 Jan 2021 22:04:00 +0000</pubDate>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[KiTTY]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[windows kitty]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27974</guid>

					<description><![CDATA[<p>Hello! Internet is a basic element when turning on the computer. Indeed, we use multiple programs for online tasks. Whether at home or at work. This time we will talk about a useful tool for any case. KiTTY is a derivative of the popular PuTTY. Which is a Telnet/SSH client. Well, KiTTY maintains those functions [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-connect-to-remote-servers-and-pcs-with-kitty/">How to connect to remote servers and PCs with KiTTY.</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! Internet is a basic element when turning on the computer. Indeed, we use multiple programs for online tasks. Whether at home or at work. This time we will talk about a useful tool for any case. KiTTY is a derivative of the popular <a href="https://www.osradar.com/manages-ssh-connections-from-windows-10-with-putty/" target="_blank" rel="noreferrer noopener">PuTTY. </a>Which is a Telnet/SSH client. Well, KiTTY maintains those functions and incorporates other very interesting ones. Besides offering ease of use. Read on to see how to connect to remote servers and computers with KiTTY.</p>



<h2>What is the purpose of KiTTY ?</h2>



<p>This tool incorporates support for secure connections via HTTP or SOCKS proxy. And it adds default AES encryption for SSH connections. It also supports Blowfish and 3DES encryption algorithms. On the other hand, it uses Telnet. In short, this protocol allows remote access to any computer or server. This process uses terminal commands to remotely manage another computer. Seems a bit complicated? Well, tools such as KiTTY simplify the task.</p>



<p>In order to make this connection, two elements are necessary. First, a remote computer or server that supports Telnet with a user account. And then you need a local client. For example, <a href="http://www.9bis.net/kitty/#!index.md" target="_blank" rel="noreferrer noopener">KiTTY.</a></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="452" height="601" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/01/ki.png" alt="" class="wp-image-27976" srcset="https://www.osradar.com/wp-content/uploads/2021/01/ki.png 452w, https://www.osradar.com/wp-content/uploads/2021/01/ki-226x300.png 226w" sizes="(max-width: 452px) 100vw, 452px" /></figure>



<h2>First steps to use KiTTY to connect to remote computers.</h2>



<p>This is a free and open source program that can be downloaded from <a href="https://www.fosshub.com/KiTTY.html" target="_blank" rel="noreferrer noopener">here.</a> In addition to the installable, there is a portable version. In any case, it offers a very complete interface. Since it is full of options and customizable parameters. With the added advantage that everything is done from a single window. Well, this main window is divided into two sections. The left column shows the different categories and subcategories of the application. Consequently, just click on any of them and the parameters will be displayed in the right panel. In fact, the options range from the functionality to the appearance of the program.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="452" height="601" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/01/ki2.png" alt="KiTTY Control Panel" class="wp-image-27978" srcset="https://www.osradar.com/wp-content/uploads/2021/01/ki2.png 452w, https://www.osradar.com/wp-content/uploads/2021/01/ki2-226x300.png 226w" sizes="(max-width: 452px) 100vw, 452px" /><figcaption>KiTTY Control Panel</figcaption></figure>



<p>Another interesting aspect is that KiTTY is ready to use. That is, with the default configuration, the app is ready to establish connections via Telnet. With this in mind, just click on Session. Then enter the credentials of the server to be connected. In fact, just specify the name of the server, the port to use, and the type of connection to set up. Finally, click on the Open button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="452" height="601" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/01/ki3.png" alt="Setting remote desktop connection parameters in KiTTY." class="wp-image-27980" srcset="https://www.osradar.com/wp-content/uploads/2021/01/ki3.png 452w, https://www.osradar.com/wp-content/uploads/2021/01/ki3-226x300.png 226w" sizes="(max-width: 452px) 100vw, 452px" /><figcaption>Setting remote desktop connection parameters in KiTTY.</figcaption></figure>



<h2>Types of remote connections supported by KiTTY</h2>



<p>KiTTY supports many types of remote connections. Therefore, it is a versatile program. So it allows you to connect to many types of servers. Below we mention them:</p>



<ul><li>Raw</li><li>Telnet</li><li>Rlogin</li><li>SSH</li><li>ADB</li><li>Serial</li></ul>



<h2>KiTTY main features</h2>



<p>As mentioned, this app is packed with features. For example, it is possible to adapt the behavior with each type of connection independently. This is possible through the Connections section. It is also possible to manage a system of passwords and automated commands. In addition, it allows session filtering, running local scripts remotely, etc. It is also possible to manage other . Such as URL hyperlinks and ZModem integration. It even allows you to modify aspects related to the appearance of the program.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="452" height="601" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/01/ki4.png" alt="" class="wp-image-27982" srcset="https://www.osradar.com/wp-content/uploads/2021/01/ki4.png 452w, https://www.osradar.com/wp-content/uploads/2021/01/ki4-226x300.png 226w" sizes="(max-width: 452px) 100vw, 452px" /></figure>



<p>In short, it&#8217;s a very complete program. It allows us to connect to remote servers and PCs with KiTTY. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-connect-to-remote-servers-and-pcs-with-kitty/">How to connect to remote servers and PCs with KiTTY.</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-connect-to-remote-servers-and-pcs-with-kitty/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Manages SSH connections from Windows 10 with PuTTY.</title>
		<link>https://www.osradar.com/manages-ssh-connections-from-windows-10-with-putty/</link>
					<comments>https://www.osradar.com/manages-ssh-connections-from-windows-10-with-putty/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Mon, 30 Nov 2020 22:57:00 +0000</pubDate>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[ssh connections]]></category>
		<category><![CDATA[ssh protocol]]></category>
		<category><![CDATA[windows putty]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=25921</guid>

					<description><![CDATA[<p>Hello! There are many ways to connect remotely to a computer. Indeed, one of the most common is through remote control software. For example, Windows Remote Desktop or TeamViewer. These programs allow you to manage your computer via the Internet. Just as if we were sitting in front of it. Now well, when connecting to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/manages-ssh-connections-from-windows-10-with-putty/">Manages SSH connections from Windows 10 with PuTTY.</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! There are many ways to connect remotely to a computer. Indeed, one of the most common is through remote control software. For example, Windows Remote Desktop or TeamViewer. These programs allow you to manage your computer via the Internet. Just as if we were sitting in front of it. Now well, when connecting to another system such as GNU/ Linux then you must use another tool. For this reason, today we will talk about PuTTY to manage SSH connections in Windows 10.</p>



<h2>PuTTY is a simple and free SSH connections manager in Windows 10</h2>



<p>This is a free, open source software designed to manage the SSH protocol in Windows. Certainly the most recent versions of this system include its own client powered from CMD. It is even possible to use Bash&#8217;s client when configuring the <a href="https://www.osradar.com/how-to-install-and-use-bash-in-windows-10/" target="_blank" rel="noreferrer noopener">Windows Subsystem </a>for Linux. However, PuTTY offers a complete client with a multitude of options.</p>



<h2>How to download PuTTY.</h2>



<p>As mentioned, this software is totally free. Therefore, it can be downloaded for free from this <a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html" target="_blank" rel="noreferrer noopener">link.</a> Downloads for Windows are available for 32 and 64 bits. In addition, you can download the installer in .msi format. A portable binary is also available in .exe format. The latter is ideal for saving to a USB drive. However, if you want to keep data and settings, we recommend the installable version.</p>



<h2>Basic use of PuTTY.</h2>



<p>The main interface of this program is basically a kind of configuration menu. On the left side are all the options offered by the program. Additionally, in the right menu are the different sections. However, the section that interests us most is Session. Since it allows you to connect to a remote server. And consequently be able to manage SSH connections in Windows 10</p>



<h3>How to connect to a server.</h3>



<p>There are three basic elements to connect to a server. These are the IP address, the port to be used and the selected protocol. Changing the protocol will automatically change the port to the one used by that default protocol. However, it is still possible to change it manually. Below the connection data is the session section. There you can save the most common connections and invoke them again at any time. Finally, it is possible to choose what appears when closing the remote connection.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="452" height="442" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/pu.png" alt="" class="wp-image-25936" srcset="https://www.osradar.com/wp-content/uploads/2020/11/pu.png 452w, https://www.osradar.com/wp-content/uploads/2020/11/pu-300x293.png 300w" sizes="(max-width: 452px) 100vw, 452px" /></figure>



<p>Once you have filled in the connection data, please click on Open. Immediately you will be shown the end, you must enter username and password and that&#8217;s it! You are now ready to start controlling a PC remotely.</p>



<h3>PuTTY terminal options</h3>



<p>Once connected to a remote terminal, the only thing we will see is the terminal to enter the corresponding commands. However, the window offers a simple but complete menu of options to control the session. To open it, just click on the icon in the upper left corner.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="689" height="509" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/11/pu2.png" alt="" class="wp-image-25940" srcset="https://www.osradar.com/wp-content/uploads/2020/11/pu2.png 689w, https://www.osradar.com/wp-content/uploads/2020/11/pu2-300x222.png 300w" sizes="(max-width: 689px) 100vw, 689px" /></figure>



<p>Below is a list of the main commands:</p>



<ul><li><strong>Special Command</strong>: allows executing directly a series of common commands on the working machine. This option can appear, or not, depending on the machine connected.</li><li><strong>Event Log</strong>: It shows a record that details all the processes and data generated in the connection.</li><li><strong>New Session</strong>:Allows you to return to the main screen of the program to create a new connection to the same or another server with different parameters.</li><li><strong>Restart Session</strong>: Close the open session and restart it to start working with it from the login.</li><li><strong>Duplicate Session</strong>: It will create a duplicate of the current session.</li><li><strong>Saved Sessions</strong>: This is direct access to the sessions saved in the program, along with its preferences.</li><li><strong>Change Settings</strong>: Allows you to change some parameters of the current session settings.</li><li><strong>Copy All to Clipboard</strong>: Copies the entire contents of the program&#8217;s buffer to the Windows clipboard.</li><li><strong>Clear Scrollback</strong>: It is equivalent to use the CLS or clear function. That is, it cleans the screen but does not clear the buffer.</li><li><strong>Reset Terminal</strong>: Re-start the session completely, starting from scratch. Clears the screen and the buffer.</li><li><strong>Full Screen</strong>: Converts the console to full screen, and pressing Alt+Enter returns it to its normal state.</li></ul>



<p>Ultimately we have taken a look at PuTTY a simple SSH connection manager in Windows. The program is very intuitive. Of course your ability will grow as you use it. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/manages-ssh-connections-from-windows-10-with-putty/">Manages SSH connections from Windows 10 with PuTTY.</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/manages-ssh-connections-from-windows-10-with-putty/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install and use PuTTY on Ubuntu 18.04 / Debian 10</title>
		<link>https://www.osradar.com/install-and-use-putty-ubuntu-18-04-debian-10/</link>
					<comments>https://www.osradar.com/install-and-use-putty-ubuntu-18-04-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 18 Dec 2019 00:01:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16577</guid>

					<description><![CDATA[<p>If you work with SSH connections from windows it is likely that you have installed PuTTY. Well, there is also a version available for Unix systems and binaries for Ubuntu and Debian. Well, in this post, you will learn how to install and use PuTTY on Ubuntu 18.04 and Debian 10. PuTTY is a free [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-and-use-putty-ubuntu-18-04-debian-10/">Install and use PuTTY on Ubuntu 18.04 / Debian 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you work with SSH connections from windows it is likely that you have installed PuTTY. Well, there is also a version available for Unix systems and binaries for Ubuntu and Debian. Well, in this post, you will learn <strong>how to install and use PuTTY on Ubuntu 18.04 and Debian 10.</strong></p>
<p>PuTTY is a free application that allows you to make remote connections to any server or computer. Unlike other more advanced solutions, it does so using SSH and Telnet protocols. It is quite popular in Windows environments, and therefore sometimes forgets that there is version for <a href="https://www.osradar.com/tag/linux/" target="_blank" rel="noopener noreferrer">Linux</a>.</p>
<p>At this point, you may wonder what advantages the use of PuTTY brings over the use of the terminal and the <a href="https://www.osradar.com/tag/ssh/" target="_blank" rel="noopener noreferrer">SSH command</a>. The truth is that with <strong>PuTTY we will have a lot of configurations to customize the connection</strong>. And all those configurations are available from a very simple and friendly graphical interface. So, this makes the job easier.</p>
<p>Recently version 0.73 has been released containing many patches that fix previous bugs. In fact, as indicated on the<a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank" rel="noopener noreferrer"> project website</a>, these bugs brought security problems.<strong> So this version is very safe to use.</strong></p>
<p>So, let us install it and use it.</p>
<h2>Install and use PuTTY on Ubuntu 18.04 / Debian 10</h2>
<p>One of the great advantages of PuTTY is that it is included in the official Ubuntu and Debian repositories. So the installation is a command away.</p>
<p>Then, open a terminal session and execute the following command:</p>
<pre>:~$ sudo apt install putty</pre>
<figure id="attachment_16629" aria-describedby="caption-attachment-16629" style="width: 1103px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16629" src="https://www.osradar.com/wp-content/uploads/2019/12/1-6.png" alt="1.- Install PuTTY on Ubuntu / Debian" width="1103" height="562" srcset="https://www.osradar.com/wp-content/uploads/2019/12/1-6.png 1103w, https://www.osradar.com/wp-content/uploads/2019/12/1-6-300x153.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/1-6-1024x522.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/1-6-768x391.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/1-6-696x355.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/1-6-1068x544.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/1-6-824x420.png 824w" sizes="(max-width: 1103px) 100vw, 1103px" /><figcaption id="caption-attachment-16629" class="wp-caption-text">1.- Install PuTTY on Ubuntu / Debian</figcaption></figure>
<p>In case you are using Debian and do not have sudo enabled, I recommend you read this post:</p>
<p><a href="https://www.osradar.com/how-to-enable-sudo-on-debian-10/" target="_blank" rel="noopener noreferrer">How to enable sudo on Debian 10?</a></p>
<p>When the installation is finished, you can open the application with the following command:</p>
<pre>:~$ putty</pre>
<p>And you will see the following.</p>
<figure id="attachment_16630" aria-describedby="caption-attachment-16630" style="width: 575px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16630" src="https://www.osradar.com/wp-content/uploads/2019/12/2-5.png" alt="2.- Putty on Ubuntu" width="575" height="550" srcset="https://www.osradar.com/wp-content/uploads/2019/12/2-5.png 575w, https://www.osradar.com/wp-content/uploads/2019/12/2-5-300x287.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/2-5-439x420.png 439w" sizes="(max-width: 575px) 100vw, 575px" /><figcaption id="caption-attachment-16630" class="wp-caption-text">2.- Putty on Ubuntu</figcaption></figure>
<p>PuTTY comes with a pretty good default configuration. So to start with a connection at once, just enter the IP address or host you want to access. Then, we establish the port and the protocol. Also in this screen we will be able to save the configured session.</p>
<figure id="attachment_16631" aria-describedby="caption-attachment-16631" style="width: 575px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16631" src="https://www.osradar.com/wp-content/uploads/2019/12/3-6.png" alt="3.- Setting an SSH connection using PuTTY" width="575" height="552" srcset="https://www.osradar.com/wp-content/uploads/2019/12/3-6.png 575w, https://www.osradar.com/wp-content/uploads/2019/12/3-6-300x288.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/3-6-438x420.png 438w" sizes="(max-width: 575px) 100vw, 575px" /><figcaption id="caption-attachment-16631" class="wp-caption-text">3.- Setting an SSH connection using PuTTY</figcaption></figure>
<p>Clicking on Open will start the connection. If it is done for the first time, we will be shown a security warning.</p>
<figure id="attachment_16632" aria-describedby="caption-attachment-16632" style="width: 497px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16632" src="https://www.osradar.com/wp-content/uploads/2019/12/4-4.png" alt="4.- Starting a connection with PuTTY on Ubuntu / Debian" width="497" height="341" srcset="https://www.osradar.com/wp-content/uploads/2019/12/4-4.png 497w, https://www.osradar.com/wp-content/uploads/2019/12/4-4-300x206.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/4-4-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2019/12/4-4-218x150.png 218w" sizes="(max-width: 497px) 100vw, 497px" /><figcaption id="caption-attachment-16632" class="wp-caption-text">4.- Starting a connection with PuTTY on Ubuntu / Debian</figcaption></figure>
<p>Then Xterm will start and you will have to log in. In doing so, you will be able to use the connection.</p>
<figure id="attachment_16633" aria-describedby="caption-attachment-16633" style="width: 651px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16633" src="https://www.osradar.com/wp-content/uploads/2019/12/5-4.png" alt="5.- PuTTY is working" width="651" height="396" srcset="https://www.osradar.com/wp-content/uploads/2019/12/5-4.png 651w, https://www.osradar.com/wp-content/uploads/2019/12/5-4-300x182.png 300w" sizes="(max-width: 651px) 100vw, 651px" /><figcaption id="caption-attachment-16633" class="wp-caption-text">5.- PuTTY is working</figcaption></figure>
<p>As I told you at the beginning, PuTTY&#8217;s strength is its many options to configure. For example, it will look at the keyboard options we can configure.</p>
<figure id="attachment_16634" aria-describedby="caption-attachment-16634" style="width: 575px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16634" src="https://www.osradar.com/wp-content/uploads/2019/12/6-4.png" alt="6.- Keyboard settings" width="575" height="551" srcset="https://www.osradar.com/wp-content/uploads/2019/12/6-4.png 575w, https://www.osradar.com/wp-content/uploads/2019/12/6-4-300x287.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/6-4-438x420.png 438w" sizes="(max-width: 575px) 100vw, 575px" /><figcaption id="caption-attachment-16634" class="wp-caption-text">6.- Keyboard settings</figcaption></figure>
<p>Also, we can use a proxy to make the connection.</p>
<figure id="attachment_16635" aria-describedby="caption-attachment-16635" style="width: 575px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16635" src="https://www.osradar.com/wp-content/uploads/2019/12/7-3.png" alt="7.- Proxy settings on PuTTY" width="575" height="548" srcset="https://www.osradar.com/wp-content/uploads/2019/12/7-3.png 575w, https://www.osradar.com/wp-content/uploads/2019/12/7-3-300x286.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/7-3-441x420.png 441w" sizes="(max-width: 575px) 100vw, 575px" /><figcaption id="caption-attachment-16635" class="wp-caption-text">7.- Proxy settings on PuTTY</figcaption></figure>
<p>It is also possible to configure in depth the connection with the SSH protocol.</p>
<figure id="attachment_16636" aria-describedby="caption-attachment-16636" style="width: 575px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16636" src="https://www.osradar.com/wp-content/uploads/2019/12/8-2.png" alt="8.-SSH options" width="575" height="549" srcset="https://www.osradar.com/wp-content/uploads/2019/12/8-2.png 575w, https://www.osradar.com/wp-content/uploads/2019/12/8-2-300x286.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/8-2-440x420.png 440w" sizes="(max-width: 575px) 100vw, 575px" /><figcaption id="caption-attachment-16636" class="wp-caption-text">8.-SSH options</figcaption></figure>
<p>So, enjoy PuTTY.</p>
<h2>Conclusion</h2>
<p>PuTTY is one of those applications that can become necessary for daily work with SSH. It is light, fast, efficient and with many configuration options that will make it possible to connect to a server with all the ease and flexibility.</p>
<p>The installation is quite simple especially in Linux, so it is better to have it at hand.</p>
<p>Please share this post with your friends.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-and-use-putty-ubuntu-18-04-debian-10/">Install and use PuTTY on Ubuntu 18.04 / Debian 10</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-and-use-putty-ubuntu-18-04-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to enable SSH in Windows Server 2019</title>
		<link>https://www.osradar.com/how-to-enable-ssh-in-windows-server-2019/</link>
					<comments>https://www.osradar.com/how-to-enable-ssh-in-windows-server-2019/#comments</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Tue, 03 Dec 2019 21:49:18 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[ssh client]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[Windows server 2019]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16198</guid>

					<description><![CDATA[<p>Hey, what&#8217;s up? This time we&#8217;re going to talk about enabling SSH on Windows Server 2019. In the previous post, we have talked about different protocols of remote connection via terminal. In fact, we saw how to enable Telnet and SSH in Windows 10 and Windows Server 2016/2019. The security advantage offered by SSH over [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-enable-ssh-in-windows-server-2019/">How to enable SSH in Windows Server 2019</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hey, what&#8217;s up? This time we&#8217;re going to talk about enabling <a href="https://www.ssh.com/ssh/protocol/" target="_blank" rel="noreferrer noopener" aria-label="SSH (opens in a new tab)">SSH</a> on Windows Server 2019. In the previous post, we have talked about different protocols of remote connection via terminal. In fact, we saw how to enable <a rel="noreferrer noopener" aria-label="Telnet (opens in a new tab)" href="https://www.osradar.com/how-to-enable-telnet-on-windows-server-2016-2019/" target="_blank">Telnet</a> and <a rel="noreferrer noopener" aria-label="SSH (opens in a new tab)" href="https://www.osradar.com/how-to-install-an-ssh-client-and-server-in-windows-10/" target="_blank">SSH</a> in Windows 10 and Windows Server 2016/2019. The security advantage offered by SSH over Telnet was also established. As we have seen, the implementation of the SSH protocol in Windows 10 provides a security advantage. Now, we will see how to enable SSH on Windows Server 2019.</p>



<h2>Install SSH Server on Windows Server 2019</h2>



<p>The first thing you have to do is open a PowerShell with administrative privileges. To do this, press the Win+X combination, then add the following command:</p>



<pre class="wp-block-preformatted"> <code>Get-WindowsCapability</code> <code>-Online</code> <code>-Name</code> <code>Open*</code> </pre>



<p>As you can see, the OpenSSH Client and OpenSSH Server packages are available for installation.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/ssh.jpg" alt="OpenSSH Client and OpenSSH Server packages, available for installation." class="wp-image-16206" srcset="https://www.osradar.com/wp-content/uploads/2019/12/ssh.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/ssh-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/ssh-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/ssh-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/ssh-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/ssh-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>OpenSSH Client and OpenSSH Server packages, available for installation.</figcaption></figure>



<p>Next, we&#8217;re going to install the SSH client. With this intention please type the following command in a PowerShell with administrative privileges:</p>



<pre class="wp-block-preformatted"> <code>Add-WindowsCapability</code> <code>-Online</code> <code>-Name</code> <code>OpenSSH.Server~~~~0.0.1.0</code> </pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/ssh2.jpg" alt="Installing the SSH server" class="wp-image-16208" srcset="https://www.osradar.com/wp-content/uploads/2019/12/ssh2.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/ssh2-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/ssh2-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/ssh2-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/ssh2-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/ssh2-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Installing the SSH server</figcaption></figure>



<h2>Check the operation of the SSH server.</h2>



<p>To check the status of the SSH server installation, run the following commands:</p>



<pre class="wp-block-preformatted"> <code>Get-Service</code> <code>sshd</code> 
 <code>Get-Service</code> <code>ssh-agent</code> </pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/ssh3.jpg" alt="Checking SSH server status" class="wp-image-16214" srcset="https://www.osradar.com/wp-content/uploads/2019/12/ssh3.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/ssh3-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/ssh3-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/ssh3-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/ssh3-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/ssh3-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Checking SSH server status</figcaption></figure>



<p>As you can see, the service is stopped. So before you start them, you need to enable them to start with Windows startup. With that intention write the following in the PowerShell:</p>



<pre class="wp-block-preformatted"> <code>Start-Service</code> <code>sshd</code> 
 <code>Start-Service</code> <code>ssh-agent</code> </pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/ssh4.jpg" alt="Starting SSH server services" class="wp-image-16216" srcset="https://www.osradar.com/wp-content/uploads/2019/12/ssh4.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/ssh4-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/ssh4-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/ssh4-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/ssh4-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/ssh4-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Starting SSH server services</figcaption></figure>



<h2>Testing the SSH server</h2>



<p>Once the OpenSSH server is installed and configured in Windows Server, you only need to test it. If you want to know how to use an SSH client in Windows 10, please check <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://www.osradar.com/how-to-install-an-ssh-client-and-server-in-windows-10/" target="_blank">here</a>. Consequently, you only have to open a console from Windows 10 or any device with an SSH client and type the following:</p>



<pre class="wp-block-preformatted"> ssh administrator@PMserver</pre>



<p>Please keep in mind that after the at you must type the name of the server you want to connect to. A warning window will appear, where you have to type Yes and then press Enter. Now, enter the password corresponding to the administrator user.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/sh.jpg" alt="Connecting to the SSH server" class="wp-image-16219" srcset="https://www.osradar.com/wp-content/uploads/2019/12/sh.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/sh-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/sh-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/sh-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/sh-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/sh-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Connecting to the SSH server</figcaption></figure>



<p>After entering the password, the connection is successfully established. Now you can enter any command as if it were physically in front of the server.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/sh2.jpg" alt="OpenSSH client running the command view" class="wp-image-16221" srcset="https://www.osradar.com/wp-content/uploads/2019/12/sh2.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/sh2-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/sh2-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/sh2-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/sh2-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/sh2-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>OpenSSH client running the command view</figcaption></figure>



<h2>Installing the SSH client on Windows Server 2019.</h2>



<p>After configuring the OpenSSH server, we will enable the SSH client. Consequently, we will be able to connect to another SSH server from our Windows Server computer. With this intention, type the following command in a PowerShell with administrative privileges:</p>



<pre class="wp-block-preformatted"> <code>Add-WindowsCapability</code> <code>-Online</code> <code>-Name</code> <code>OpenSSH.Client~~~~0.0.1.0</code></pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/ssh7.jpg" alt="Enabling the OpenSSH client on Windows Server" class="wp-image-16223" srcset="https://www.osradar.com/wp-content/uploads/2019/12/ssh7.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/ssh7-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/ssh7-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/ssh7-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/ssh7-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/ssh7-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Enabling the OpenSSH client on Windows Server</figcaption></figure>



<p>To test the functioning of the client, just type <em>SSH</em>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/ssh8.jpg" alt="Testing SSH Client Functioning" class="wp-image-16225" srcset="https://www.osradar.com/wp-content/uploads/2019/12/ssh8.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/ssh8-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/ssh8-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/ssh8-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/ssh8-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/ssh8-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Testing SSH Client Functioning</figcaption></figure>



<h2>Using the OpenSSH client</h2>



<p>Next, let&#8217;s test the connection by opening a cmd and entering the ssh command, followed by the user name, the @ and the IP address of the server. Then, add the user&#8217;s password and press enter.</p>



<pre class="wp-block-preformatted">ssh coolr@192.168.X.XX</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/ssh9-1.jpg" alt="Add the user name, IP address and password -" class="wp-image-16236" srcset="https://www.osradar.com/wp-content/uploads/2019/12/ssh9-1.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/ssh9-1-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/ssh9-1-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/ssh9-1-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/ssh9-1-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/ssh9-1-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Add the user name, IP address and password &#8211;</figcaption></figure>



<p>Finally, we access a remote computer using the SSH protocol.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/12/ssh10.jpg" alt="OpenSSH client running the DIR command." class="wp-image-16230" srcset="https://www.osradar.com/wp-content/uploads/2019/12/ssh10.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/12/ssh10-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/12/ssh10-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/12/ssh10-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/12/ssh10-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/12/ssh10-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>OpenSSH client running the DIR command.</figcaption></figure>



<p>Finally, we have seen how to enable a client and an SSH server in Windows Server.  Under those circumstances, it is now possible to connect to any OpenSSH server. It is also possible to remotely access our server using this technology. That&#8217;s all for now, I hope you enjoyed this tutorial.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-enable-ssh-in-windows-server-2019/">How to enable SSH in Windows Server 2019</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-in-windows-server-2019/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to install an SSH client and server in Windows 10.</title>
		<link>https://www.osradar.com/how-to-install-an-ssh-client-and-server-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-install-an-ssh-client-and-server-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sun, 01 Dec 2019 01:27:02 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[ssh client]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[ssh terminal]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16135</guid>

					<description><![CDATA[<p>Hello, how are you? In the previous article, we saw how to enable Telnet in Windows Server. This protocol is very useful, but it has a serious security breach. For that reason, we recommend using the SSH connection. It is a remote administration protocol that allows users to control and modify their remote servers over [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-an-ssh-client-and-server-in-windows-10/">How to install an SSH client and server in Windows 10.</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, how are you? In the previous article, we saw how to enable Telnet in Windows Server. This protocol is very useful, but it has a serious security breach. For that reason, we recommend using the SSH connection. It is a remote administration protocol that allows users to control and modify their remote servers over the Internet. To do this, it uses an authentication mechanism. The protocol works by authenticating a remote user and transferring inputs from the client to the host. It then retransmits the output back to the client. But most importantly, the communication is delivered encrypted so the security is much higher than Telnet. In view of the above, let&#8217;s see how to install an SSH client and server in Windows 10.</p>



<h2>Prerequisite</h2>



<p>In order to enjoy all the benefits of this protocol, it is necessary to have a Windows version equal to or greater than 1803.</p>



<h2>Installing the SSH client</h2>



<p>First, let&#8217;s verify the SSH client installation. With this intention, enter in <a href="https://support.microsoft.com/en-us/help/17142/windows-10-find-settings" target="_blank" rel="noreferrer noopener" aria-label="Windows Settings (opens in a new tab)">Windows Settings</a> pressing the combination Win+I. Once there, select <strong>Apps</strong></p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh.jpg" alt="Entering the Apps section" class="wp-image-16138" width="571" height="405" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/11/ssh-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/11/ssh-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/11/ssh-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/11/ssh-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/11/ssh-591x420.jpg 591w" sizes="(max-width: 571px) 100vw, 571px" /><figcaption>Entering the Apps section</figcaption></figure>



<p>Then click on <strong>Optional features</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh2.jpg" alt="Select optional features" class="wp-image-16143" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh2.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/11/ssh2-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/11/ssh2-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/11/ssh2-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/11/ssh2-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/11/ssh2-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Select optional features</figcaption></figure>



<p>In the next window, you will see all the optional functions. Then scroll down to find the <strong>OpenSSH Client</strong>. In this case, the client is already installed, so there is nothing else to do. In case it is not, just click on the install button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh3.jpg" alt="Installing the SSH client" class="wp-image-16146" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh3.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/11/ssh3-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/11/ssh3-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/11/ssh3-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/11/ssh3-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/11/ssh3-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Installing the SSH client</figcaption></figure>



<h2>Add SSH server in Windows 10</h2>



<p>From the previous screen please click on <strong>Add a feature</strong>:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh4.jpg" alt="Adding Features" class="wp-image-16148" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh4.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/11/ssh4-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/11/ssh4-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/11/ssh4-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/11/ssh4-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/11/ssh4-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Adding Features</figcaption></figure>



<p>Now scroll down and select OpenSSH Server. Press install and wait a few seconds while the function is installed. Once the action is executed, please restart the computer to confirm the changes.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh5.jpg" alt="Install the OpenSSH server" class="wp-image-16150" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh5.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/11/ssh5-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/11/ssh5-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/11/ssh5-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/11/ssh5-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/11/ssh5-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Install the OpenSSH server</figcaption></figure>



<h2>Configure OpenSSH Server to start with Windows.</h2>



<p>From now on the client and the SSH server are installed. For the SSH server to be activated every time we start Windows we will have to do the following. Press the Win+R combination and run <em>services.msc</em></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="399" height="208" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh6.jpg" alt="Run services.msc" class="wp-image-16154" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh6.jpg 399w, https://www.osradar.com/wp-content/uploads/2019/11/ssh6-300x156.jpg 300w" sizes="(max-width: 399px) 100vw, 399px" /><figcaption>Run services.msc</figcaption></figure>



<p>Then scroll down and select <strong>OpenSSH SSH Serve</strong>r and<strong> OpenSSH Authentication Agent</strong>:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh7.jpg" alt="Select the two SSH services" class="wp-image-16156" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh7.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/11/ssh7-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/11/ssh7-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/11/ssh7-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/11/ssh7-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/11/ssh7-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Select the two SSH services</figcaption></figure>



<p>Now what we are going to do is to activate them so that they start every time you start Windows. With that intention double-click on <strong>OpenSSH Authentication Agent</strong> and in the startup type select<em> Automatic</em>. Then press Apply and finally accept.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="406" height="468" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh8-1.jpg" alt="Setting the automatic startup of OpenSSH Authentication Agent " class="wp-image-16160" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh8-1.jpg 406w, https://www.osradar.com/wp-content/uploads/2019/11/ssh8-1-260x300.jpg 260w, https://www.osradar.com/wp-content/uploads/2019/11/ssh8-1-364x420.jpg 364w" sizes="(max-width: 406px) 100vw, 406px" /><figcaption> <em>Setting the automatic startup of OpenSSH Authentication Agent </em> </figcaption></figure>



<p>We will repeat this procedure with the  <strong>OpenSHH SSH Server</strong> Service</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="406" height="468" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh9.jpg" alt=" Setting the automatic startup of  OpenSHH SSH Server " class="wp-image-16159" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh9.jpg 406w, https://www.osradar.com/wp-content/uploads/2019/11/ssh9-260x300.jpg 260w, https://www.osradar.com/wp-content/uploads/2019/11/ssh9-364x420.jpg 364w" sizes="(max-width: 406px) 100vw, 406px" /><figcaption> <em>Setting the automatic startup of </em> <strong>OpenSHH SSH Server</strong> </figcaption></figure>



<p>As we did in the previous step, restart the computer to set the changes. With these steps, we will be able to install the server and the SSH client in Windows 10. </p>



<h2>Testing the SSH client and server</h2>



<p>After restarting the computer, it is necessary to verify if the SSH services are active. To do this, open a PowerShell as administrator by pressing the Win+X combination.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="264" height="578" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh10.jpg" alt="Runs a PowerShell as administrator." class="wp-image-16164" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh10.jpg 264w, https://www.osradar.com/wp-content/uploads/2019/11/ssh10-137x300.jpg 137w, https://www.osradar.com/wp-content/uploads/2019/11/ssh10-192x420.jpg 192w" sizes="(max-width: 264px) 100vw, 264px" /><figcaption>Runs a PowerShell as administrator.</figcaption></figure>



<p>Then execute the following command:</p>



<pre class="wp-block-preformatted"> Get-Service -Name *ssh* </pre>



<p>If all goes well, you will see the next result in the PowerShell, showing the two services running:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh11.jpg" alt="" class="wp-image-16166" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh11.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/11/ssh11-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/11/ssh11-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/11/ssh11-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/11/ssh11-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/11/ssh11-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2>Configuring the Windows firewall</h2>



<p>In order to have access to our computer through SSH we have to configure the Windows Firewall. To do this we open a PowerShell as administrator and execute the following command:</p>



<pre class="wp-block-preformatted">.\netsh advfirewall firewall add rule name="SSHD Port" dir=in action=allow protocol=TCP localport=22 </pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh12.jpg" alt="Opening port 22 to allow SSH connections:" class="wp-image-16168" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh12.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/11/ssh12-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/11/ssh12-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/11/ssh12-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/11/ssh12-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/11/ssh12-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Opening port 22 to allow SSH connections:</figcaption></figure>



<p>It then tests whether the SSH server is listening on port 22. For this purpose, from a PowerShell with administrator privileges runs the following command:</p>



<pre class="wp-block-preformatted">.\netstat -bano | .\more.com</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh14.jpg" alt="" class="wp-image-16170" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh14.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/11/ssh14-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/11/ssh14-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/11/ssh14-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/11/ssh14-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/11/ssh14-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2>Connect to an SSH server from Windows.</h2>



<p>From now on we can connect remotely to an SSH server. To execute it, it is necessary to know 3 parameters:</p>



<ul><li>User name</li><li>Server IP Address</li><li>Know the port where the SSH server is listening. In this case, the port is 22.</li><li>User password</li></ul>



<p>Once this data is known, open a PowerShell and run the following command:</p>



<pre class="wp-block-preformatted"> ssh -p 22 coolr@192.168.1.58</pre>



<p>Then add the password to access the remote computer. And you will have access via PowerShell to the SSH server.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="728" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2019/11/ssh15.jpg" alt="Accessing an SSH server from the Windows 10 PowerShell." class="wp-image-16172" srcset="https://www.osradar.com/wp-content/uploads/2019/11/ssh15.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/11/ssh15-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/11/ssh15-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/11/ssh15-100x70.jpg 100w, https://www.osradar.com/wp-content/uploads/2019/11/ssh15-696x495.jpg 696w, https://www.osradar.com/wp-content/uploads/2019/11/ssh15-591x420.jpg 591w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Accessing an SSH server from the Windows 10 PowerShell.</figcaption></figure>



<h2>Conclusion</h2>



<p>Finally, we have seen how to install an SSH client and server in Windows 10. This way we will be able to remotely manage any device that uses this protocol. Additionally, security is increased because the communication between host and client is encrypted. In this way, our data remains safe from possible attackers. This is all for the moments, before saying goodbye I want to invite you to see our post about <a href="https://www.osradar.com/how-to-enable-telnet-on-windows-server-2016-2019/" target="_blank" rel="noreferrer noopener" aria-label="Telnet (opens in a new tab)">Telnet</a> in Windows Server.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-an-ssh-client-and-server-in-windows-10/">How to install an SSH client and server in Windows 10.</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-install-an-ssh-client-and-server-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Termius is a powefull SSH client</title>
		<link>https://www.osradar.com/termius-is-a-powefull-ssh-client/</link>
					<comments>https://www.osradar.com/termius-is-a-powefull-ssh-client/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 12 Jun 2019 23:00:38 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[snap]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[termius]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12392</guid>

					<description><![CDATA[<p>System administrators or developers use the terminal a lot. This is well known by all. Especially the former, because they base their work on services and applications that run on a server. For security and performance reasons, these servers cannot have a graphical interface so their environment is limited to the terminal. To access them, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/termius-is-a-powefull-ssh-client/">Termius is a powefull SSH client</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>System administrators or developers use the terminal a lot. This is well known by all. Especially the former, because they base their work on services and applications that run on a server. For security and performance reasons, these servers cannot have a graphical interface so their environment is limited to the terminal. To access them, <a href="https://www.osradar.com/how-to-enable-ssh-on-ubuntu-18-04/" rel="noopener noreferrer">SSH</a> is normally used in a Linux terminal or a dedicated client. So, in this post, I will tell you about Termius an SSH client that promises to revolutionize and innovate the way we use the protocol.</p>
<h2>Looking for an SSH client? Termius is here</h2>
<p><a href="https://termius.com/" rel="noopener noreferrer">Termius</a> is an application that can be installed in multiple systems. That is, it is cross-platform. It has versions for iOS, Android, Windows, Mac OS, and <a href="https://www.osradar.com/tag/linux/" rel="noopener noreferrer">Linux.</a> Its main advantage is that it not only supports SSH but other Telnet or Mosh protocols.</p>
<p>On the other hand, Termius offers us the possibility to synchronize our data between the different versions of the application. Do not worry, its developers say it is secure because it incorporates <strong>end-to-end encryption</strong>. In addition, Termius gathers commands from all your servers and provides suggestions while you type.</p>
<p>In addition to all this, termius It is <strong>Mosh-compatible</strong>, providing excellent reliability on high-latency constantly changing connections. This makes it ideal on slow connections or on a 3G mobile network.</p>
<p>With Termius you can do the following:</p>
<ul>
<li><strong>Add several hosts</strong>. In this way, you simplify the connection process.</li>
<li><strong>Arrange hosts into groups</strong>. These groups can be used not only for the organization but to define a set of defaults for newly created hosts in that group.</li>
<li>Tags provide a convenient way for you to <strong>categorize your hosts</strong>.</li>
</ul>
<p>And many other features that you can consult in the project <a href="https://docs.termius.com/" rel="noopener noreferrer">documentation.</a></p>
<h2>How to install Termius?</h2>
<p>As I mentioned before, the application supports several platforms including mobile. In the case of our beloved Linux, the development team provides a Snap-based installer. This has many advantages such as the ease of installation and that we can install it on any distribution that supports snap.</p>
<p>So open a terminal and run the following command:</p>
<pre>:~$ sudo snap install termius-app</pre>
<p>Then just wait for the application to be installed and start enjoying it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/termius-is-a-powefull-ssh-client/">Termius is a powefull SSH client</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/termius-is-a-powefull-ssh-client/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>
