SSH & Server Creation 3D - Instructions
SSH & Server Creation 3D - Instructions
PART2
10. Create a server in the cloud using your chosen provider; any
Linux-based server; Capture the public IP address.
11. Create user accounts in your new server of all the group
members, ensuring you capture the StudID and full name
12. Assign sudo privileges – add the users as sudoers.
Refer to the section below that describes how to Configure
sudo
13. Create SSH key pairs for different users to log in to the server.
14. Copy the public keys to the remote host
Note: Do not use the default location for the keys,
Use >> .ssh/<uniquefilename>
15. Capture screenshots of the users logging in via ssh
16. Prohibit root login via ssh ; capture the changed configuration
file
17. Prohibit password authentication via ssh and allow only key-
based authentication ; capture the changed configuration file
GROUP WORK SSH AND CONFIGURING A CLOUD SERVER
E.g
To enable full sudo access for the user user01, one can create