From f066b50e734be90986c6affa672dfbd87e7ba60f Mon Sep 17 00:00:00 2001 From: pboubel <40041534+pboubel@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:59:52 +1000 Subject: [PATCH] Fix angle brackets in 'User' keyword --- docs/getting_started/first_steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/first_steps.md b/docs/getting_started/first_steps.md index 202b59434..e8a01bfc3 100644 --- a/docs/getting_started/first_steps.md +++ b/docs/getting_started/first_steps.md @@ -175,7 +175,7 @@ The following lines should be added to your `~/.ssh/config` to describe the SSH ```ssh Host gadi Hostname gadi.nci.org.au -User <your-NCI-username> +User ForwardX11 true ForwardX11Trusted yes IdentityFile ~/.ssh/id_gadi