You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am finding that the ssh/config property for my kamal 2.2.2 deployment doesn't actually support a custom ssh config path as described in the documentation.
ERROR (Kamal::ConfigurationError): ssh/config: should be a boolean
The docs clearly say that this property defaults to true to load the default OpenSSH config files, but can be set "to a file path (or array of paths) to load specific configuration". I am trying to set it to a path, but as you can see in the attached error log, it is not valid configuration.
Are there any examples of how to do this correctly?
The text was updated successfully, but these errors were encountered:
Thanks for finding that PR. I'd be very interested in this functionality being available soon. @jeremy are you able to help me finding someone to review and bring that change in?
I am finding that the ssh/config property for my kamal 2.2.2 deployment doesn't actually support a custom ssh config path as described in the documentation.
kamal details
output:The docs clearly say that this property defaults to true to load the default OpenSSH config files, but can be set "to a file path (or array of paths) to load specific configuration". I am trying to set it to a path, but as you can see in the attached error log, it is not valid configuration.
Are there any examples of how to do this correctly?
The text was updated successfully, but these errors were encountered: