diff --git a/common/.ssh/config b/common/.ssh/config index cb8db23a..279c6213 100644 --- a/common/.ssh/config +++ b/common/.ssh/config @@ -3,6 +3,13 @@ Host server155.tralios.de ControlPersist no ControlPath none +Host *.labs.overthewire.org + User bandit0 + ControlMaster no + ControlPersist no + ControlPath none + + Host * ServerAliveInterval 60 ConnectTimeout 10