Skip to content

Commit b58eaff

Browse files
authored
Improve SSH key handling instructions
#108
2 parents cb75323 + 8b8abf6 commit b58eaff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/collections/create.en.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,8 @@ For collections to be included in the Open Terms Archive organisation only. For
143143
- Connect to the server with `ssh <username>@<host>` (usual usernames: `debian`, `ubuntu`…)
144144
- Create a new SSH key: `ssh-keygen -q -N "" -f ~/.ssh/ota-deploy`
145145
- 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
147146
- 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
149148

150149
Note: user must have the right to `sudo`.
151150

0 commit comments

Comments
 (0)