<?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>Tor on tech.notes</title>
    <link>https://newblog.utzer.de/tags/tor/</link>
    <description>Recent content in Tor on tech.notes</description>
    <generator>Hugo</generator>
    <language>de</language>
    <lastBuildDate>Fri, 05 Feb 2021 22:05:47 +0000</lastBuildDate>
    <atom:link href="https://newblog.utzer.de/tags/tor/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Adding Debian Buster Backports repo to RaspberryPi for tor</title>
      <link>https://newblog.utzer.de/2021/02/05/adding-debian-buster-backports-repo-to-raspberrypi-for-tor/</link>
      <pubDate>Fri, 05 Feb 2021 22:05:47 +0000</pubDate>
       <guid isPermaLink="false">http://tech.utzer.de/?p=123</guid> 
      <description>&lt;ol&gt;
&lt;li&gt;Add key&lt;/li&gt;
&lt;/ol&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-gdscript3&#34; data-lang=&#34;gdscript3&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;curl https:&lt;span style=&#34;color:#f92672&#34;&gt;//&lt;/span&gt;ftp&lt;span style=&#34;color:#f92672&#34;&gt;-&lt;/span&gt;master&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;debian&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;org&lt;span style=&#34;color:#f92672&#34;&gt;/&lt;/span&gt;keys&lt;span style=&#34;color:#f92672&#34;&gt;/&lt;/span&gt;archive&lt;span style=&#34;color:#f92672&#34;&gt;-&lt;/span&gt;key&lt;span style=&#34;color:#f92672&#34;&gt;-&lt;/span&gt;&lt;span style=&#34;color:#ae81ff&#34;&gt;10.&lt;/span&gt;asc &lt;span style=&#34;color:#f92672&#34;&gt;|&lt;/span&gt; gpg &lt;span style=&#34;color:#f92672&#34;&gt;--&lt;/span&gt;import
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gpg &lt;span style=&#34;color:#f92672&#34;&gt;--&lt;/span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;export&lt;/span&gt; DC30D7C23CBBABEE &lt;span style=&#34;color:#f92672&#34;&gt;|&lt;/span&gt; apt&lt;span style=&#34;color:#f92672&#34;&gt;-&lt;/span&gt;key add &lt;span style=&#34;color:#f92672&#34;&gt;-&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The fingerprint (DC30D7C23CBBABEE) given is the one that the first command outputs, which is the fingerprint of the key downloaded by curl.&lt;/p&gt;
&lt;p&gt;2. Add repo&lt;/p&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;echo &amp;#34;deb http://deb.debian.org/debian buster-backports main&amp;#34; |sudo tee /etc/apt/sources.list.d/deb_buster_backports.list
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ol&gt;
&lt;li&gt;run apt update/upgrade&lt;/li&gt;
&lt;li&gt;Install tor, I did this by:&lt;/li&gt;
&lt;/ol&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;apt-get install -o Dpkg::Options::=&amp;#34;--force-confold&amp;#34; -y tor
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    <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>
  </channel>
</rss>
