<?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>SSH &#8211; kuerbis.org</title>
	<atom:link href="https://www.kuerbis.org/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kuerbis.org</link>
	<description></description>
	<lastBuildDate>Sun, 28 Feb 2021 16:02:22 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.kuerbis.org/wp-content/uploads/2021/05/cropped-azbalac_default_header_image_opt-32x32.jpg</url>
	<title>SSH &#8211; kuerbis.org</title>
	<link>https://www.kuerbis.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Verteiltes Deployment mit Git und GitHub Actions</title>
		<link>https://www.kuerbis.org/2020/11/verteiltes-deployment-mit-git-und-github-actions/</link>
					<comments>https://www.kuerbis.org/2020/11/verteiltes-deployment-mit-git-und-github-actions/#respond</comments>
		
		<dc:creator><![CDATA[Ralf Geschke]]></dc:creator>
		<pubDate>Mon, 09 Nov 2020 19:05:32 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[GitHub Actions]]></category>
		<category><![CDATA[GitHub Pages]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Verteiltes Deployment]]></category>
		<category><![CDATA[Verteilung]]></category>
		<guid isPermaLink="false">https://www.kuerbis.org/?p=63531</guid>

					<description><![CDATA[Oder auch: GitHub Pages für alle, die kein GitHub Pages nutzen möchten. Aber der Reihe nach. In diesem Artikel möchte ich eine Lösung vorstellen, mit der sich (statische) Web-Sites, die in einem Git-Repository bzw. genaugenommen auf GitHub vorliegen, automatisch nach dem Hochladen per &#8222;git push&#8220;-Kommando auf einen oder mehrere Server verteilen lassen. Für das Deployment [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.kuerbis.org/2020/11/verteiltes-deployment-mit-git-und-github-actions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Backups mit Duplicity und Docker</title>
		<link>https://www.kuerbis.org/2017/07/backups-mit-duplicity-und-docker/</link>
					<comments>https://www.kuerbis.org/2017/07/backups-mit-duplicity-und-docker/#respond</comments>
		
		<dc:creator><![CDATA[Ralf Geschke]]></dc:creator>
		<pubDate>Sun, 30 Jul 2017 17:52:23 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Duplicity]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[SCP]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>
		<guid isPermaLink="false">https://www.kuerbis.org/?p=3455</guid>

					<description><![CDATA[Vor kurzem habe ich ein neues Docker-Image veröffentlicht, was Duplicity sowie einfache Backup- und Restore-Skripte beinhaltet. Zwar gab es zu dem Zeitpunkt bereits einige Docker-Images mit Duplicity, aber ich wollte ein einfaches Backup-Skript hinterlegen, was die Benutzung von Duplicity angesichts der recht umfassenden Optionen ein wenig vereinfacht. Der Hintergrund ist leicht erklärt &#8211; Duplicity hat [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.kuerbis.org/2017/07/backups-mit-duplicity-und-docker/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Aufbau eines Docker Swarm Clusters mit Docker Machine auf KVM-basierten virtuellen Maschinen</title>
		<link>https://www.kuerbis.org/2016/02/aufbau-eines-docker-swarm-clusters-mit-docker-machine-auf-kvm-basierten-virtuellen-maschinen/</link>
					<comments>https://www.kuerbis.org/2016/02/aufbau-eines-docker-swarm-clusters-mit-docker-machine-auf-kvm-basierten-virtuellen-maschinen/#respond</comments>
		
		<dc:creator><![CDATA[Ralf Geschke]]></dc:creator>
		<pubDate>Mon, 08 Feb 2016 18:35:27 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Consul]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[Docker Engine]]></category>
		<category><![CDATA[Docker Machine]]></category>
		<category><![CDATA[Docker Swarm]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SSH]]></category>
		<guid isPermaLink="false">https://www.kuerbis.org/?p=3279</guid>

					<description><![CDATA[In den letzten Wochen habe ich mich recht intensiv weiter mit Docker beschäftigt. Das Ergebnis vorweg &#8211; grundsätzlich funktioniert es schon recht gut, doch es gibt noch einige &#8211; nennen wir sie &#8222;Kinderkrankheiten&#8220;, die in der Praxis unter Umständen zu Problemen, oder nein, besser &#8222;Herausforderungen&#8220; führen können. Die Idee von Docker Swarm hat etwas für [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.kuerbis.org/2016/02/aufbau-eines-docker-swarm-clusters-mit-docker-machine-auf-kvm-basierten-virtuellen-maschinen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
