summaryrefslogtreecommitdiff
path: root/po/ja/random-bits.po
diff options
context:
space:
mode:
authorvictory .deb <victory.deb@gmail.com>2016-06-01 12:15:39 +0000
committervictory .deb <victory.deb@gmail.com>2016-06-01 12:15:39 +0000
commitb0105064343248d477afcd497a184fc66853f17a (patch)
treebe63461a340e34bab7729cb32c169d4a47a56c02 /po/ja/random-bits.po
parent1885c56f4596eeb6bf4912ab51970e23cdf56aba (diff)
downloadinstallation-guide-b0105064343248d477afcd497a184fc66853f17a.zip
[doc:ja] apply translations already done in 2014 w/ incorporate changes since then,
unfuzzy remained fuzzy strings.
Diffstat (limited to 'po/ja/random-bits.po')
-rw-r--r--po/ja/random-bits.po26
1 files changed, 23 insertions, 3 deletions
diff --git a/po/ja/random-bits.po b/po/ja/random-bits.po
index 50d3a03a1..97919ee2a 100644
--- a/po/ja/random-bits.po
+++ b/po/ja/random-bits.po
@@ -1661,10 +1661,9 @@ msgstr ""
#. Tag: title
#: random-bits.xml:776
-#, fuzzy, no-c-format
-#| msgid "Remote access: Installing SSH and setting a password"
+#, no-c-format
msgid "Remote access: Installing SSH and setting up access"
-msgstr "リモートアクセス: SSH のインストールとパスワード設定"
+msgstr "リモートアクセス: SSH のインストールとアクセス方法の設定"
#. Tag: para
#: random-bits.xml:777
@@ -1691,6 +1690,25 @@ msgid ""
"</screen></informalexample> Lastly, access can be set up by adding a non-"
"root user and setting a password:"
msgstr ""
+"コンソール経由でシステムにログインできる場合はこの節を飛ばせます。後でネット"
+"ワーク経由でシステムにアクセスできるようにする必要がある場合は SSH をインス"
+"トールしてアクセス方法を用意する必要があります。<informalexample><screen>\n"
+"# apt install ssh\n"
+"</screen></informalexample> パスワードによる root のログインはデフォルトで無"
+"効になっているため、パスワードを設定してパスワードによる root のログインを有"
+"効にしてアクセス方法を用意します: <informalexample><screen>\n"
+"# passwd\n"
+"# editor /etc/ssh/sshd_config\n"
+"</screen></informalexample> 有効にするオプション: <informalexample><screen>\n"
+"PermitRootLogin yes\n"
+"</screen></informalexample> root アカウントに SSH の鍵を追加してアクセス方法"
+"を用意することもできます: <informalexample><screen>\n"
+"# mkdir /root/.ssh\n"
+"# cat &lt;&lt; EOF &gt; /root/.ssh/authorized_keys\n"
+"ssh-rsa ....\n"
+"EOF\n"
+"</screen></informalexample> 最後に、root ユーザを追加してパスワードを設定して"
+"アクセス方法を用意することもできます:"
#. Tag: screen
#: random-bits.xml:801
@@ -1699,6 +1717,8 @@ msgid ""
"# adduser joe\n"
"# passwd joe"
msgstr ""
+"# adduser joe\n"
+"# passwd joe"
#. Tag: title
#: random-bits.xml:806