heimonsy/sshprocess

使用ssh客户端和rsync处理进程

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

This package is not auto-updated.

Last update: 2024-09-24 03:28:39 UTC


README

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

依赖expect,需要安装expect

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