📝 roadmap + notes

This commit is contained in:
dth@taiga.ai 2022-07-26 17:18:20 +02:00
parent 62e4c3ba86
commit 6e67a802a6
3 changed files with 11 additions and 10 deletions

View file

@ -70,7 +70,7 @@ Now you can clone your private repos and make changes to your public repos.
### Setup ssh key for connecting to other servers
This next ssh key is generated for github:
This next ssh key is generated for internal servers:
```
ssh-keygen -q -t ed25519 -N '' -f ~/.ssh/id_ed25519_mynetwork <<<y >/dev/null 2>&1