From 41f4adbd47bb00a2542b6540b80311e886589303 Mon Sep 17 00:00:00 2001 From: saundersp Date: Sat, 24 Aug 2024 19:22:23 +0200 Subject: [PATCH] README.md : Fixed ssh authorized keys --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc209ed..dad0126 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ ssh -T git@github.com git remote set-url origin git@github.com:username/your-repository.git # Add key to SSH config file (~/.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