iI have my linux work stationLinux workstation where iI run Virtual Machinea virtual machine with another linuxLinux.
 The point is, that my friend would like to try make sshssh connect directly to my virtual machine, but we are not able to make it work.
ssh -R 2223:linda@virtualMachine:221 linda@workStation
ssh -R 2223:linda@virtualMachine:221 linda@workStation
This is how we tried it (we tried a lot of options, but this is basically the first idea). SSH on virtual machine listening on port 221, so that is why we use this port.
 The problem is, that with this command, he connectconnects to my workstation instead of virtualMachine.virtualMachine.
 Why is that happenedhappening? Isn't this the way to forwarding ssh connectSSH connections to virtualMachinethe virtualMachine address?