Skip to content

Commit

Permalink
ssh/config does not accept an array of paths
Browse files Browse the repository at this point in the history
`ssh -F` only accepts a single config file, and it's what we use for interactive commands, e.g. `kamal app logs --follow`.
  • Loading branch information
Burgestrand committed Oct 28, 2024
1 parent 28021eb commit d1749ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/configuration/docs/ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d1749ca

Please sign in to comment.