From e44128b8e94c97bd3e1065a07de58a988aff4820 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Sun, 25 Jun 2023 17:12:04 +0200 Subject: [PATCH] Update install.md --- recipes/shell/ssh/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/shell/ssh/install.md b/recipes/shell/ssh/install.md index 3d574f3e..e7da0b22 100644 --- a/recipes/shell/ssh/install.md +++ b/recipes/shell/ssh/install.md @@ -14,7 +14,7 @@ $ brew install openssh ### Install OpenSSH ```sh -$ sudo apt-get install openssh-server openssh-client +$ sudo apt-get install openssh-server openssh-client -y ``` ### Verify SSH service is running