
通信
Han.启书
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
网络服务通信安全
SSHTokenHTTPSKerberos原创 2019-02-13 10:53:42 · 304 阅读 · 0 评论 -
Git中认识SSH
说明:- git服务器:git.xxx.com- 认证方式:ssh- ssh key:.ssh/id_rsa笔者个人理解的 ssh {user}@{server} 过程:// Host git.xxx.com// User {other}// IdentityFile ~/.ssh/id_rsa// this is client logicconfig = find_c...原创 2019-02-13 12:48:07 · 325 阅读 · 0 评论