Skip to content

Commit 152b9f2

Browse files
edits
1 parent b3fa2b4 commit 152b9f2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
label: SSH with Access for Infrastructure
77
---
88

9-
import { Tabs, TabItem, Badge, Render, APIRequest, Steps } from "~/components";
9+
import { Tabs, TabItem, Badge, Render, APIRequest } from "~/components";
1010

1111
[Access for Infrastructure](/cloudflare-one/applications/non-http/infrastructure-apps/) provides granular control over how users can connect to your SSH servers. This feature uses the same deployment model as [WARP-to-Tunnel](/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-warp-to-tunnel/) but unlocks more policy options and command logging functionality.
1212

@@ -342,7 +342,7 @@ Subsystem sftp /usr/lib/openssh/sftp-server
342342

343343
The next steps will walk you through a troubleshooting regimen. You will temporarily replace your existing `sshd_config` file with the provided example to rule out configuration issues. Before proceeding, carefully [review and compare both files](#review-your-sshd_config-file-for-misconfigurations) to identify any conflicting directives.
344344

345-
:::caution[You may be lose access to your SSH server]
345+
:::caution[You may lose access to your SSH server]
346346

347347
These troubleshooting steps could result in you being locked out of your SSH server because your existing auth may rely on existing configuration that is not in the [example file](#review-your-sshd_config-file-for-misconfigurations). Proceed with utmost caution.
348348

@@ -374,6 +374,4 @@ These troubleshooting steps could result in you being locked out of your SSH ser
374374

375375
<Render file="ssh/restart-server" product="cloudflare-one" />
376376

377-
378-
379-
377+
// Need a conclusion. What does this do? What if it still doesn't work?

0 commit comments

Comments
 (0)