fendora bzr教程


fendora bzr使用教程

安裝
$bzr安裝

註冊帳號
https://launchpad.net/people/+me裏頭註冊一個帳號

添加ssh-key
進入個人界面然後添加ssh-key

安裝ssh
$yum install openssh-server

#啓動ssh
#/etc/init.d/sshd start
#

產生rsa類型的ssh-key,並保存
$ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
enter默認文件路徑(~/.ssh/id_rsa  ~/.ssh/id_rsa.pub#公鑰,上傳部分)
輸入密碼

上傳key文件
粘帖id_rsa.pub的內容放在添加頁面上
上傳commit即可

參考
https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair

bzr中文手冊
http://wiki.bazaar.canonical.com/zh/%E6%96%87%E6%A1%A3?action=show&redirect=zh%2FDocumentation


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章