create command logic in the kernel so that you can execute remotely process commands and receive responses
you can also think about executing commands on the server as in ansible.
that is, describe the execution of commands and select the connection, and then the command will be executed.
this functionality has a place to be, as this command can be reused.