Home | History | Annotate | Line # | Download | only in sysinst
msg.entropy.de revision 1.1
      1 /*      $NetBSD: msg.entropy.de,v 1.1 2020/11/04 14:29:40 martin Exp $  */
      2 
      3 /*
      4  * Copyright 2018 The NetBSD Foundation, Inc.
      5  * All rights reserved.
      6  *
      7  * Redistribution and use in source and binary forms, with or without
      8  * modification, are permitted provided that the following conditions
      9  * are met:
     10  * 1. Redistributions of source code must retain the above copyright
     11  *    notice, this list of conditions and the following disclaimer.
     12  * 2. Redistributions in binary form must reproduce the above copyright
     13  *    notice, this list of conditions and the following disclaimer in the
     14  *    documentation and/or other materials provided with the distribution.
     15  *
     16  * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
     17  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     18  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     19  * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
     20  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     21  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     22  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     23  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     24  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     25  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
     26  * THE POSSIBILITY OF SUCH DAMAGE.
     27  *
     28  */
     29 
     30 message not_enough_entropy
     31 {Dieses System scheint nicht ber einen Pseudo-Zufallszahlengenerator
     32 zu verfgen. Fr das Erzeugen von kryptografisch sicheren Schlsseldateien
     33 (z.B. ssh host keys) ist nicht genug Entropie verfgbar.
     34 
     35 Am einfachsten generieren Sie Zufallsdaten auf einem anderen Computer
     36 und laden sie in dieser Installation. Alternativ knnen Sie auch
     37 manuell Zufallsdaten eingeben.
     38 
     39 Falls Sie einen USB Zufallsgenerator besitzen, verbinden Sie diesen
     40 jetzt und whlen dann die Option "Erneut testen".}
     41 
     42 message entropy_add_manually		{Manuelle Zufallseingabe}
     43 message entropy_download_raw		{Zufallsdaten laden}
     44 message	entropy_download_seed		{NetBSD Entropie-Datei laden}
     45 message entropy_retry			{Erneut testen}
     46 
     47 message entropy_enter_manual1
     48 {Geben Sie bitte mehrere Zeilen zufllige Zeichen ein,
     49 in denen genug Entropie enthalten sein sollte, die 256 Mnzwrfen,
     50 100 Wrfen mit einem sechsseitigen Wrfel oder 64 zuflligen hexadezimalen
     51 Zeichen entspricht.}
     52 
     53 message entropy_enter_manual2
     54 {Falls Sie Daten von einem anderen System per Kopieren & Einfgen in dieses
     55 Installationsprogramm bertragen knnen, knnen Sie die Ausgabe des
     56 folgenden Kommandos (auf einem System dessen Entropie Sie vertrauen)
     57 verwenden:}
     58 
     59 message entropy_enter_manual3
     60 {Benutzen Sie nicht die gleiche Eingabe fr mehrere Installationen.
     61 Beenden Sie die Eingabe mit einer leeren Zeile.}
     62 
     63 message entropy_manual_not_enough
     64 {Sie haben nicht genug Zeichen eingegeben!}
     65 
     66 message entropy_select_file
     67 {Whlen Sie auf welche Art Sie die Zufallsdaten auf diesen Computer
     68 bertragen wollen:}
     69 
     70 message entropy_add_download_ftp
     71 {Download per ftp}
     72 
     73 message entropy_add_download_http
     74 {Download per http}
     75 
     76 message entropy_add_nfs
     77 {Von einer NFS Freigabe laden}
     78 
     79 message download_entropy
     80 {Download starten}
     81 
     82 message entropy_add_local
     83 {Von einem lokalen Dateisystem laden (z.B. USB)}
     84 
     85 message entropy_file
     86 {Pfad/Datei}
     87 
     88 message load_entropy
     89 {Zufallsdatei laden}
     90 
     91 message set_entropy_file
     92 {Pfad der Zuffalsdatei}
     93 
     94 /* Called with:				Example
     95  *  $0 = content of file		NetBSD entropy seed file
     96  */
     97 message entropy_via_nfs
     98 {Whlen Sie Server, Freigabe und Dateipfad von dem die $0 geladen werden kann.}
     99 
    100 /* Called with:				Example
    101  *  $0 = content of file		NetBSD entropy seed file
    102  */
    103 message entropy_via_download
    104 {Da derzeit auf diesem System nicht genug Entropie vorhanden ist, sind alle
    105 kryptographischen Operation durch replay-Attacken angreifbar.
    106 Verwenden Sie nur lokale vertrauenswrdige Netzwerke.}
    107 
    108 message entropy_data
    109 {Binrdatei mit Zuffallsdaten}
    110 
    111 message entropy_data_hdr
    112 {Auf einem System mit kryptographisch starkem Zufallszahlengenerator
    113 knnen Sie zufllige Binrdaten z.B. so erzeugen:}
    114 
    115 message entropy_seed
    116 {NetBSD entropy Datei}
    117 
    118 message entropy_seed_hdr
    119 {Auf einem NetBSD System mit kryptographisch starkem Zufallszahlengenerator
    120 knnen Sie einen Entropie-Schnappschuss folgendermaen erstellen:}
    121 
    122 message entropy_path_and_file
    123 {Pfad und Dateiname}
    124 
    125 message entropy_localfs
    126 {Geben Sie das noch nicht gemountete lokale Gert und dessen entsprechendes
    127 Verzeichnis an, in dem die Zufallsdatei zu finden ist.}
    128 
    129