We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd12f95 + 190f4fb commit c10b3fbCopy full SHA for c10b3fb
lib/kamal/configuration/docs/ssh.yml
@@ -61,3 +61,10 @@ ssh:
61
# An array of strings, with each element of the array being
62
# a raw private key in PEM format.
63
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