1
Konfiguracja SSH - ten sam host, ale różne klucze i nazwy użytkowników
Skonfigurowałem dwa konta GitHub, ale nie mogę sprawić, aby klucze ssh działały poprawnie. Próbowałem różnych konfiguracji. Host github_username1 HostName github.com IdentityFile ~/.ssh/rsa_1 User username1 Host github_username2 HostName github.com IdentityFile ~/.ssh/rsa_2 User username2 git push: Permission denied (publickey). fatal: The remote end hung up unexpectedly Działa dla nazwy użytkownika 1: Host …