1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-07-23 11:58:01 +00:00

fixed private key handling (fixed , fixed , fixed )

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

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