Skip to content

Commit

Permalink
SSH: allow setting config: false to ignore local user ~/.ssh/config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Aug 13, 2024
1 parent f48987a commit 190f4fb
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 @@ -64,3 +64,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 190f4fb

Please sign in to comment.