Hi, I want implement something similar with
https://github.com/moul/sshportalbut on Python, I believe AsyncSSH can help me, but I need some guidance.
How to implement the following:
Server (proxy), which accepts connection, makes auth using user_key, than for this session creates connection with another SSH server (target) using target_key, and pipes this two connection
appretiates for suggestions