Skip to content

Commit 9175b6d

Browse files
authored
Hint IPv6 earlier
Updated SSH connection command to use IPv6 address.
1 parent d18db5a commit 9175b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

05_testing_and_ci/gitlab_ci_demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Test code in [automation lecture repository](https://gitlab-sim.informatik.uni-s
2525
- Instances -> Launch instance
2626
- Ubuntu 24.04
2727
- Flavor: m1.small
28-
- VM is up and running, connect to it: `ssh ubuntu@<IP>`
28+
- VM is up and running, connect to it: `ssh ubuntu@<IPv6>`
2929
- Apply updates: `sudo apt update && sudo apt -y upgrade`
3030
- Install Docker: `sudo apt install -y docker.io`
3131

0 commit comments

Comments
 (0)