ssh: disable persistance for overthewire.org
This commit is contained in:
parent
096c64eb9a
commit
f169896dcd
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue