摘要: 打开本地iterm2(终端)输入ssh-keygen,一直回车(当然可以根据提示自定义密钥存储位置、密码),生成公私钥默认生成位置为~/.ssh/.id_rsa为私钥 id_rsa.pub为公钥设置ssh连接配置 sudo vi ~/.ssh/config 编辑后:wq保存#ssh模版Host hostname HostName xxx.xxx.xxx.xxx ... 阅读全文
posted @ 2019-02-22 09:38 leven流苏 阅读(2383) 评论(0) 推荐(0)