SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SSHSettingsGSSAuthTypes Property

A comma-separated list of authentication types.

Object Oriented Interface

public function getSSHSettingsGSSAuthTypes();
public function setSSHSettingsGSSAuthTypes($value);

Procedural Interface

secureblackbox_sshclient_get($res, 104 );
secureblackbox_sshclient_set($res, 104, $value );

Default Value

''

Remarks

A comma-separated list of authentication types. Two types are currently supported: gssapi-with-mic and gssapi-keyex.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]