通过 SSH 执行命令

通过 SSH 执行命令

我正在尝试使用以下语法通过 SSH 远程运行命令:

ssh user@host "ps -eaf"

这在过去通常是有效的,然而在这种情况下我一直得到 SCP 使用率返回。

usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
           [-l limit] [-o ssh_option] [-P port] [-S program]
           [[user@]host1:]file1 ... [[user@]host2:]file2

我怎么解决这个问题?

答案1

/etc/passwd 指向 /user/local/bin/rootsh 而不是 /bin/bash

相关内容