heimonsy / sshprocess
process with ssh client and rsync
v0.2.4
2015-05-02 16:06 UTC
Requires
- php: >=5.3
- symfony/process: 2.5.*
This package is not auto-updated.
Last update: 2024-11-19 04:23:45 UTC
README
解决执行SSH远程命令和rsync的登录输入密码的问题,可以通过配置好ssh key。而无须在交互模式下手动输入。
依赖expect 安装expect
# ubuntu/debain sudo apt-get install expect # centos yum install expect # osx brew install expect