mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 10:07:41 +00:00
fix(config): allow gateway.remote ssh fields
This commit is contained in:
@@ -1283,6 +1283,8 @@ export const ClawdbotSchema = z.object({
|
||||
remote: z
|
||||
.object({
|
||||
url: z.string().optional(),
|
||||
sshTarget: z.string().optional(),
|
||||
sshIdentity: z.string().optional(),
|
||||
token: z.string().optional(),
|
||||
password: z.string().optional(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user