Files
wxdgaming.boot2/ssh/ssh.sh
2026-02-24 11:22:49 +08:00

6 lines
230 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#@user@ 远程登录用户通常root
#@ip@ 远程服务器IP 例如192.168.1.1
#@port@ 登录端口默认22
#@cmd@ 需要执行的命令例如cd /data/game/s1 && sh service.sh restart
ssh @user@@@ip@ -p @port@ "@cmd@"