以下方式安裝sshpass
'tar -zxvf sshpass-1.08.tar.gz;'
?'cd sshpass-1.08;'
?'./configure;'
?'make;'
'make install
卸載sshpass的方式:
運行 make uninstall sshpass 根據提示卸載
cd /usr/local/bin && rm -f sshpass?
cd /usr/local/share/man/man1 && rm -f sshpass.1?
以下方式安裝sshpass
'tar -zxvf sshpass-1.08.tar.gz;'
?'cd sshpass-1.08;'
?'./configure;'
?'make;'
'make install
卸載sshpass的方式:
運行 make uninstall sshpass 根據提示卸載
cd /usr/local/bin && rm -f sshpass?
cd /usr/local/share/man/man1 && rm -f sshpass.1?