()
| 45 | } |
| 46 | |
| 47 | export function isInteractiveHostKeyApprovalAvailable(): boolean { |
| 48 | return sshPromptService?.hasInteractiveResponder() === true; |
| 49 | } |
| 50 | |
| 51 | export function appendOpenSSHHostKeyPolicyArgs(args: string[]): void { |
| 52 | if (hostKeyPolicyMode === "strict") { |
no test coverage detected