Allow to run ssh commands to localhost #561
Closed
Annotations
4 errors
PHPStan:
src/Runner/SshRunner.php#L105
If condition is always false.
|
PHPStan:
src/Runner/SshRunner.php#L105
Offset 'no_bash' on array{port?: int, path_private_key?: string, jump_host?: string, multiplexing_control_path?: string, multiplexing_control_persist?: string, enable_strict_check?: bool, password_authentication?: bool} on left side of ?? does not exist.
|
PHPStan:
src/Runner/SshRunner.php#L125
If condition is always false.
|
PHPStan:
src/Runner/SshRunner.php#L125
Offset 'allow_local…' on array{port?: int, path_private_key?: string, jump_host?: string, multiplexing_control_path?: string, multiplexing_control_persist?: string, enable_strict_check?: bool, password_authentication?: bool} on left side of ?? does not exist.
|
Loading