"...resnet50_tensorflow.git" did not exist on "34a93745259ca40db718763a85ad38fc8ee433e5"
Commit d77a99c9 authored by Shinai Yang (FA TALENT)'s avatar Shinai Yang (FA TALENT)
Browse files

fix remote bug

parent 36dbc0fe
......@@ -28,7 +28,7 @@ export namespace ValidationSchemas {
username: joi.string().required(),
ip: joi.string().ip().required(),
port: joi.number().min(1).max(65535).required(),
passwd: joi.string().required(),
passwd: joi.string(),
sshKeyPath: joi.string(),
passphrase: joi.string()
})),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment