By editor, 2 January, 2018 Question How to force usage of a specific key for SSH ? To force usage of a specific key, put in your ~/.ssh/config file : Host [HOST_NAME] Hostname [HOST_NAME] User [USER_NAME] Port [PORT] IdentityFile ~/.ssh/[your_private_key] Example for gitlab: Host gitlab.company.com Hostname gitlab.company.com User git Port 10022 IdentityFile ~/.ssh/[your_private_key] Tags Git Linux Shell SSH Renew / Remove remote host identification. SSH Login Without Password Comments You must have JavaScript enabled to use this form. Your name Subject Comment About text formats Plain text No HTML tags allowed. Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically.
Comments