<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>en.credativ blog: Category Security</title>
    <link rel="alternate" type="text/html" href="http://blog.credativ.com/en/" />
    <link rel="self" type="application/atom+xml" href="http://blog.credativ.com/en/atom.xml" />
    <id>tag:blog.credativ.com,2010-03-05:/en//2</id>
    <updated>2011-06-27T11:29:52Z</updated>
    <subtitle>All about Linux and Open Source</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.34-en</generator>

<entry>
    <title>[Tip] Configuring SSH Jumphosts</title>
    <link rel="alternate" type="text/html" href="http://blog.credativ.com/en/2011/05/tip-configuring-ssh-jumphosts.html" />
    <id>tag:blog.credativ.com,2011:/en//2.161</id>

    <published>2011-05-16T14:27:00Z</published>
    <updated>2011-06-27T11:29:52Z</updated>

    <summary> The System Administrator will often come across a situation where an SSH connection to Host B is only possible by making a detour via SHH to Host A: client -&gt; ssh A -&gt; ssh B To shorten this two-step...</summary>
    <author>
        <name>Roland Wolters</name>
        <uri>http://www.credativ.de</uri>
    </author>
    
        <category term="Linux" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Tip" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="credativ" label="credativ" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="jumphosts" label="Jumphosts" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="linux" label="Linux" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ssh" label="SSH" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="tip" label="Tip" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://blog.credativ.com/en/">
        <![CDATA[<p><img alt="tux.jpg" src="/de/static/tux.jpg" width="86" height="102" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /><br />
The System Administrator will often come across a situation where an SSH connection to Host B is only possible by making a detour via SHH to Host A:<br />
client -> ssh A -> ssh B</p>

<p>To shorten this two-step process, an entry can be made in the <tt>~/.ssh/config</tt> of Host A as "Jumphost", to ensure that this step is always followed in future.</p>
<pre class='brush: text'>
Host Bdirekt
Hostname $IP_von_B
User rwo 
ProxyCommand ssh root@A.intern.lan nc %h %p
</pre><p><br />
In the first row an alias is defined - this can be arbitrary, but some relation to B would make sense.  The second row defines the host name of B - for permissions in every network thereafter, an IP is a good idea as a hostname! The option ProxyCommand defines the underlying Jump function - where access via SSH to A and the pipe of data occurs by means of numerical control.</p>

<p>Where SSH keys are properly allocated, there are no more queries.  A simple <tt>ssh Bdirect</tt> leads directly to host B.</p>

<p>All tips in this blog can be found in the <a href="/en/tip/">Tip Category</a>. Should you need further <a href="http://www.credativ.co.uk/services/support/">Support for Linux</a>, you've come to the right place at credativ.</p>]]>
        
    </content>
</entry>

<entry>
    <title>credativ Training at Munich Open Source School</title>
    <link rel="alternate" type="text/html" href="http://blog.credativ.com/en/2010/05/credativ-training-at-munich-open-source-school.html" />
    <id>tag:blog.credativ.com,2010:/en//2.160</id>

    <published>2010-05-05T14:00:12Z</published>
    <updated>2010-07-08T11:27:22Z</updated>

    <summary>In May, Consultants from credativ GmbH will be holding a 3 day advanced system and network administration workshop at the Open Source School in Munich. Training specifics (subject to modifications!): Kerberos: This training covers the Kerberos authentification protocol, which can...</summary>
    <author>
        <name>Michael Banck</name>
        
    </author>
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="credativ" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://blog.credativ.com/en/">
        <![CDATA[<p><em>In May, Consultants from credativ GmbH will be holding a 3 day advanced system and network administration workshop at the <a href="http://www.opensourceschool.de/">Open Source School</a> in Munich.</em></p><br />
Training specifics (subject to modifications!):<br />
<ul><br />
<li><b><a href="http://www.opensourceschool.de/kurse/muenchen/schulung/kerberos/">Kerberos:</a></b> This training covers the Kerberos authentification protocol, which can handle a range of services and operating systems transparently. The use of tickets makes single-sign-in possible; so a user can access all services with a unique log in.  The training will be aimed at network and system administrators who wish to roll out Kerberos in their business or administrative network; it will also cover the installation and management of Kerberos, as well as the integration of services and client programs. <br />
<p><br />
When: <a href="http://www.opensourceschool.de/kurstermine/muenchen/schulung/kerberos-5-2010/">03-05/05/2010</a> and <a href="http://www.opensourceschool.de/kurstermine/muenchen/schulung/kerberos-09-2010/">13-15/09/2010</a></p>

<p><li><b><a href="http://www.opensourceschool.de/kurse/muenchen/schulung/spam-und-virenabwehr/">Spam and Virus Defense:</a></b> This training will clarify the integration and fine tuning of open source based services Postfix, Amavis and SpamAssassin, which protect a network from unnecessary strain due to spam mail or malware. This training will be geared at administrators who wish to secure their company's email systems against spam and viruses.<br />
<p><br />
When: <a href="http://www.opensourceschool.de/kurstermine/muenchen/schulung/spam-und-virenabwehr-05-2010/">26-28/05/2010</a> and <a href="http://www.opensourceschool.de/kurstermine/muenchen/schulung/spam-und-virenabwehr-10-2010/">18-20/10/2010</a></p>

<p><li><b><a href="http://www.opensourceschool.de/kurse/muenchen/schulung/samba-in-heterogenen-netzen/">Samba in heterogenous networks:</a></b> This training concerns Samba as a replacement for Windows servers for smooth integration for both Windows clients in unix-based networks, and Linux servers in Windows-based networks.  The training is directed at administrators wanting to migrate a Windows network completely or partly to Linux with the help of Samba.  The goal of the training is the management and administration of LDAP-based primary/backup domain controller setups.<br />
<p><br />
When: <a href="http://www.opensourceschool.de/kurstermine/muenchen/schulung/samba-06-2010/">30/06-02/07/2010</a><br />
</ul></p>

<p>The training will take place at the Open Source School in Munich city centre, <a href="http://www.opensourceschool.de/ort-anreise/">Amalienstrasse 77</a>. Applications can be made via the Open Source School website or by <a href="http://www.opensourceschool.de/fileadmin/oss_website/downloads/oss_anmeldung.pdf">faxing this form</a>. For further information contact <a href="mailto:Michael Banck <michael.banck@credativ.de>">Michael Banck</a>.
</p>
<p>Further dates for your diary: 21-23 April - <a href="http://www.linuxhotel.de/kurs/postgresql/">PostgreSQL training</a> will be carried out by credativ experts at the Linuxhotel <a href="http://www.linuxhotel.de">Linuxhotel</a> in Essen.
</p>]]>
        
    </content>
</entry>

<entry>
    <title>[Talk] Single Sign On with Kerberos</title>
    <link rel="alternate" type="text/html" href="http://blog.credativ.com/en/2010/02/talk-single-sign-on-with-kerberos.html" />
    <id>tag:platon.credativ.com,2010:/en//2.122</id>

    <published>2010-02-26T13:14:47Z</published>
    <updated>2010-03-05T11:06:37Z</updated>

    <summary>credativ employee, Alexander Wirt, is due to give a presentation at the German Chemnitz Linux Days about Single Sign On with Kerberos. Besides an introduction into configuration of Kerberos, the talk will also focus on the configuration of its various...</summary>
    <author>
        <name>Roland Wolters</name>
        <uri>http://www.credativ.de</uri>
    </author>
    
        <category term="Debian" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Linux" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Open Source" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="credativ" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://blog.credativ.com/en/">
        <![CDATA[<p><img alt="keyhole-heimdal.png" src="/en/static/keyhole-heimdal.png" width="121" height="100" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /><em>credativ employee, Alexander Wirt, is due to give a presentation at the German Chemnitz Linux Days about Single Sign On with Kerberos. Besides an introduction into configuration of Kerberos, the talk will also focus on the configuration of its various services.</em></p>

<p><a href="http://de.wikipedia.org/wiki/Kerberos_(Informatik)">Kerberos</a> is an authentication protocol which enables an admin to incorporate services and an operating system transparently into an existing setup. This makes Single Sign On possible: the user only has to enter his/her credentials once and thereafter can access any secured services and websites which support Kerberos without having to enter them again.</p>

<p>The Kerberos Single Sign On approach will be described by Alexander Wirt, credativ's expert on this topic, during a talk at the <a href="http://chemnitzer.linux-tage.de/2010/">Chemnitz Linux Days</a> due to take place in March. Besides the basic introduction to Kerberos based on <a href="http://www.h5l.org/">Heimdal</a>, he will also explain how to configure services such as SSH, Apache and IMAP. The topic of this talk will be very close to real-world usage, thus it should enable members of the audience to try it out easily themselves on their own networks.The talk will take place in German on March 13th 2010 at 15:00 in Room V4.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Debian moved over to DNSSEC</title>
    <link rel="alternate" type="text/html" href="http://blog.credativ.com/en/2010/02/debian-moved-over-to-dnssec.html" />
    <id>tag:platon.credativ.com,2010:/en//2.118</id>

    <published>2010-02-25T11:18:08Z</published>
    <updated>2010-03-05T11:05:39Z</updated>

    <summary>The Debian project has announced that its internal DNS infrastructure is gradually moving over to DNSSEC. Thus from now on, all DNS answers for debian.com, amongst others, will be digitally signed to verify their authenticity. The Domain Name System (DNS)...</summary>
    <author>
        <name>Roland Wolters</name>
        <uri>http://www.credativ.de</uri>
    </author>
    
        <category term="Debian" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Linux" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="News" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Security" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="credativ" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://blog.credativ.com/en/">
        <![CDATA[<p><img alt="debianlogo.png" src="/en/static/debianlogo.png" width="60" height="73" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /><em>The Debian project has announced that its internal DNS infrastructure is gradually moving over to DNSSEC. Thus from now on, all DNS answers for debian.com, amongst others, will be digitally signed to verify their authenticity.</em></p>

<p>The <a href="http://en.wikipedia.org/wiki/Domain_Name_System">Domain Name System</a> (DNS) is one of the core components of the Internet. However, the initial design of DNS is vulnerable against some quite serious attacks, among them <a href="http://en.wikipedia.org/wiki/DNS_cache_poisoning">cache poisoning</a> which means faking of DNS answers. To avoid this problem, DNSSEC was introduced (<a href="http://en.wikipedia.org/wiki/DNSSEC">DNSSEC in Wikipedia</a>, see also <a href="http://www.dnssec.net/">dnssec.net</a>). DNSSEC is an enhancement of the default DNS protocol which makes it possible to sign and thus verify DNS answers. The introduction of DNSSEC into the existing worldwide Internet infrastructure is proving to be slow, due to the complexity and amount of work involved; there are so far only a few top level domains (TLDs) and domains of large projects and companies providing signed answers.</p>

<p>The Debian project has now <a href="http://dsa.debian.org/dsablog/2010/02/Securing_the_Debian_zones/">decided</a> to introduce DNSSEC step by step, so that all project domains will provide verified DNS answers. Firstly, all <strong>debian.net</strong> and <strong>debian.com</strong> domains will be signed, and thereafter the collected experience will be used to sign the other domains and sub-domains.</p>

<p>One of the problems the Debian project is facing in the use of DNSSEC is that as yet they do not have the signatures by the TLDs that Debian uses, without which there is no third party to verify the Debian keys. To get around this, Debian will publish the DNSSEC keys via the <a href="https://dlv.isc.org/about/background">DNSSEC Look-aside Validation Registry</a> of <a href="https://www.isc.org/">ISC</a>. This will mean Debian keys can be verified even for TLDs which have not yet introduced a DNSSEC infrastructure.</p>

<p>Moving the Debian project to DNSSEC improves the security of the Debian part of the internet. Additionally, the experience acquired in the changing over of such a large, worldwide and multi-domain project should help other projects of a similar size - and hopefully encourage them to follow suit.</p>]]>
        
    </content>
</entry>

</feed>

