摘要: 如题。 阅读全文
posted @ 2017-01-22 18:07 跬步者 阅读(2979) 评论(0) 推荐(0) 编辑
摘要: /root/.ssh (以下为 root权限的操作) 1. 生成key. 一路回车,直到生成 id_rsa, id_rsa.pub 1.1 chmod 400 id_rsa.pub 2. 修改 /etc/ssh/ssh_config 文件 (root用户) //普通用户 vim ~/.ssh/con 阅读全文
posted @ 2017-01-22 17:24 跬步者 阅读(3817) 评论(0) 推荐(0) 编辑
摘要: 案例: 我一下没有设置密码的pub key, 一使用就要求: Enter passphrase for key '/root/.ssh/gitkey12.pub', 原因:本该设置私钥的地方,设置成了公钥。。(错误提示,牛头不对马嘴。。。) 1. 解决方案 http://superuser.com/ 阅读全文
posted @ 2017-01-22 17:20 跬步者 阅读(15694) 评论(0) 推荐(0) 编辑
摘要: 1. rpm文件下载 http://rpm.pbone.net/index.php3?stat=3&search=connect-proxy&srodzaj=3 2. rpm的安装 http://www.discuz.net/thread-3513163-1-1.html 阅读全文
posted @ 2017-01-22 16:48 跬步者 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 1、 tencent 同事写的比较靠谱 https://www.chenyudong.com/archives/ssh-using-private-public-key-no-password.html 阅读全文
posted @ 2017-01-22 15:08 跬步者 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 一. 文档清晰 tencent同事.推荐 https://www.chenyudong.com/archives/use-git-or-github-in-company-local-net.html 阅读全文
posted @ 2017-01-22 15:06 跬步者 阅读(770) 评论(0) 推荐(0) 编辑
摘要: 一. SSH ProxyCommand 实践 http://www.cnblogs.com/shanpow/p/4264867.html 二. SSH穿越跳板机:一条命令跨越跳板机直接登陆远程计算机 http://mingxinglai.com/cn/2015/07/ssh-proxycommand 阅读全文
posted @ 2017-01-22 14:43 跬步者 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 一. 写的很好推荐,(http与ssh设置都有) https://imciel.com/2016/06/28/git-proxy/ 二. 只有 http的方式代码设置 http://stackoverflow.com/questions/783811/getting-git-to-work-with 阅读全文
posted @ 2017-01-22 13:36 跬步者 阅读(295) 评论(0) 推荐(0) 编辑