↓ 14 callersFunctionqmpKey(
host: string,
vmid: number,
key: string,
sshUser = 'root',
keyPath = '~/.ssh/id_rsa',
)
packages/api/src/executor/qmp-input.ts:272
↓ 8 callersFunctionqmpType(
host: string,
vmid: number,
text: string,
sshUser = 'root',
keyPath = '~/.ssh/id_rsa',
delay = 3
packages/api/src/executor/qmp-input.ts:235
↓ 4 callersFunctionsendQmpCommand(
host: string,
vmid: number,
command: string,
args: Record<string, any> = {},
sshUser = 'root',
k
packages/api/src/executor/qmp-input.ts:80
↓ 2 callersFunctionqmpClick(
host: string,
vmid: number,
x: number,
y: number,
sshUser = 'root',
keyPath = '~/.ssh/id_rsa',
packages/api/src/executor/qmp-input.ts:149