Server ssh works!!

This commit is contained in:
Your Name
2025-04-25 22:00:41 +12:00
parent 1d8502d71a
commit 5d7a22794d
6 changed files with 84 additions and 23 deletions

View File

@ -20,6 +20,8 @@ namespace dropshell {
bool create_service(const std::string& server_name, const std::string& service_name);
void interactive_ssh(const std::string & server_name, const std::string & service_name, const std::string & command);
} // namespace dropshell