AWS, JavaScript, React - Deploy Web Apps on the Cloud
 - Securing the New User Account

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Securing the New User Account

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This tutorial guides users through securing a non-root user account, specifically Bob's, using SSH keypair authentication. It covers creating a new SSH directory, setting permissions, generating a new keypair with Putty, configuring authorized keys, and logging in with the new user account. The lesson emphasizes the importance of using different keys for different accounts to maintain security.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to create a new SSH key pair for Bob instead of using the root account's key pair?

To prevent unauthorized access

To maintain security by not reusing keys

To ensure Bob has a unique identity

To make the process faster

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the recommended number of bits for generating Bob's SSH key?

2048

1024

3072

4096

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should Bob's public key be saved after generation?

In the system32 folder

In the root directory

In the putty folder

In the SSH directory

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to paste Bob's public key into the authorized keys file?

Ctrl + C

Right mouse button

Ctrl + V

Shift + Insert

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be done to ensure the SSH folder in Bob's home directory is owned by him?

Move the folder to another location

Delete unnecessary files

Set the correct permissions

Change the folder name

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of modifying the session name to 'Linode Bob'?

To make it easier to identify Bob's session

To enable faster login

To allow multiple users to log in

To increase security

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command allows Bob to perform administrative tasks on the server?

root

admin

sudo

superuser