Skip to content

Commit 9859a84

Browse files
authored
add IdP alias option (#18282)
1 parent fbdc226 commit 9859a84

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ssh <username>@<target IP>
7979

8080
SSH with Access for Infrastructure also supports `scp` and `rsync` commands. At this time, `sftp` is not supported.
8181

82-
For more information, refer to the [Access for Infrastructure documentation](/cloudflare-one/applications/non-http/infrastructure-apps/#connect-as-a-user).
82+
To learn more about user connections, refer to the [Access for Infrastructure documentation](/cloudflare-one/applications/non-http/infrastructure-apps/#4-connect-as-a-user).
8383

8484
## SSH command logs
8585

src/content/partials/cloudflare-one/access/add-infrastructure-app.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ import { Tabs, TabItem, Render } from "~/components"
2222
9. To secure your targets, configure a policy that defines who can connect and how they can connect:
2323
1. Enter any name for your policy.
2424
2. Create a rule that matches the users who are allowed to reach the targets. For more information, refer to [Access policies](/cloudflare-one/policies/access/) and review the list of [infrastructure policy selectors](/cloudflare-one/applications/non-http/infrastructure-apps/#infrastructure-policy-selectors).
25-
3. In **Connection context**, enter the UNIX usernames that users can log in as (for example, `root` or `ec2-user`).
25+
3. In **Connection context**, configure the following settings:
26+
- **SSH user**: Enter the UNIX usernames that users can log in as (for example, `root` or `ec2-user`).
27+
- **Allow users to log in as their email alias**: (Optional) When selected, users who match your policy definition will be able to access the target using their email address prefix. For example, `[email protected]` could log in as `jdoe`.
28+
29+
:::note
30+
Cloudflare will not create new users on the target. UNIX users must already be present on the server.
31+
:::
2632
4. Select **Add application**.
2733
</TabItem>
2834
<TabItem label="API">

0 commit comments

Comments
 (0)