我使用 Ubuntu 18 已有几天了。以前我在 Windows 中使用 Putty,它会在 SSH 中记录我的所有命令:Documents/Logs/2018-11-01_20-00-03_sshserver.log 等。
现在我也需要在 Ubuntu 终端中设置日志,因为我正在使用终端(putty 不知道复制/粘贴到另一个应用程序/窗口)。
有人能告诉我如何打开日志记录吗?
非常感谢。
答案1
您可以使用script
命令。阅读man script
。
script my.log
ssh A
A stuff
exit # on A
ssh B
B stuff
exit # on B
exit # end of script my.log