README.md : Fixed ssh authorized keys

This commit is contained in:
saundersp 2024-08-24 19:22:23 +02:00
parent 06b1daf861
commit 41f4adbd47

View File

@ -54,7 +54,7 @@ ssh -T git@github.com
git remote set-url origin git@github.com:username/your-repository.git git remote set-url origin git@github.com:username/your-repository.git
# Add key to SSH config file (~/.ssh/config) # Add key to SSH config file (~/.ssh/config)
echo -e "\n\nHost github.com\n\tIdentityFile ~/.ssh/$KEY_NAME" >> ~/.ssh/config echo -e "\n\nHost github.com\n\tIdentityFile ~/.ssh/$KEY_NAME" >> ~/.ssh/config
cat KEY_FILE | ssh REMOTE "cat >> ~/authorized_keys" cat KEY_FILE | ssh REMOTE "cat >> ~/.ssh/authorized_keys"
``` ```
## Font ligature test ## Font ligature test