heimonsy/sshprocess

process with ssh client and rsync

v0.2.4 2015-05-02 16:06 UTC

This package is not auto-updated.

Last update: 2024-04-09 01:08:21 UTC


README

解决执行SSH远程命令和rsync的登录输入密码的问题,可以通过配置好ssh key。而无须在交互模式下手动输入。

依赖expect 安装expect

# ubuntu/debain
sudo apt-get install expect
# centos
yum install expect
# osx
brew install expect