first commit

This commit is contained in:
2025-02-08 21:56:24 +01:00
commit 1f9564ca6a
471 changed files with 74368 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# ssh connection
1. Go to 'network' settings in the vm.
2. Use 'NAT' as 'attached to'.
3. Go to advanced settings and create port forwarding rule for ssh:
- Name: Arbitrary
- Guest Port: 22
- Host Port: Arbitrary
- Protocol: tcp
4. `ssh <user>@localhost -p <Guest-Port>`