1
0
Fork 0

ssh: disable persistance for overthewire.org

This commit is contained in:
Luca Bilke 2025-03-03 12:02:06 +01:00
commit f169896dcd
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5

View file

@ -3,6 +3,13 @@ Host server155.tralios.de
ControlPersist no ControlPersist no
ControlPath none ControlPath none
Host *.labs.overthewire.org
User bandit0
ControlMaster no
ControlPersist no
ControlPath none
Host * Host *
ServerAliveInterval 60 ServerAliveInterval 60
ConnectTimeout 10 ConnectTimeout 10