feat: implement ready chanel to wait for established connection
This commit is contained in:
parent
4ed6a61b1d
commit
5de9ff7961
3 changed files with 41 additions and 11 deletions
|
|
@ -14,6 +14,11 @@ const (
|
|||
serviceName = "workctl"
|
||||
keySSHPassword = "ssh-password"
|
||||
keyRDPPassword = "rdp-password"
|
||||
|
||||
PortLocalSSH = "2048"
|
||||
PortLocalRDP = "6000"
|
||||
PortRemoteSSH = "22"
|
||||
PortRemoteRDP = "3389"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue