1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-24 19:13:31 +03:00

Update ssh.ts

This commit is contained in:
Eugene Pankov 2021-12-06 18:12:54 +01:00
parent 1928cda394
commit aa62ca9a6e
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -24,7 +24,7 @@ const WINDOWS_OPENSSH_AGENT_PIPE = '\\\\.\\pipe\\openssh-ssh-agent'
export interface Prompt { export interface Prompt {
prompt: string prompt: string
echo: boolean echo?: boolean
} }
interface AuthMethod { interface AuthMethod {