Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ title: Short-lived certificates (legacy)
pcx_content_type: how-to
sidebar:
order: 6
head:
- tag: title
content: Configure short-lived certificates (legacy)
label: Short-lived certificates (legacy)
---

import { Render } from "~/components";

:::note[Short-lived certificates are now managed through Access for Infrastructure.]
Cloudflare recommends configuring short-lived certificates through our new [Access for Infrastructure](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) workflow. Access for Infrastructure supports differing SSH aliases out-of-the-box, removes the need for client SSH configuration, and allows for more granular security policies.
:::note
Not recommended for new deployments. We recommend using [Access for Infrastructure](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) to configure short-lived certificates for SSH.
:::

<Render
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pcx_content_type: how-to
title: Connect to SSH with client-side cloudflared (legacy)
sidebar:
order: 5
label: SSH with client-side cloudflared
label: SSH with client-side cloudflared (legacy)
---

import { Render } from "~/components";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
title: SSH proxy and command logs
title: SSH proxy and command logs (legacy)
pcx_content_type: how-to
sidebar:
order: 3
label: SSH proxy and command logs (legacy)
---

import { Render } from "~/components";

:::note
Cloudflare recommends configuring SSH command logs through our new [Access for Infrastructure](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) workflow. Access for Infrastructure supports differing SSH aliases out-of-the-box, custom SSH ports, and Logpush integrations.
Not recommended for new deployments. We recommend using [Access for Infrastructure](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/) to manage SSH sessions and log SSH commands.
:::

Cloudflare Zero Trust supports SSH proxying and command logging using Secure Web Gateway and the WARP client.
Expand Down