Skip to content

Commit 967f2d6

Browse files
authored
Merge pull request github#18445 from github/repo-sync
repo sync
2 parents 105b9ed + 2487dd3 commit 967f2d6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

content/admin/github-actions/managing-access-to-actions-from-githubcom/about-using-actions-in-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Each action is a repository in the `actions` organization, and each action repos
4848

4949
**Notes:**
5050
- When using setup actions (such as `actions/setup-LANGUAGE`) on {% data variables.product.product_name %} with self-hosted runners, you might need to set up the tools cache on runners that do not have internet access. For more information, see "[Setting up the tool cache on self-hosted runners without internet access](/enterprise/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access)."
51-
- Bundled actions are automatically updated when {% data variables.product.product_name %} is updated.
51+
- When {% data variables.product.product_name %} is updated, bundled actions are automatically replaced with default versions in the upgrade package.
5252

5353
{% endnote %}
5454

content/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ If your organization doesn't require SSH certificates, members can continue to u
4242

4343
When you issue each certificate, you must include an extension that specifies which {% data variables.product.product_name %} user the certificate is for. For example, you can use OpenSSH's `ssh-keygen` command, replacing _KEY-IDENTITY_ with your key identity and _USERNAME_ with a {% data variables.product.product_name %} username. The certificate you generate will be authorized to act on behalf of that user for any of your organization's resources. Make sure you validate the user's identity before you issue the certificate.
4444

45+
{% note %}
46+
47+
**Note:** You must update to OpenSSH 7.6 or later to use these commands.
48+
49+
{% endnote %}
50+
4551
```shell
4652
$ ssh-keygen -s ./ca-key -V '+1d' -I <em>KEY-IDENTITY</em> -O extension:login@{% data variables.product.product_url %}=<em>USERNAME</em> ./user-key.pub
4753
```
@@ -62,4 +68,4 @@ You can restrict the IP addresses from which an organization member can access y
6268

6369
```shell
6470
$ ssh-keygen -s ./ca-key -V '+1d' -I <em>KEY-IDENTITY</em> -O extension:login@{% data variables.product.product_url %}=<em>USERNAME</em> -O source-address=<em>COMMA-SEPARATED-LIST-OF-IP-ADDRESSES-OR-RANGES</em> ./user-key.pub
65-
```
71+
```

0 commit comments

Comments
 (0)