Skip to content

Commit c10b3fb

Browse files
authored
Merge pull request #908 from basecamp/ignorable-ssh-config
SSH: allow setting `config: false` to ignore local user `~/.ssh/config`
2 parents cd12f95 + 190f4fb commit c10b3fb

File tree

1 file changed

+7
-0
lines changed
  • lib/kamal/configuration/docs

1 file changed

+7
-0
lines changed

lib/kamal/configuration/docs/ssh.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,10 @@ ssh:
6161
# An array of strings, with each element of the array being
6262
# a raw private key in PEM format.
6363
key_data: [ "-----BEGIN OPENSSH PRIVATE KEY-----" ]
64+
65+
# Config
66+
#
67+
# Set to true to load the default OpenSSH config files (~/.ssh/config,
68+
# /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.
70+
config: true

0 commit comments

Comments
 (0)