1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-02 11:44:01 +03:00

fixed private key handling (fixed #2018, fixed #2053, fixed #1966)

This commit is contained in:
Eugene Pankov 2020-02-16 21:25:52 +01:00
parent 665ce2f022
commit 851d92a140

View File

@ -104,7 +104,7 @@ export class SSHService {
}
}
privateKey = parsedKey!.toString('ssh')
privateKey = parsedKey!.toString('pem')
}
}