I'm using SSH tunnel and remmina client to connect to the remote machine.
First I open the tunnel in my terminal:
ssh -L 3309:<server_address>:3389 user@<aws_bastion>
And then I just connect via remmina to localhost:3309 port with user name and password for that server. It works just fine.
I wonder if I could setup this SSH tunnel bit in remmina directly
I've tried to specify the following
And then connect to my <aws_bastion> server and it doesn't work. I wonder how do I translate that tunnel command in GUI client?