Allow SSH client to be RPC Server #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently RPC client is only on the SSH client side of the connection, and the RPC server is only on the SSh Server side of the connection. SSH allows bidirectional communication, so an SSH server being able to initiate RPC requests to an ssh Client may be desired.
added support for 2-way RPC sessions. closes #1