-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3cdcda3
commit 8ae7353
Showing
18 changed files
with
10 additions
and
853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ repos: | |
hooks: | ||
- id: check-yaml | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- id: trailing-whitespace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,37 +15,21 @@ | |
###################################################################################### | ||
|
||
name: Exercise 1 | ||
# Containername:version | ||
# Containername:version | ||
# E.g. nginx:latest | ||
containers: | ||
# - ghcr.io/emcl-research-itseclab/itsec-1-exercises:main-wireshark-1 | ||
- nginx:latest | ||
- image: nginx:latest | ||
|
||
# Usernames/ Uni-IDs | ||
users: | ||
- tz251 | ||
|
||
# For SSH Connection | ||
# Direction of your private SSH key | ||
identityFile: | ||
- /home/smachmeier/.ssh/hiscout | ||
|
||
# For SSH Connection with user in Terminal | ||
# E.g. user@hostIPadress | ||
hosts: | ||
- [email protected] | ||
|
||
# IP Adress: firstpart.xx.xx.xx/24 | ||
# E.g. 10 if IP Adress is 10.13.0.0/24 | ||
subnet_first_part: | ||
- 10 | ||
|
||
# IP Adress xx.second_part.xx.xx/24 | ||
# E.g. 13 if IP Adress is 10.13.0.0/24 | ||
subnet_second_part: | ||
- 13 | ||
- ip: 129.206.5.206 | ||
username: debian | ||
identity_file: /Users/stefan/.ssh/hiscout | ||
|
||
# IP Adress xx.xx.third_part.xx/24 | ||
# E.g. 0 if IP Adress is 10.13.0.0/24 | ||
subnet_third_part: | ||
- 0 | ||
subnet: 10.13.0.0/24 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.