#1115·sshuttle

Using sshuttle and connecting it to a Microtik SSH server

Author: officer47pCreated Jan 14, 2026Updated Jan 27, 2026

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:

bash
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:

bash
ssh -D 1080 -C user@host -p 22

And connect my system to the socks proxy.

Any kind of help is appreciated.