SVCS - English Documentation
Loading...
Searching...
No Matches
SSHServer.cxx File Reference

Implementation of the SSHServer class for SVCS remote operations over SSH. More...

#include "SSHServer.hxx"
#include "RemoteProtocol.hxx"
#include "../../services/Event.hxx"
#include "../../platform/include/NetworkUtils.hxx"
#include <openssl/evp.h>
#include <openssl/rand.h>
#include <algorithm>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <filesystem>
#include <map>
#include <cstring>

Namespaces

namespace  svcs::server
 Server-side components and administration commands.

Detailed Description

Implementation of the SSHServer class for SVCS remote operations over SSH.

Provides SSH server functionality for handling secure remote connections, authenticating users, and delegating SVCS operations to RemoteProtocol.