Skip to content

Commit 65f532f

Browse files
author
Mayuko Sawai
authored
Merge pull request circleci#7006 from circleci/ja-localization
Ja localization
2 parents 5e44834 + 5a6aa09 commit 65f532f

18 files changed

+520
-541
lines changed

jekyll/_cci2_ja/add-ssh-key.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ version:
7272

7373
すべての CircleCI ジョブは、`ssh-agent` を使用して登録済みのすべての SSH キーに自動的に署名します。 ただし、コンテナに実際にキーを登録するには、`add_ssh_keys` キーを**必ず使用してください**
7474

75-
SSH キーをコンテナに追加するには、 [特別なステップ]({{ site.baseurl }}/ja/2.0/configuration-reference/#add_ssh_keys) である`add_ssh_keys` を設定ファイルの適切な [ジョブ]({{ site.baseurl }}/ja/2.0/jobs-steps/) の中で使用します。
75+
SSH キーをコンテナに追加するには、 [特別なステップ]({{site.baseurl}}/ja/2.0/configuration-reference/#add_ssh_keys) である`add_ssh_keys` を設定ファイルの適切な [ジョブ]({{ site.baseurl }}/ja/2.0/jobs-steps/) の中で使用します。
76+
77+
セルフホストランナーの場合、システムに `ssh-agent` があり`add_ssh_keys` ステップが正常に使用できることを確認して下さい。 SSH キーは、`$HOME/.ssh/id_rsa_<fingerprint>`に記述されます。`$HOME`は、ジョブを実行するように設定されたユーザーのホームディレクトリで、`<fingerprint>` はこのキーのフィンガープリントです。 ホストエントリーは、キーを使用するための関連する `IdentityFile` オプションと一緒に `$HOME/.ssh/config` にも追加されます。
78+
{: class="alert alert-info"}
7679

7780
```yaml
7881
version: 2

jekyll/_cci2_ja/bitbucket-integration.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ CircleCI requests the following permissions from Bitbucket, as defined in the ht
5454
**Write Permissions**
5555

5656
- ユーザーのリポジトリ リストを取得する
57-
- ユーザー アカウントへの SSH 鍵の追加
57+
- ユーザーアカウントへの SSH キーの追加
5858

5959
**Admin Permissions**, needed for setting up a project
6060

@@ -81,9 +81,9 @@ When you add a new project, CircleCI creates a deployment key on Bitbucket for y
8181

8282
**What is a user key?**
8383

84-
A user key is user-specific an SSH key-pair. Bitbucket stores the public key, and CircleCI stores the private key. 秘密鍵を持っていると、プロジェクトへの「Git」アクセスの目的で、そのユーザーとして行動することができます。
84+
A user key is user-specific an SSH key-pair. Bitbucket stores the public key, and CircleCI stores the private key. プライベートキーを持っていると、プロジェクトへの「Git」アクセスの目的で、そのユーザーとして行動することができます。
8585

86-
現在、Bitbucket は、ユーザー キーを作成する API を CircleCI に提供していません。 However, it is still possible to create a user key by following the workaround in the section below.
86+
現在、Bitbucket は、ユーザーキーを作成する API を CircleCI に提供していません。 However, it is still possible to create a user key by following the workaround in the section below.
8787

8888
[#create-a-bitbucket-user-key]
8989
=== Create a Bitbucket user key
@@ -101,7 +101,7 @@ This SSH user key will have a "PREFERRED" label. If the project also has a deplo
101101
[#how-are-private-keys-used]
102102
=== How are private keys used?
103103

104-
When CircleCI builds your project, the private key is installed into the `.ssh` directory and SSH is subsequently configured to communicate with your version control provider. したがって、秘密鍵は以下の用途で使用されます
104+
When CircleCI builds your project, the private key is installed into the `.ssh` directory and SSH is subsequently configured to communicate with your version control provider. したがって、プライベートキーは以下の用途で使用されます
105105

106106
- メインプロジェクトのチェックアウト
107107
- Checking out any Bitbucket-hosted submodules
@@ -111,16 +111,16 @@ When CircleCI builds your project, the private key is installed into the `.ssh`
111111
Private keys are also used to <<#enable-your-project-to-check-out-additional-private-repositories,enable your project to check out additional private repositories>>.
112112

113113
[#user-key-security]
114-
=== ユーザー キーのセキュリティ
114+
=== ユーザーキーのセキュリティ
115115

116-
CircleCI は、紐づけたユーザーキー (SSH Keys) を第三者に公開することはありません
116+
CircleCI SSH キーを公開することはありません
117117

118-
The private keys of the checkout key-pairs CircleCI generates never leave the CircleCI systems (only the public key is transmitted to Bitbucket) and are safely encrypted in storage. しかし、これらはビルド コンテナにインストールされるため、CircleCI で実行されるすべてのコードによって読み取ることができます。 同様に、SSH 鍵を使用できる開発者は、この鍵に直接アクセスできます
118+
The private keys of the checkout key-pairs CircleCI generates never leave the CircleCI systems (only the public key is transmitted to Bitbucket) and are safely encrypted in storage. しかし、これらはビルド コンテナにインストールされるため、CircleCI で実行されるすべてのコードによって読み取ることができます。 同様に、SSH キーを使用できる開発者は、このキーに直接アクセスできます
119119

120-
SSH 鍵は信頼するユーザーとのみ共有してください。 Bitbucket collaborators on projects employing user keys can access your repositories, therefore, only entrust a user key to someone with whom you would entrust your source code.
120+
SSH キーは信頼するユーザーとのみ共有してください。 Bitbucket collaborators on projects employing user keys can access your repositories, therefore, only entrust a user key to someone with whom you would entrust your source code.
121121

122122
[#user-key-access-related-error-messages]
123-
=== ユーザー キー アクセスに関するエラー メッセージ
123+
=== ユーザーキー アクセスに関するエラー メッセージ
124124

125125
ユーザーキーを追加する際に表示されがちなエラーを挙げています。
126126

0 commit comments

Comments
 (0)