You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/collections/create.en.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,9 +143,8 @@ For collections to be included in the Open Terms Archive organisation only. For
143
143
- Connect to the server with `ssh <username>@<host>` (usual usernames: `debian`, `ubuntu`…)
144
144
- Create a new SSH key: `ssh-keygen -q -N "" -f ~/.ssh/ota-deploy`
145
145
- Add the public key to `authorized_keys`: `cat ~/.ssh/ota-deploy.pub >> ~/.ssh/authorized_keys`
146
-
- Copy the public key with `cat ~/.ssh/ota-deploy.pub` and keep it temporarily for the next steps
147
146
- Add the private key to the SSH authentication agent: `ssh-add ~/.ssh/ota-deploy` (start the SSH agent before if necessary with `eval ${ssh-agent -s}`)
148
-
- Copy the private key with `cat ~/.ssh/ota-deploy`and keep it temporarily for the next steps
147
+
- Copy the public and private keys and back them up in the shared passwords repository
0 commit comments