heimonsy / sshprocess
process with ssh client and rsync
Installs: 181
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
pkg:composer/heimonsy/sshprocess
Requires
- php: >=5.3
- symfony/process: 2.5.*
This package is not auto-updated.
Last update: 2025-10-07 08:50:41 UTC
README
解决执行SSH远程命令和rsync的登录输入密码的问题,可以通过配置好ssh key。而无须在交互模式下手动输入。
依赖expect 安装expect
# ubuntu/debain sudo apt-get install expect # centos yum install expect # osx brew install expect