Quando eu quiser usar este comando no Ubuntu (subsistema do Windows 10) para usar o VNCserver
ssh -L 5901:127.0.0.1:5901 -N -f -l username server_ip_address
Eu vejo esta mensagem de erro:
unknown option -- L
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
usage: sshd [-46DdeiqTt] [-b bits] [-C connection_spec] [-c host_cert_file]
[-E log_file] [-f config_file] [-g login_grace_time]
[-h host_key_file] [-k key_gen_time] [-o option] [-p port]
[-u len]
versão ssh mostra esta mensagem:
root@win:~# ssh -V
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
Como posso resolver isso?
Tags ssh ssh-tunneling