From 25887b075f13ca531a8ce231e7c74eb030592e7f Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Mon, 20 Nov 2023 15:01:57 -0500 Subject: [PATCH] Use ssh from our tap (#662) Fixes #661 --- docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 7031318..54383b0 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -41,7 +41,7 @@ ssh admin@$(tart ip sonoma-base) from within Tart virtual machines. Alternatively, you can use plain ssh connection and `tart ip` command: ```bash - brew install sshpass + brew install cirruslabs/cli/sshpass sshpass -p admin ssh -o "StrictHostKeyChecking no" admin@$(tart ip sonoma-base) "uname -a" sshpass -p admin ssh -o "StrictHostKeyChecking no" admin@$(tart ip sonoma-base) < script.sh ```