IP*Works! SSH V9 - Online Help
IP*Works! SSH V9
Questions / Feedback?

SSHPublicKeyAlgorithms Property

A comma-separated list containing all allowable public key authentication algorithms.

Syntax

[VB.NET]
Public Property SSHPublicKeyAlgorithms As String

[C#]
public string SSHPublicKeyAlgorithms {get; set;}

Remarks

SSH allows different algorithms to be negotiated for use when establishing the security layer of the connection. SSHPublicKeyAlgorithms controls the public key algorithm list supplied by the component to the SSHHost. It is a comma-separated list containing the names of public key algorithms as defined by section 6.6 of the SSH Transport Layer specification (RFC 4253).

The value of this property must be a comma-separated list containing one or more of the following values:

ssh-dssRaw DSS Key
ssh-rsaRaw RSA Key

Note: the algorithms listed by this property control only the public key algorithm used when authenticating the SSHHost. In most SSH server implementations, this list has no bearing on the public key algorithms that can be used to authenticate the client.

Default Value

"ssh-rsa,ssh-dss"

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0