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
Copy file name to clipboardExpand all lines: pkg/devspace/config/versions/latest/schema.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -956,6 +956,9 @@ type SSH struct {
956
956
957
957
// RemoteAddress is the address to listen to inside the container
958
958
RemoteAddressstring`yaml:"remoteAddress,omitempty" json:"remoteAddress,omitempty" jsonschema_description:"RemoteAddress is the address to listen to inside the container."`
959
+
960
+
// UseInclude tells DevSpace to use a different file for ssh config
0 commit comments