News

Room change today (13.1.2026)

Written on 13.01.26 by Michael Schwarz

Hi, 

due to a concurrent event in the lecture hall, today's lecture will be in room 0.02 at CISPA (the room to the right when entering the building).

Looking forward to seeing you there!

Cheers,
Michael

Practical 01 - SSH Instead of HTTPS

Written on 04.11.25 (last change on 04.11.25) by Daniel Weber

For technical reasons, we have to restrict the protocol for interacting with our repos. Hence, you have to...
0) Generate an SSH key, if you don't have one already.
1) Configure an SSH key via the Web interface
2) Add the SSH URL of the repo as the upstream: 

git remote add upstream… Read more

For technical reasons, we have to restrict the protocol for interacting with our repos. Hence, you have to...
0) Generate an SSH key, if you don't have one already.
1) Configure an SSH key via the Web interface
2) Add the SSH URL of the repo as the upstream: 

git remote add upstream git@git.scad.attacking.systems:scad2025/upstream.git

3) Pull using from upstream using the SSH URL

git pull upstream main --allow-unrelated-histories
Privacy Policy | Legal Notice
If you encounter technical problems, please contact the administrators.