<?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>log &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/log/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Sun, 30 Oct 2016 08:50:32 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>log &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Schnipsel: SSH Benachrichtigung -&gt; Profile</title>
		<link>https://www.systemtechnics.de/schnipsel-ssh-benachrichtigung-profile/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 30 Oct 2016 08:50:21 +0000</pubDate>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=1779</guid>

					<description><![CDATA[if [ ! -z "$SSH_CLIENT" ]; then CINFO=`echo $SSH_CLIENT &#124;awk -F" " {'print $1'}` HINFO=`host $CINFO&#124; awk -F " " [&#8230;]]]></description>
										<content:encoded><![CDATA[<pre><code>if [ ! -z "$SSH_CLIENT" ]; then
	CINFO=`echo $SSH_CLIENT |awk -F" " {'print $1'}`
	HINFO=`host $CINFO| awk -F " " {'print $5'}`
        echo 'Login on' `hostname` `date` `echo $CINFO / $HINFO` | mail -s "Login on `hostname` $CINFO / $HINFO"  admin@meine-domain.de
	unset CINFO && unset HINFO
fi
</code></pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
