Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
sudo apt-get install ssh 
 

 At this point we have installed ssh, and it is time to create the users who require SSH access to the server.  Since the setup admin user is only required for server installation, it will not need ssh for further access.

Generate Public and Private Keys on Client Machine

...