SSHCert Property
A certificate to be used during SSH negotiation.
Syntax
public Certificate getSSHCert(); public void setSSHCert(Certificate SSHCert);
Remarks
The digital certificate that the server will use during SSH negotiation. A certificate with a private key is required for session authentication and encryption.
This is the server's certificate, and must be set prior to setting Listening to True.