Skip to content

Commit 0b2f468

Browse files
edits on steps
1 parent 3eae985 commit 0b2f468

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,14 @@ If the status of your Tunnel is Inactive, you must install and run the Tunnel on
255255

256256
If the status of your Tunnel is Down, the server could be turned off or the server was connected to Cloudflare at one point but is now no longer connected. This could be due to various changes on the server side, like firewalls, load balancers, or other network devices blocking `cloudflared` connections. Refer to the [Tunnel with Firewall](/cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-with-firewall/#test-connectivity) or [Troubleshooting Tunnel documentation](/cloudflare-one/connections/connect-networks/troubleshoot-tunnels/) for more information.
257257

258-
After you have vertified that there are no issues with your Tunnel's health, continue to verifying your `sshd_config` file.
258+
After you have vertified that there are no issues with your Tunnel's health, continue to verifying the user's existence on the target machine.
259259

260260
### 3. Confirm user existence on the target server
261261

262262
To verify the existence of the end user on the target server, run the `id <USERNAME>` command on the target SSH server to verify that the end user's username exists. If the username does not exist, you must add the user to the server.
263263

264+
If the user exists on the target machine, continue to debugging the `sshd_config` file.
265+
264266
### 4. Debug `sshd_config` file misconfiguration
265267

266268
Failure to connect to your SSH endpoint could be the result of multiple variables. One reason might be the result of a misconfigured `sshd_config` file.

0 commit comments

Comments
 (0)