通过 SSH 运行命令并期待响应时忽略 PSA

通过 SSH 运行命令并期待响应时忽略 PSA

当我向服务器发送命令时,例如

ssh [email protected] <<EOS
# run a command that returns an output
EOS

我可以做些什么来抑制最初的反馈,例如

Pseudo-terminal will not be allocated because stdin is not a terminal.
Welcome to Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-66-generic x86_64)
...

相关内容