From ac2e9779b0a701e347c665c81066448fecca7246 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:42:47 -0700 Subject: [PATCH] [Auto] Update directory for branch master (#2591) This is an auto-generated PR with directory updates for master --------- Co-authored-by: ben-z Co-authored-by: Ben Zhang --- pages/docs/compute-cluster/ssh.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/docs/compute-cluster/ssh.mdx b/pages/docs/compute-cluster/ssh.mdx index e30542e..2530f9f 100644 --- a/pages/docs/compute-cluster/ssh.mdx +++ b/pages/docs/compute-cluster/ssh.mdx @@ -131,15 +131,15 @@ Host bastion User alex IdentityFile ~/.ssh/id_rsa -Host trpro-ubuntu2 - HostName trpro-ubuntu2.cluster.watonomous.ca +Host derek3-ubuntu2 + HostName derek3-ubuntu2.cluster.watonomous.ca User alex IdentityFile ~/.ssh/id_rsa ProxyJump bastion ``` ```bash copy -ssh -v trpro-ubuntu2 +ssh -v derek3-ubuntu2 ```