mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
836 B
22 lines
836 B
3 years ago
|
#### Functional
|
||
|
|
||
|
###### Is VirtualBox installed?
|
||
|
|
||
|
###### Is the VM, 01_remote, added to VirtualBox?
|
||
|
|
||
|
#### General
|
||
|
|
||
|
##### The auditeee is supposed to set a port forwarding rule in the VM settings that maps the host port to a guest port.
|
||
|
|
||
|
##### Ask the auditee to show you that rule in the settings or to set it up if it is not done yet.
|
||
|
|
||
|
##### Ask the auditee to connect to the VM via SSH thru the host port.
|
||
|
|
||
|
###### Did the auditee manage to connect via SSH with either this command: `ssh -p22 root@localhost` or `ssh -pANOTHER_PORT root@localhost`?
|
||
|
|
||
|
##### If the auditee connected thru port 22, ask the auditee to change the port of the Guest VM.
|
||
|
|
||
|
##### Ask the auditee to connect to the VM via SSH thru the new chosen host port.
|
||
|
|
||
|
###### Did the auditee manage to connect via SSH with this command `ssh -pANOTHER_PORT root@localhost`?
|