Unfortunately, remmina is completely unusable in the following scenario:
I have an RDP server I need to connect to via SSH tunneling. This looks
like the following in ~/.ssh/config:
Host mycompanyjumphost
Hostname xxx
Host customerjumphost
Hostname yyy
ProxyJump mycompanyjumphost
The RDP server is host zzz and only reachable by 'ssh yyy', that is,
'ssh yyy "nc zzz 3389"' will connect to it.
If I set up a Remmina profile where I put “zzz” into “Server” and
“yyy” into “Custom” under “SSH Tunnel”, it complains that it cannot
connect to yyy port 22. Of course it cannot because it’s proxied.
Please fix this.
Unfortunately, you uploaded a new version of remmina to unstable
during the freeze against the rules, so fixing this in trixie will
be hard…