码迷,mamicode.com
首页 > 系统相关 > 详细

mac-安装sshpass

时间:2019-12-22 14:30:21      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:编译安装   rds   源码编译   margin   project   col   密钥   div   python程序   

 

在配置了ssh免密认证id_rsa.pub之后,在cmd终端可以实现免密登陆对应配置了密钥的服务器,但是在python程序中,想要调用cmd执行免密操作,还需要安装sshpass,sshpass用于非交互式的ssh密码验证

没有sshpass报错:to use the ‘ssh‘ connection type with passwords, you must install the sshpass program

步骤:

1.在官网下载源码包

wget http://sourceforge.net/projects/sshpass/files/sshpass/1.05/sshpass-1.05.tar.gz 

2.解压

tar xvzf sshpass-1.05.tar.gz

3.进入解压文件

cd sshpass-1.05

4.检验环境

./configure

5.源码编译安装

make&&make install


mac-安装sshpass

标签:编译安装   rds   源码编译   margin   project   col   密钥   div   python程序   

原文地址:https://www.cnblogs.com/lutt/p/12079483.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!