service ssh
{
        socket_type = stream
        protocol = tcp
        wait = no
        user = root
        server = /sbin/sshd
        server_args = -i
        disable = yes
        #instances = 5
        #per_source = 2
        #access_times = 2:00-9:00 12:00-24:00
        #only_from = myhost.mynet.de
}