<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ssh on tech.notes</title>
    <link>https://newblog.utzer.de/tags/ssh/</link>
    <description>Recent content in Ssh on tech.notes</description>
    <generator>Hugo</generator>
    <language>de</language>
    <lastBuildDate>Sun, 14 Apr 2019 20:03:29 +0000</lastBuildDate>
    <atom:link href="https://newblog.utzer.de/tags/ssh/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SSH config, ssh via jumphost and autossh (ssh to Tor hidden service)</title>
      <link>https://newblog.utzer.de/2019/04/14/ssh-config-ssh-via-jumphost-and-autossh-ssh-to-tor-hidden-service/</link>
      <pubDate>Sun, 14 Apr 2019 20:03:29 +0000</pubDate>
       <guid isPermaLink="false">http://tech.utzer.de/?p=62</guid> 
      <description>&lt;p&gt;This will be a short post about the above mentioned parts, lets start right away.&lt;/p&gt;
&lt;h3 id=&#34;ssh-config&#34;&gt;SSH config&lt;/h3&gt;
&lt;p&gt;Every user can have a SSH client configuration file, it is located in ~/.ssh/config (where &lt;strong&gt;config&lt;/strong&gt; ist the filename).&lt;br&gt;
My SSH config file, I guess as many other users file, grew over time. Lets start with some things from my file.&lt;/p&gt;
&lt;p&gt;There is the &lt;strong&gt;Host&lt;/strong&gt; part, it usually contains the name you want to assign to the host to use it later on. Tipp, use some short and of course unique name.&lt;/p&gt;</description>
    </item>
    <item>
      <title>rsync</title>
      <link>https://newblog.utzer.de/2019/03/15/rsync/</link>
      <pubDate>Thu, 14 Mar 2019 23:00:50 +0000</pubDate>
       <guid isPermaLink="false">http://tech.utzer.de/?p=14</guid> 
      <description>&lt;p&gt;This is kind of my cheat sheet, nothing fancy, just what I need.&lt;/p&gt;
&lt;h4 id=&#34;command&#34;&gt;Command:&lt;/h4&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;rsync -chavzP --stats &amp;#39;host:~/RemotePath&amp;#39; ./LocalPath
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;rsync - Befehl&lt;br&gt;
-c, &amp;ndash;checksum&lt;br&gt;
-h, &amp;ndash;human-readable&lt;br&gt;
-a, &amp;ndash;archive&lt;br&gt;
-v, &amp;ndash;verbose&lt;br&gt;
-z, &amp;ndash;compress&lt;br&gt;
-P - equivalent to &amp;ndash;partial &amp;ndash;progress&lt;br&gt;
&amp;ndash;stats - This tells rsync to print a verbose set of statistics on the file transfer&lt;br&gt;
&amp;lsquo;host:~/RemotePath&amp;rsquo; - is the source path (in this case a remote path.&lt;br&gt;
./LocalPath - ist the destination&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
