mac secureCRT , apple secureCRT 下载地址:http://download.csdn.net/detail/guolichun/7733069 破解安装 SecureCRT 7.0.2 for mac完美破解版 Last login: Sat Aug 9 09:17:45 on ttys000 admindeiMac:~ nihao$ ssh 42.62.29.4 ssh: connect to host 42.62.29.4 port 22: Connectio…
当使用ssh-add命令添加ssh私钥时,报如下错误: Could not open a connection to your authentication agent. 其实需要先执行如下命令: eval $(ssh-agent) 再执行ssh-add即可 参考资料:https://stackoverflow.com/questions/17846529/could-not-open-a-connection-to-your-authentication-agent…