From aa62cf6e4f49e49566a1f0d6ae2f2cfa08754848 Mon Sep 17 00:00:00 2001 From: Erik Brakkee <erik@brakkee.org> Date: Mon, 26 Aug 2024 10:06:39 +0200 Subject: [PATCH] minor renames. --- cmd/agent/agent.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()