heimonsy/sshprocess

process with ssh client and rsync

Maintainers

Package info

github.com/heimonsy/sshprocess

pkg:composer/heimonsy/sshprocess

Statistics

Installs: 181

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

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

This package is not auto-updated.

Last update: 2026-02-24 10:59:09 UTC


README

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

依赖expect 安装expect

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