From f4714132d3dc07393150365879aca9731d3112db Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 1 Apr 2022 18:22:22 -0700 Subject: fix a comment's example usage of the :SSH connection type Signed-off-by: Sean Whitton --- src/connection/sudo.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection') diff --git a/src/connection/sudo.lisp b/src/connection/sudo.lisp index 8f3d238..1197918 100644 --- a/src/connection/sudo.lisp +++ b/src/connection/sudo.lisp @@ -86,7 +86,7 @@ ;; ;; Preserve SSH_AUTH_SOCK for root to enable this sort of workflow: deploy ;; laptop using (:SUDO :SBCL) and then DEFHOST for laptop contains - ;; (DEPLOYS ((:SSH :TO "root")) ...) to deploy a VM running on the laptop. + ;; (DEPLOYS ((:SSH :USER "root")) ...) to deploy a VM on the laptop. ;; ;; This only works for sudoing to root because only the superuser can ;; access the socket (and was always able to, so we're not granting new -- cgit v1.2.3