This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Scanning remote target on MacOS fails with ssh-error: "path ... too long for Unix domain socket" #254
Labels
Milestone
On MacOS ssh's ControlPath gets too long, so you get an error similar to:
When an error like this happens outside scap-workbench, it can be easily remedied by creating a ~/.ssh/ssh_config with content like
But the scap-workbench seems to ignore settings in that file and to "hard-code" the socket with a much too long path.
Remark: the length is limited to 184 characters including the trailing 0
The text was updated successfully, but these errors were encountered: