diff --git a/source/src/commands/install.cpp b/source/src/commands/install.cpp index 7cc9d1f..86bd443 100644 --- a/source/src/commands/install.cpp +++ b/source/src/commands/install.cpp @@ -339,7 +339,7 @@ namespace dropshell // just test all is ok std::string output; - bool okay = execute_ssh_command(server_env.get_SSH_INFO(), sCommand(agent_path, "./bb64 -i QkI2NCBpcyBjb3JyZWN0bHkgaW5zdGFsbGVk", {}), cMode::CaptureOutput, &output); + bool okay = execute_ssh_command(server_env.get_SSH_INFO(), sCommand(agent_path, "./bb64 -i VGhlIGRyb3BzaGVsbCByZW1vdGUgYWdlbnQgaXMgY29ycmVjdGx5IGluc3RhbGxlZC4=", {}), cMode::CaptureOutput, &output); if (!okay) { std::cerr << "Failed to install bb64 on " << server << std::endl;