From 5b178f1662f58d52287169855fb8a93f48a6c8c5 Mon Sep 17 00:00:00 2001 From: Elara Date: Mon, 5 Aug 2024 01:57:27 +0000 Subject: [PATCH] Update Backends --- Backends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backends.md b/Backends.md index 98e7a8b..adf0bc6 100644 --- a/Backends.md +++ b/Backends.md @@ -1,5 +1,5 @@ > **Tip** -> Seashell ssh commands like `ssh user:proxy@ssh.example.com` can be written as `ssh user~proxy@ssh.example.com` if your client doesn't allow the colon character in connection strings. +> You can use a tilde (`~`) character instead of a colon (`:`) in Seashell SSH commands if your SSH client doesn't allow the colon character in connection strings. For example, you can use `ssh user~proxy@ssh.example.com` instead of `ssh user:proxy@ssh.example.com`. ## `docker`