From 25a3f5d1ba568e6718abee4798a58ed4eb5d5475 Mon Sep 17 00:00:00 2001 From: Kim Burgestrand Date: Mon, 28 Oct 2024 22:32:45 +0100 Subject: [PATCH] `ssh/config` does not accept an array of paths `ssh -F` only accepts a single config file, and it's what we use for interactive commands, e.g. `kamal app logs --follow`. --- lib/kamal/configuration/docs/ssh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kamal/configuration/docs/ssh.yml b/lib/kamal/configuration/docs/ssh.yml index 8d1033521..fa4894c5a 100644 --- a/lib/kamal/configuration/docs/ssh.yml +++ b/lib/kamal/configuration/docs/ssh.yml @@ -66,5 +66,5 @@ ssh: # # Set to true to load the default OpenSSH config files (~/.ssh/config, # /etc/ssh_config), to false ignore config files, or to a file path - # (or array of paths) to load specific configuration. Defaults to true. + # to load specific configuration. Defaults to true. config: true