Skip to content

Commit d1749ca

Browse files
committed
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`.
1 parent 28021eb commit d1749ca

File tree

1 file changed

+1
-1
lines changed
  • lib/kamal/configuration/docs

1 file changed

+1
-1
lines changed

lib/kamal/configuration/docs/ssh.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ ssh:
6666
#
6767
# Set to true to load the default OpenSSH config files (~/.ssh/config,
6868
# /etc/ssh_config), to false ignore config files, or to a file path
69-
# (or array of paths) to load specific configuration. Defaults to true.
69+
# to load specific configuration. Defaults to true.
7070
config: true

0 commit comments

Comments
 (0)