<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>Discover Docker, K8s and Hashicorp Nomad with Maksym Prokopov: posts tagged gitea</title>
<link>https://blog.it-premium.com.ua/tags/gitea/</link>
<description>The blog about containerisation, virtual machines and useful shell snippets and findings</description>
<author></author>
<language>en</language>
<generator>Aegea 11.3 (v4134)</generator>

<itunes:subtitle>The blog about containerisation, virtual machines and useful shell snippets and findings</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>enable gitea to use ssh port 22</title>
<guid isPermaLink="false">231</guid>
<link>https://blog.it-premium.com.ua/all/enable-gitea-to-use-ssh-port-22/</link>
<pubDate>Sat, 23 Jan 2021 12:59:40 +0100</pubDate>
<author></author>
<comments>https://blog.it-premium.com.ua/all/enable-gitea-to-use-ssh-port-22/</comments>
<description>
&lt;ol start="1"&gt;
&lt;li&gt;Move original ssh service to other port, like 2022&lt;/li&gt;
&lt;li&gt;set gitea config to use port 22&lt;br /&gt;
app.ini&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;[server]
DISABLE_SSH      = false
SSH_PORT         = 22
SSH_LISTEN_HOST  = 0.0.0.0
SSH_LISTEN_PORT  = 22
START_SSH_SERVER = true&lt;/code&gt;&lt;/pre&gt;&lt;ol start="3"&gt;
&lt;li&gt;execute&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;sudo setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/gitea to enable usage of the port 22&lt;/code&gt;&lt;/pre&gt;</description>
</item>


</channel>
</rss>