- This topic has 5개 답변, 2명 참여, and was last updated 14 years, 11 months 전에 by ELem. This post has been viewed 1326 times
-
-
페도라 프로젝트 웹사이트의 계정 생성/사용하기
-----------------------------------------------
1.참고사이트
- https://fedoraproject.org/wiki/Infrastructure/fedorapeople.org
- https://fedoraproject.org/wiki/DocsProject/UsingGpg/CreatingKeys2. "Public/Private SSH Key" 생성하기
# cd ~
# ssh-keygen -t rsa
----------------------------------------
Generating public/private rsa key pair.
Enter file in which to save the key (/home/invain/.ssh/id_rsa): fedorapeople
Enter passphrase (empty for no passphrase): ******
Enter same passphrase again: ******
Your identification has been saved in fedorapeople.
Your public key has been saved in fedorapeople.pub.
The key fingerprint is:
8f:57:8b:8f:5a:4c:11:2f:4d:23:fe:f7:51:c6:e3:30 invain@fedora11
The key's randomart image is:
+--[ RSA 2048]----+
| o o |
| . * . . |
| + oE .+|
| + +.o|
| S . o .o |
| = o o ..|
| . * . .|
| o o |
| ... . |
+-----------------+-----------------------------------------
# ls -al ./fedorapeople*3. GPL 키 생성하기
# yum install seahorse
# seahorse
- 애플리케이션 - 액세서리 - GPL Key클릭한다.
- Password , Encyrption Key를 입력한다.
- 파일 -> 내보내기를 클릭한다. 그러면 *.asc 파일로 GPG키가 저장된다.3. fedoraproject/fedorapeople 웹사이트 회원 가입하기
- https://admin.fedoraproject.org/accounts/user/new 사이트에서 회원가입 및 로그인한후
"My Account"메뉴에서 Account Status를 "active"으로 변경한다.
그리고 "Public SSH Key"에 fedorapeople.pub 파일을 업로드한다.
- 파일을 업로드한후 SSH Key는 1시간 이내에 Activate 된다.4. fedorapeople 계정 사용하기
# ssh leemgs@fedoraproject.org
# ssh leemgs@fedorapeople.org
"Permission denied (publickey)." SSH Key가 활성화되지 않으면 접근이 통제 된다.# firefox https://fedorapeople.org/ 에 접속하여 자신의 계정을 확인한다.
* 오픈소스는 Open Innovationa & 윈윈전략을 도모할 지언정 절대 공짜(무료)임을 뜻하지 않는다.치
- 답변은 로그인 후 가능합니다.