Windows 10 上的 SSH 生成一个空的日志文件

Windows 10 上的 SSH 生成一个空的日志文件

我在 Windows 10 上使用ssh-E 选项:

ssh -E log.txt [email protected]

日志文件已写入,但为空。我尝试结束会话exit(而不是关闭终端窗口),但文件仍为空。

我做错了什么?

usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]
           [-b bind_address] [-c cipher_spec] [-D [bind_address:]port]
           [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11]
           [-i identity_file] [-J [user@]host[:port]] [-L address]
           [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
           [-Q query_option] [-R address] [-S ctl_path] [-W host:port]
           [-w local_tun[:remote_tun]] destination [command]

相关内容