如何在 Ubuntu 子系统 (Windows 10) 上建立 ssh 隧道?

如何在 Ubuntu 子系统 (Windows 10) 上建立 ssh 隧道?

当我想在 Ubuntu(Windows 10 子系统)中使用此命令来使用 VNCserver 时

ssh -L 5901:127.0.0.1:5901 -N -f -l username server_ip_address

我看到这个错误消息:

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]

ssh 版本显示此消息:

root@win:~# ssh -V
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g  1 Mar 2016

我该如何解决这个问题?

相关内容