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 …