perf: ssh伪终端模式优化,windows下不开启

This commit is contained in:
xiaojunnuo
2025-04-21 17:34:26 +08:00
parent 8385bcc2d7
commit 42dfe936b7
2 changed files with 13 additions and 13 deletions

View File

@@ -63,16 +63,15 @@ export class SshAccess extends BaseAccess {
})
passphrase!: string;
@AccessInput({
title: "伪终端",
helper: "如果登录报错all authentication methods failed可以尝试开启伪终端模式进行keyboard-interactive方式登录",
value:false,
component: {
name: "a-switch",
vModel: "checked",
},
})
pty = false;
// @AccessInput({
// title: "伪终端",
// helper: "如果登录报错all authentication methods failed可以尝试开启伪终端模式进行keyboard-interactive方式登录",
// component: {
// name: "a-switch",
// vModel: "checked",
// },
// })
// pty!: boolean;
@AccessInput({
title: "socks代理",