Skip to content

v1.5.4

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 05:34
· 1 commit to master since this release

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 最后得使用引号包起来