diff --git a/cmd/agent/agent.go b/cmd/agent/agent.go index 772fa2b..0bd1d86 100755 --- a/cmd/agent/agent.go +++ b/cmd/agent/agent.go @@ -258,8 +258,8 @@ func main() { agentService = service.NewSshAgentService(registration.HostPrivateKey, shell, authorizedKeys) - //service = ConnectionServer(netCatServer) - //service = ConnectionServer(echoServer) + //agentService = ConnectionServer(netCatServer) + //agentService = ConnectionServer(echoServer) log.Println() log.Printf("Clients should use the following commands to connect to this agent:") log.Println()