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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue