Skip to content

v1.5.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 05:45

sshcmd

ssh:

sshcmd --user cuisongliu --passwd admin --host 127.0.0.1 --cmd "ls -l"

scp:

sshcmd --user cuisongliu --passwd admin --host 127.0.0.1 --mode "scp" --local-path "/aa.txt" --remote-path "/aa.txt"

mod:
ssh,scp,ssh|scp,scp|ssh

cmd 最后得使用引号包起来