You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use "swift - nio - SSH" library to realize the remote port agent SSH client, similar to the -R command in SSH clients. in official document says
I'm trying to use "swift - nio - SSH" library to realize the remote port agent SSH client, similar to the -R command in SSH clients. in official document says
NIOSSHHandler. SendGlobalRequest
GlobalRequest.TCPForwardingRequest.listen(host:port:)
GlobalRequest. TCPForwardingRequest. Cancel (host: port:)
I don't know how to make it work properly
The text was updated successfully, but these errors were encountered: