Is it possible to use SSHuttle with a Mikrotik SSH server running on Rotuer os?
I tried to use it, it connects to the server and asks for the ssh user password, so far so good, but after entering the password, it gives me:
c : fatal: server died with error code 1
Keep in mind that I can create a socks5 proxy using ssh client with the below command:
ssh -D 1080 -C user@host -p 22
And connect my system to the socks proxy.
Any kind of help is appreciated.