Mac下用iterm2免密码

安装Homebrew

1
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安装sshpass

1
2
3
brew install http://git.io/sshpass.rb

which sshpass

输出/usr/local/bin/sshpass

Item2配置

1
/usr/local/bin/sshpass -p 123456 ssh -p22 root@192.168.1.41

操作

先用本地终端连接第一次,再用item2

------ 本文结束------

本文标题:Mac下用iterm2免密码

文章作者:Perkins

发布时间:2019年06月24日

原始链接:https://perkins4j2.github.io/posts/49300/

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。