README.md : Fixed ssh authorized keys
This commit is contained in:
parent
06b1daf861
commit
41f4adbd47
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user