«identity-management» 태그된 질문

2
ssh가 잘못된 키를 제공하는 것을 어떻게 막을 수 있습니까?
(이것은 gitolite가 아닌 ssh의 문제입니다) 내 홈 서버 (우분투 12.04 서버, open-ssh)에서 gitolite를 구성했습니다. 리포지토리를 관리하기 위해 특별한 ID 파일을 원하므로 ssh를 통해 두 개의 다른 ID 키를 사용하는 내 호스트에 액세스해야합니다. 이것은 내 .ssh / config 파일의 내용입니다. Host gitadmin.gammu.com User git IdentityFile /home/alvaro/.ssh/id_gitolite_mantra Host git.gammu.com User git IdentityFile …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.