Verify OpenVPN tools over SSH

This commit is contained in:
litoral05
2026-05-05 11:49:51 +01:00
parent c9305ff665
commit 4355f78986
@@ -14,6 +14,8 @@ public class SshTestController {
@PostMapping @PostMapping
public SshCommandResult test() { public SshCommandResult test() {
return sshService.executeOnConfiguredVps("whoami && hostname"); return sshService.executeOnConfiguredVps(
"/var/litoral_regas_openvpn/tools/list-clients.sh"
);
} }
} }