<?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>fail2ban &#8211; Aykut Çevik</title>
	<atom:link href="https://aykutcevik.com/blog/tag/fail2ban/feed/" rel="self" type="application/rss+xml" />
	<link>https://aykutcevik.com/blog</link>
	<description>coding &#38; projects</description>
	<lastBuildDate>Tue, 26 Jul 2016 21:28:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>Owncloud fail2ban setup with just one line</title>
		<link>https://aykutcevik.com/blog/owncloud-fail2ban-setup-with-just-one-line/</link>
					<comments>https://aykutcevik.com/blog/owncloud-fail2ban-setup-with-just-one-line/#respond</comments>
		
		<dc:creator><![CDATA[Aykut Çevik]]></dc:creator>
		<pubDate>Mon, 13 Jul 2015 19:36:51 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[fail2ban]]></category>
		<category><![CDATA[owncloud]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">http://aykutcevik.com/blog/?p=724</guid>

					<description><![CDATA[UPDATED: LATEST OC-VERSION 9.* Fail2ban and owncloud are great tools! To improve your security, you can ban bad guys, who want to hijack your owncloud accounts with random but common credentials, easily with fail2ban and the specific configuration for owncloud. To make this as easy as possible for you, I wrote a shell script, which will setup everything [&#8230;]]]></description>
										<content:encoded><![CDATA[<pre>UPDATED: LATEST OC-VERSION 9.*</pre>
<p>Fail2ban and owncloud are great tools!</p>
<p>To improve your security, you can ban bad guys, who want to hijack your owncloud accounts with random but common credentials, easily with fail2ban and the specific configuration for owncloud.</p>
<p>To make this as easy as possible for you, I wrote a shell script, which will setup everything with just one line:<span id="more-724"></span></p>
<p><code>curl -s "https://raw.githubusercontent.com/AykutCevik/owncloud-fail2ban/master/automated-install/install.sh" | bash</code></p>
<p>You can also use this command to update the regular expression for fail2ban, when a new version of owncloud is released. The script will check your installation and will update it automatically.</p>
<p>There is no black magic. Feel free to contribute and taking a look at the <a href="https://github.com/AykutCevik/owncloud-fail2ban" target="_blank">code at github</a>.</p>
<p>The script has been tested with <strong>owncloud 9.0 &amp; 9.1</strong> and Ubuntu, but may also run under other versions and distributions. If not, please let me know.</p>
<p>For older versions (8.2, 8.1 &amp; 8.0) of owncloud check out the <a href="https://github.com/AykutCevik/owncloud-fail2ban#owncloud-80" target="_blank">github repo</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://aykutcevik.com/blog/owncloud-fail2ban-setup-with-just-one-line/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>