Add SSH command execution service
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.litoralregas.openvpn.ssh;
|
||||
|
||||
public record SshTestRequest(
|
||||
String host,
|
||||
int port,
|
||||
String username,
|
||||
String password
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user