mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-04 03:54:11 +08:00
Changed ttyrecFilenameFormat default value
See #79
Additional details: a085cc467e (r536813898)
This commit is contained in:
parent
a085cc467e
commit
9b06db1461
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ sub load_configuration {
|
|||
$C->{'moshTimeoutSignal'} = 30 if (not defined $C->{'moshTimeoutSignal'} or $C->{'moshTimeoutSignal'} !~ /^\d+$/);
|
||||
$C->{'moshCommandLine'} = "" if (not defined $C->{'moshCommandLine'});
|
||||
|
||||
$C->{'ttyrecFilenameFormat'} = '%Y-%m-%d.%H-%M-%S.#usec#.&uniqid.ttyrec' if (not $C->{'ttyrecFilenameFormat'});
|
||||
$C->{'ttyrecFilenameFormat'} = '%Y-%m-%d.%H-%M-%S.#usec#.&uniqid.&account.&user.&ip.&port.ttyrec' if (not $C->{'ttyrecFilenameFormat'});
|
||||
|
||||
$C->{'idleLockTimeout'} = 0 if (not defined $C->{'idleLockTimeout'} or $C->{'idleLockTimeout'} !~ /^\d+$/);
|
||||
$C->{'idleKillTimeout'} = 0 if (not defined $C->{'idleKillTimeout'} or $C->{'idleKillTimeout'} !~ /^\d+$/);
|
||||
|
|
Loading…
Add table
Reference in a new issue