perf: ssh PTY模式登录设置

This commit is contained in:
xiaojunnuo
2025-04-21 17:26:42 +08:00
parent 9b8f60b64b
commit 8385bcc2d7
2 changed files with 15 additions and 2 deletions
@@ -63,6 +63,17 @@ 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: "socks代理",
helper: "socks代理配置,格式:socks5://user:password@host:port",