Skip to content

Commit

Permalink
Merge pull request #908 from basecamp/ignorable-ssh-config
Browse files Browse the repository at this point in the history
SSH: allow setting `config: false` to ignore local user `~/.ssh/config`
  • Loading branch information
djmb authored Oct 2, 2024
2 parents cd12f95 + 190f4fb commit c10b3fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/kamal/configuration/docs/ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,10 @@ ssh:
# An array of strings, with each element of the array being
# a raw private key in PEM format.
key_data: [ "-----BEGIN OPENSSH PRIVATE KEY-----" ]

# Config
#
# 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.
config: true

0 comments on commit c10b3fb

Please sign in to comment.