我運行下面的命令:嵌套ssh命令給SCP錯誤
ssh -t -i <identification file> <user>@<IP> "ls"
但是,它返回以下錯誤:如果我ssh,然後運行命令
usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
[-l limit] [-o ssh_option] [-P port] [-S program]
[[[email protected]]host1:]file1 ... [[[email protected]]host2:]file2
Connection to <IP> closed.
,它工作正常,但不是這樣。有人可以幫忙嗎?
在此先感謝。
你說你使用了'ssh'命令,但錯誤信息是'scp'? –
看起來像遠程服務器取決於你運行它的方式,順便說一句,爲什麼你需要在這裏使用'-t'? –
@BenjaminW .:是的。 – Samarth