summaryrefslogtreecommitdiff
path: root/debian/po/sv.po
diff options
context:
space:
mode:
Diffstat (limited to 'debian/po/sv.po')
-rw-r--r--debian/po/sv.po79
1 files changed, 35 insertions, 44 deletions
diff --git a/debian/po/sv.po b/debian/po/sv.po
index 4df5b91d3..5e56a3d68 100644
--- a/debian/po/sv.po
+++ b/debian/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
7msgstr "" 7msgstr ""
8"Project-Id-Version: openssh\n" 8"Project-Id-Version: openssh\n"
9"Report-Msgid-Bugs-To: openssh@packages.debian.org\n" 9"Report-Msgid-Bugs-To: openssh@packages.debian.org\n"
10"POT-Creation-Date: 2013-05-21 23:58+0100\n" 10"POT-Creation-Date: 2013-05-22 00:05+0100\n"
11"PO-Revision-Date: 2008-05-25 23:32+0200\n" 11"PO-Revision-Date: 2008-05-25 23:32+0200\n"
12"Last-Translator: Martin Bagge <martin.bagge@bthstudent.se>\n" 12"Last-Translator: Martin Bagge <martin.bagge@bthstudent.se>\n"
13"Language-Team: swedish <sv@li.org>\n" 13"Language-Team: swedish <sv@li.org>\n"
@@ -17,53 +17,15 @@ msgstr ""
17"Content-Transfer-Encoding: 8bit\n" 17"Content-Transfer-Encoding: 8bit\n"
18"X-Generator: KBabel 1.11.4\n" 18"X-Generator: KBabel 1.11.4\n"
19 19
20#. Type: boolean
21#. Description
22#: ../openssh-server.templates:1001
23msgid "Disable challenge-response authentication?"
24msgstr "Inaktivera challenge-response-autentisering?"
25
26#. Type: boolean
27#. Description
28#: ../openssh-server.templates:1001
29msgid ""
30"Password authentication appears to be disabled in the current OpenSSH server "
31"configuration. In order to prevent users from logging in using passwords "
32"(perhaps using only public key authentication instead) with recent versions "
33"of OpenSSH, you must disable challenge-response authentication, or else "
34"ensure that your PAM configuration does not allow Unix password file "
35"authentication."
36msgstr ""
37"Lösenordsautentisering verkar vara inaktiverat i din aktuella konfiguration "
38"av OpenSSH-servern. För att förhindra att användare loggar in med lösenord "
39"(istället kanske endast använder publik nyckelautentisering) med senare "
40"versioner av OpenSSH, måste du inaktivera challenge-response-autentisering "
41"eller försäkra dig om att din PAM-konfiguration inte tillåter autentisering "
42"via Unix lösenordsfil."
43
44#. Type: boolean
45#. Description
46#: ../openssh-server.templates:1001
47msgid ""
48"If you disable challenge-response authentication, then users will not be "
49"able to log in using passwords. If you leave it enabled (the default "
50"answer), then the 'PasswordAuthentication no' option will have no useful "
51"effect unless you also adjust your PAM configuration in /etc/pam.d/ssh."
52msgstr ""
53"Om du inaktiverar challenge-response-autentisering så kan användarna inte "
54"logga in med lösenord. Om du lämnar det aktiverat (som är standard) så "
55"kommer \"PasswordAuthentication no\" inte att ha någon effekt om du inte "
56"justerar din PAM-konfiguration i /etc/pam.d/ssh."
57
58#. Type: note 20#. Type: note
59#. Description 21#. Description
60#: ../openssh-server.templates:2001 22#: ../openssh-server.templates:1001
61msgid "Vulnerable host keys will be regenerated" 23msgid "Vulnerable host keys will be regenerated"
62msgstr "Sårbara värdnycklar kommer att omskapas" 24msgstr "Sårbara värdnycklar kommer att omskapas"
63 25
64#. Type: note 26#. Type: note
65#. Description 27#. Description
66#: ../openssh-server.templates:2001 28#: ../openssh-server.templates:1001
67msgid "" 29msgid ""
68"Some of the OpenSSH server host keys on this system were generated with a " 30"Some of the OpenSSH server host keys on this system were generated with a "
69"version of OpenSSL that had a broken random number generator. As a result, " 31"version of OpenSSL that had a broken random number generator. As a result, "
@@ -77,7 +39,7 @@ msgstr ""
77 39
78#. Type: note 40#. Type: note
79#. Description 41#. Description
80#: ../openssh-server.templates:2001 42#: ../openssh-server.templates:1001
81msgid "" 43msgid ""
82"Users of this system should be informed of this change, as they will be " 44"Users of this system should be informed of this change, as they will be "
83"prompted about the host key change the next time they log in. Use 'ssh-" 45"prompted about the host key change the next time they log in. Use 'ssh-"
@@ -91,13 +53,13 @@ msgstr ""
91 53
92#. Type: note 54#. Type: note
93#. Description 55#. Description
94#: ../openssh-server.templates:2001 56#: ../openssh-server.templates:1001
95msgid "The affected host keys are:" 57msgid "The affected host keys are:"
96msgstr "De drabbade värdnycklarna är:" 58msgstr "De drabbade värdnycklarna är:"
97 59
98#. Type: note 60#. Type: note
99#. Description 61#. Description
100#: ../openssh-server.templates:2001 62#: ../openssh-server.templates:1001
101msgid "" 63msgid ""
102"User keys may also be affected by this problem. The 'ssh-vulnkey' command " 64"User keys may also be affected by this problem. The 'ssh-vulnkey' command "
103"may be used as a partial test for this. See /usr/share/doc/openssh-server/" 65"may be used as a partial test for this. See /usr/share/doc/openssh-server/"
@@ -107,6 +69,35 @@ msgstr ""
107"vulnkey' kan användas som ett deltest. Läs /usr/share/doc/openssh-server/" 69"vulnkey' kan användas som ett deltest. Läs /usr/share/doc/openssh-server/"
108"README.compromised-keys.gz för mer ingående detaljer." 70"README.compromised-keys.gz för mer ingående detaljer."
109 71
72#~ msgid "Disable challenge-response authentication?"
73#~ msgstr "Inaktivera challenge-response-autentisering?"
74
75#~ msgid ""
76#~ "Password authentication appears to be disabled in the current OpenSSH "
77#~ "server configuration. In order to prevent users from logging in using "
78#~ "passwords (perhaps using only public key authentication instead) with "
79#~ "recent versions of OpenSSH, you must disable challenge-response "
80#~ "authentication, or else ensure that your PAM configuration does not allow "
81#~ "Unix password file authentication."
82#~ msgstr ""
83#~ "Lösenordsautentisering verkar vara inaktiverat i din aktuella "
84#~ "konfiguration av OpenSSH-servern. För att förhindra att användare loggar "
85#~ "in med lösenord (istället kanske endast använder publik "
86#~ "nyckelautentisering) med senare versioner av OpenSSH, måste du inaktivera "
87#~ "challenge-response-autentisering eller försäkra dig om att din PAM-"
88#~ "konfiguration inte tillåter autentisering via Unix lösenordsfil."
89
90#~ msgid ""
91#~ "If you disable challenge-response authentication, then users will not be "
92#~ "able to log in using passwords. If you leave it enabled (the default "
93#~ "answer), then the 'PasswordAuthentication no' option will have no useful "
94#~ "effect unless you also adjust your PAM configuration in /etc/pam.d/ssh."
95#~ msgstr ""
96#~ "Om du inaktiverar challenge-response-autentisering så kan användarna "
97#~ "inte logga in med lösenord. Om du lämnar det aktiverat (som är standard) "
98#~ "så kommer \"PasswordAuthentication no\" inte att ha någon effekt om du "
99#~ "inte justerar din PAM-konfiguration i /etc/pam.d/ssh."
100
110#~ msgid "New host key mandatory" 101#~ msgid "New host key mandatory"
111#~ msgstr "Ny värdnyckel är obligatorisk" 102#~ msgstr "Ny värdnyckel är obligatorisk"
112 103