KeyboardInteractiveMessage Property
The instructions to send to the client during keyboard-interactive authentication.
Object Oriented Interface
public function getKeyboardInteractiveMessage(); public function setKeyboardInteractiveMessage($value);
Procedural Interface
ipworksssh_sshdaemon_get($res, 14 ); ipworksssh_sshdaemon_set($res, 14, $value );
Default Value
''
Remarks
This property should be set to the main instructions to send to the client during keyboard-interactive authentication.
Data Type
String