mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-05 02:50:00 +00:00
gpg4win support maybe?
This commit is contained in:
parent
be3bae3a6f
commit
b234300bd8
@ -125,7 +125,10 @@ export class SSHSession {
|
|||||||
if (await fs.exists(WINDOWS_OPENSSH_AGENT_PIPE)) {
|
if (await fs.exists(WINDOWS_OPENSSH_AGENT_PIPE)) {
|
||||||
this.agentPath = WINDOWS_OPENSSH_AGENT_PIPE
|
this.agentPath = WINDOWS_OPENSSH_AGENT_PIPE
|
||||||
} else {
|
} else {
|
||||||
if (await this.platform.isProcessRunning('pageant.exe')) {
|
if (
|
||||||
|
await this.platform.isProcessRunning('pageant.exe') ||
|
||||||
|
await this.platform.isProcessRunning('gpg-agent.exe')
|
||||||
|
) {
|
||||||
this.agentPath = 'pageant'
|
this.agentPath = 'pageant'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user