This commit is contained in:
xiaojunnuo
2025-04-22 15:53:19 +08:00
parent dc5a5fa543
commit d8d255980e
2 changed files with 10 additions and 10 deletions

View File

@@ -63,15 +63,15 @@ export class SshAccess extends BaseAccess {
})
passphrase!: string;
// @AccessInput({
// title: "伪终端",
// helper: "如果登录报错all authentication methods failed可以尝试开启伪终端模式进行keyboard-interactive方式登录",
// component: {
// name: "a-switch",
// vModel: "checked",
// },
// })
// pty!: boolean;
@AccessInput({
title: "伪终端",
helper: "如果登录报错all authentication methods failed可以尝试开启伪终端模式进行keyboard-interactive方式登录\n开启后对日志输出有一定的影响",
component: {
name: "a-switch",
vModel: "checked",
},
})
pty!: boolean;
@AccessInput({
title: "socks代理",