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.

Object Oriented Interface

public function getSSHPublicKeyAlgorithms();
public function setSSHPublicKeyAlgorithms($value);

Procedural Interface

ipworksssh_psclient_get($res, 33 );
ipworksssh_psclient_set($res, 33, $value );

Default Value

'ssh-rsa,ssh-dss'

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 class 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.

Data Type

String

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