| 249 | |
| 250 | [[BR]] |
| 251 | === If you deleted the "@internal1" key from your profile === |
| 252 | |
| 253 | As long as you have at least one public key configured in your profile, use your SSH client to connect to {{{gw.orbit-lab.org}}}. You do not need to make a reservation for this. |
| 254 | |
| 255 | Then type the following commands in order: |
| 256 | {{{ |
| 257 | rm ~/.ssh/id_rsa |
| 258 | rm ~/.ssh/id_rsa.pub |
| 259 | ssh-keygen -t rsa -C "@internal1" |
| 260 | }}} |
| 261 | |
| 262 | Press 'Enter' at every prompt so that default filename (id_rsa) and no password is used. |
| 263 | |
| 264 | Then type the following command: |
| 265 | |
| 266 | {{{ |
| 267 | cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys |
| 268 | }}} |
| 269 | |
| 270 | The internal key should now be restored. |