首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 互联网 >

git pull / git push 记住密码步骤(ssh记住密码)

2013-11-02 
git pull / git push 记住密码方法(ssh记住密码)local:~ yourname$ssh-keygen -t rsalocal:~ yourname$ ca

git pull / git push 记住密码方法(ssh记住密码)
local:~ yourname$  ssh-keygen -t rsa
local:~ yourname$ cat ~/.ssh/id_rsa.pub  | ssh username@yourhost 'cat >> .ssh/authorized_keys'

热点排行