gpt4 book ai didi

ssh - 使用ssh在远程计算机上运行命令

转载 作者:行者123 更新时间:2023-12-02 05:39:40 26 4
gpt4 key购买 nike

我想在使用ssh的多台计算机上运行一些命令。我知道可以通过仅使用命令“ssh user @ hostname command”来完成。但是,我要运行的命令在控制台上打印了一些字符串。有什么方法可以将所有字符串发送回我所在的控制台吗?

最佳答案

您可以在screen中运行命令:

screen -S test
ssh user@hostname command1
ssh user@hostname2 command2

然后,您可以从屏幕上分离(Ctrl-D),让它运行多长时间,然后重新将其(屏幕-r测试)附加到屏幕上,并查看所有输出。假设您不会从命令中获得大量输出。 Here's a link to a tutorial on screen

关于ssh - 使用ssh在远程计算机上运行命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1035764/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com