examplesΒΆ
Note: all examples with >>> prompts are automatically tested.
- basic local and remote communication
- Execute source code in subprocess, communicate through a channel
- remote-exec a function (avoiding inlined source part I)
- remote-exec a module (avoiding inlined source part II)
- Compare current working directories
- Get information from remote ssh account
- Use a callback instead of receive() and wait for completion
- Sending channels over channels
- a simple command loop pattern
- Instantiate gateways through sockets
- Receive file contents from remote SSH account
- Managing multiple gateways and clusters
- Managing Proxyed gateways
- advanced (multi) channel communication
- Connecting different Python interpreters
- Debugging execnet / Wire messages