# sshpass **Repository Path**: wl4g-collect/sshpass ## Basic Information - **Project Name**: sshpass - **Description**: No description available - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-30 - **Last Updated**: 2021-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sshpass SSHpass offers you the ability to automatically offer a password via SSH when you are prompted for it. Mirror of http://sourceforge.net/projects/sshpass/ ## Installing ```bash git clone git://github.com/wl4g-collect/sshpass.git #git clone git://gitee.com/wl4g-collect/sshpass.git cd sshpass mkdir build ./configure --prefix=$(pwd)/build sudo yum -y install gcc gcc-c++ make zlib-devel pcre pcre-devel openssl-devel make && make install ``` ## FAQ - Errors of `sshpass/missing: line 81: aclocal-1.15: command not found`  , Resolving exec:  `autoreconf -ivf` ## Notes This repository is a mirror of http://sourceforge.net/projects/sshpass/develop Pull requests will not be accepted