Changes between Version 64 and Version 65 of Documentation/bAccountManagement/DSSHConf


Ignore:
Timestamp:
Nov 20, 2018, 5:28:06 PM (5 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/bAccountManagement/DSSHConf

    v64 v65  
    247247 * TODO
    248248[[CollapsibleEnd]]
     249
     250[[BR]]
     251=== If you deleted the "@internal1" key from your profile ===
     252
     253As 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
     255Then type the following commands in order:
     256{{{
     257rm ~/.ssh/id_rsa
     258rm ~/.ssh/id_rsa.pub
     259ssh-keygen -t rsa -C "@internal1"
     260}}}
     261
     262Press 'Enter' at every prompt so that default filename (id_rsa) and no password is used.
     263
     264Then type the following command:
     265
     266{{{
     267cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
     268}}}
     269
     270The internal key should now be restored.