SSH: allow setting config: false to ignore local user ~/.ssh/config

This commit is contained in:
Jeremy Daer
2024-08-13 12:46:50 -07:00
parent f48987aa03
commit 190f4fba28

View File

@@ -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