diff --git a/scarf/scarf/Features/Servers/ViewModels/RemoteDiagnosticsViewModel.swift b/scarf/scarf/Features/Servers/ViewModels/RemoteDiagnosticsViewModel.swift index c96b31d..06b9649 100644 --- a/scarf/scarf/Features/Servers/ViewModels/RemoteDiagnosticsViewModel.swift +++ b/scarf/scarf/Features/Servers/ViewModels/RemoteDiagnosticsViewModel.swift @@ -305,9 +305,19 @@ final class RemoteDiagnosticsViewModel { } } - /// Direct ssh invocation — same style as TestConnectionProbe. Uses the - /// connection's ControlMaster socket so this is cheap (~5ms) after the - /// first connection is warm. + /// Direct ssh invocation. Pipes the script into `sh` on stdin rather + /// than passing it as `sh -c