privateKey property

String? privateKey
final

For SSH access, the temporary private key. For OpenSSH clients (e.g., command line SSH), you should save this value to tempkey).

Implementation

final String? privateKey;