Inside the terminal, towards the top right corner, you will see a dropdown arrow. Clicking it reveals the different types of terminals we can open. Select the ‘bash’ option from here.
Go to the newly opened ‘bash’ terminal
Type this command and run after putting in your email :
ssh-keygen -t rsa -b 4096 -C "<your email address>"
Keep pressing enter in response to the prompts on the screen
Once the process is complete, Go to your file explorer & go to ‘Users’->’your_username_folder’
Unhide all folders (on mac: cmd+shift+.)
Open the ‘.ssh’ folder. You should atleast see two files ‘id_rsa’ & ‘id_rsa.pub’
‘id_rsa’ is your private security key & ‘id_rsa.pub’ is your public identification key. Keep both of them safe.
Contact your Dalgo PoC and share with them your public key (i.e. the ‘id_rsa.pub’ file). They will put your public key on the jump server so that you can securely connect to it from your local machine.
Once your key has been put on the server, the PoC will let you know.