Zend certified PHP/Magento developer

ssh hop with remmina in the middle

I would like to ssh/scp directly to “host C” from my laptop “host A”, but I have a windows based “host B” in the middle.

I’m not able to do a typical ssh hop.

The topology is:

host A (Ubuntu) → host B (Windows) → host C (Debian)

I have to connect to a VPN and then use Remmina to connect to Host B. In host B, I have Bitvise SSH Client. I use Bitvise SSH Client to connect to host C. I can create a port mappping (C2S) to map host C:22 to host B:2222. But port 2222 is closed by host B firewall (and I don’t have admin privileges).

I would like to have a kind of port forward in Remmina to access host B:2222. I’ve read that Remmina support rdt2tcp but I have no clue how to use such feature.

How can I configure Remmina to access port 2222 on remote host? How can I use rdt2tcp in Remmina?