diff --git a/nezha-fronted/src/components/cli/webSSH.vue b/nezha-fronted/src/components/cli/webSSH.vue index f029001af..685bed8ca 100644 --- a/nezha-fronted/src/components/cli/webSSH.vue +++ b/nezha-fronted/src/components/cli/webSSH.vue @@ -226,8 +226,8 @@ - - + + @@ -921,6 +921,7 @@ export default { } else { this.customConnect.authPriKey = '' this.customConnect.port = 23 + this.customConnect.authType = 1 } setTimeout(() => { this.$refs.customConnect.clearValidate()