From 85571844c69cddcd0906cf0071bbbf4c4b698b1e Mon Sep 17 00:00:00 2001 From: Elara Date: Mon, 5 Aug 2024 01:45:31 +0000 Subject: [PATCH] Update Backends --- Backends.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Backends.md b/Backends.md index 8ba53ef..98e7a8b 100644 --- a/Backends.md +++ b/Backends.md @@ -1,3 +1,6 @@ +> **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. + ## `docker` The Docker backend integrates with a docker daemon running on your system to provide shell access into containers.