From 190310464d715b16f1568bf975e823e4413ad022 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 30 Aug 2022 19:18:04 +0300 Subject: [PATCH] Update `username` in connecting to a workspace documenation (using JetBrains Gateway) (#3746) if someone is not using coder-provided templates, they might not have coder as a user name. --- docs/ides/gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ides/gateway.md b/docs/ides/gateway.md index 18e4258696..290c2bd456 100644 --- a/docs/ides/gateway.md +++ b/docs/ides/gateway.md @@ -17,7 +17,7 @@ Coder. 1. For the Host, enter `coder.` 1. For the Port, enter `22` (this is ignored by Coder) -1. For the Username, enter `coder` +1. For the Username, enter your workspace username 1. For the Authentication Type, select "OpenSSH config and authentication agent" 1. Make sure the checkbox for "Parse config file ~/.ssh/config" is checked.