<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://tech.saigonist.com/taxonomy/term/102/all" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>scp</title>
    <link>http://tech.saigonist.com/taxonomy/term/102/all</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Run a shell command on multiple servers over ssh simultaneously</title>
    <link>http://tech.saigonist.com/b/devops/run-shell-command-multiple-servers-over-ssh-simultaneously</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;March 19, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/ansible&quot;&gt;ansible&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/ssh&quot;&gt;ssh&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/scp&quot;&gt;scp&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;If you have multiple Linux servers out there and have been managing them by hand, there&#039;s a better way. You have probably heard of Chef, Puppet, and Ansible, and might have heard that Chef and Puppet are a bit troublesome to get up and running. But there&#039;s a simpler way to just connect to a few of your Linux (or BSD) servers and run commands on them.&lt;/p&gt;

&lt;p&gt;Example: Tell me what OS and version is running on all my servers&lt;/p&gt;

&lt;h2&gt;Step 1. Set up your ansible hosts file.&lt;/h2&gt;

&lt;p&gt;Quick version: Create the file named &#039;hosts&#039; and put &lt;code&gt;servername ansible_ssh_host=hostname&lt;/code&gt; in the...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 18 Mar 2016 17:05:00 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">81 at http://tech.saigonist.com</guid>
  </item>
  <item>
    <title>FTP vs SFTP vs FTPS vs SCP/SSH</title>
    <link>http://tech.saigonist.com/b/osx/ftp-vs-sftp-vs-ftps-vs-scpssh</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;March 12, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/security&quot;&gt;security&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/ssh&quot;&gt;ssh&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/scp&quot;&gt;scp&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/ftp&quot;&gt;ftp&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/command-line&quot;&gt;command line&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;FTP is the historically standard protocol for copying files from one computer to another over a network connection (TCP/IP, so any host on today&#039;s Internet, but it wasn&#039;t always the case). Many people including many developers learned how to use an FTP client on Windows in order to connect to a server and upload and download files.&lt;/p&gt;

&lt;h1&gt;Stop using FTP!&lt;/h1&gt;

&lt;p&gt;FTP is not secure for the same reason that HTTP is not secure and why there&#039;s a movement (Let&#039;s Encrypt) to move every website to use TLS, i.e. HTTPS instead of HTTP. The reason HTTP and FTP are not safe is that they are not...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 11 Mar 2016 18:37:43 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">63 at http://tech.saigonist.com</guid>
  </item>
  </channel>
</rss>
