SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SSHSettingsGSSHostname Property

The GSS host name, in form of a FQDN (e.

Object Oriented Interface

public function getSSHSettingsGSSHostname();
public function setSSHSettingsGSSHostname($value);

Procedural Interface

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

Default Value

''

Remarks

The GSS host name, in form of a FQDN (e.g. hostname.com), a principal name (e.g. 'host@hostname.com), or a cross-real ticket-granting ticket (e.g. krbtgt/test.com@example.com).

Data Type

String

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