<?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 cliente Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/ssh-cliente/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sat, 24 Oct 2020 18:09:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>Install Snowflake (SSH Client) on Ubuntu 20.04</title>
		<link>https://www.osradar.com/install-snowflake-ssh-client-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/install-snowflake-ssh-client-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 26 Oct 2020 00:16:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[ssh cliente]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19735</guid>

					<description><![CDATA[<p>Linux system administrators on servers have a big job behind them. Thanks to them, many of the services or tasks that an organization performs on a computer are possible. This makes it necessary to have various tools that help make the work more bearable. If you are a server enthusiast or a Linux fan you [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-snowflake-ssh-client-ubuntu-20-04/">Install Snowflake (SSH Client) on Ubuntu 20.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>Linux system administrators on servers have a big job behind them. Thanks to them, many of the services or tasks that an organization performs on a computer are possible. This makes it necessary to have various tools that help make the work more bearable. If you are a server enthusiast or a Linux fan you will love this post because you will learn how to install Snowflake on Ubuntu 20.04</p>



<p>If we take out the definition that the developers give us about Snowflake it won&#8217;t sound like much. But this app is much more than a simple SSH client for Linux but also integrates other possibilities that together make it really useful as file management through SFTP, terminal integration, remote resource/process manager or server disk space analyzer</p>



<h2>Install Snowflake on Ubuntu 20.04</h2>



<p>Snowflake has several alternatives to be installed in Ubuntu 20.04</p>



<p>The first one is to download the DEB package from Github:</p>



<p>Once the package is downloaded, you can install it using APT.</p>



<pre class="wp-block-preformatted">wget -c https://github.com/subhra74/snowflake/releases/download/v1.0.4/snowflake-1.0.4-setup-amd64.deb<br>sudo apt install ./snowflake-1.0.4-setup-amd64.deb</pre>



<p>Another way to do this is to use a generic installer that has a .bin format. You can also <a href="https://github.com/subhra74/snowflake" target="_blank" rel="noreferrer noopener">download it from Github</a></p>



<pre class="wp-block-preformatted">wget -c https://github.com/subhra74/snowflake/releases/download/v1.0.4/snowflake-1.0.4-setup-amd64.bin<br>sudo/snowflake-1.0.4-setup-amd64.bin</pre>



<p>and then you can run it from the main menu.</p>



<h2>Snowflake features</h2>



<p>One of the reasons why Snowflake is so useful is that it makes <strong>basic file management much easier.</strong> That is, with Snowflake you can move files on the server, renaming, cut, copy, paste, archiving, executing scripts, checking free space and more.</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/file-browser/1.PNG" alt="" width="696" height="375"/><figcaption>Graphical interface for common file operations (https://github.com/subhra74/snowflake)</figcaption></figure>



<p>All these operations can be done by the application thanks to SFTP. This guarantees first of all security but also efficiency. Also, you can use <a href="https://www.osradar.com/how-to-change-the-default-sudo-timeout/" target="_blank" rel="noreferrer noopener" aria-label="sudo (opens in a new tab)">sudo</a> without problems in the application for some operations with files that require high privileges.</p>



<figure class="wp-block-image size-large"><img src="https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/file-browser/7.PNG" alt=""/><figcaption>Using sudo with Snowflake (https://github.com/subhra74/snowflake)</figcaption></figure>



<p>When we are on a server we often need to edit configuration files or scripts. Well, <strong>Snowflake has an integrated text editor with syntax highlighting</strong>.</p>



<figure class="wp-block-image size-large"><img src="https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/text-editor/10.png" alt=""/><figcaption>This SSH client has a text editor too (https://github.com/subhra74/snowflake)</figcaption></figure>



<p>As with file management, if root privileges are required, the application will ask to use sudo.</p>



<figure class="wp-block-image size-large"><img src="https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/text-editor/12.png" alt=""/><figcaption>Text editor to work faster (https://github.com/subhra74/snowflake)</figcaption></figure>



<p>As you can see this feature is very important and makes the work faster.</p>



<p>The terminal is also integrated with the file browser page, so users can open terminal from a specific directory or execute scripts in the terminal from the file browser itself with a click of the mouse.</p>



<figure class="wp-block-image size-large"><img src="https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/terminal/15.PNG" alt=""/><figcaption>Built-in Terminal for this SSH client (https://github.com/subhra74/snowflake)</figcaption></figure>



<p>Thanks to special features for Linux, with this app you can visualize the services of the system. You can also start, stop or restart them. Very useful for a server.</p>



<figure class="wp-block-image size-large"><img src="https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/linux-tools/26.PNG" alt=""/><figcaption>Services list</figcaption></figure>



<p>Also, you can see the list of processes running on the system together with the network port it is using. There you can for example, if a web server is running or not.</p>



<figure class="wp-block-image size-large"><img src="https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/linux-tools/27.PNG" alt=""/><figcaption>Processes and port</figcaption></figure>



<p>If we are talking mainly about an SSH client for Linux, it is logical to think that we can have a simple and handy UI for creating and managing local and remote SSH keys.</p>



<figure class="wp-block-image size-large"><img src="https://raw.githubusercontent.com/subhra74/snowflake-screenshots/master/ssh-keys/28.PNG" alt=""/><figcaption>ssh keys</figcaption></figure>



<p>In addition, the appplication has a graphical interface for ping, port checking, traceroute and DNS lookup.</p>



<h2>Conclusion</h2>



<p>Thanks to Snowflake you can manage a Linux server in an easier way. Thanks to the fact that it is a graphical client for SSH, it adds features that make it interesting in form and use.</p>



<p>Please share this post and join our Telegram channel.</p>



<p>More info: <a href="https://github.com/subhra74/snowflake" target="_blank" rel="noreferrer noopener" aria-label="Snowflake github page (opens in a new tab)">Snowflake github page</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-snowflake-ssh-client-ubuntu-20-04/">Install Snowflake (SSH Client) on Ubuntu 20.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/install-snowflake-ssh-client-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
