aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-connectivity/gateone/gateone/80oe.conf
blob: cde98bc10dfd382a5bb5c426e889aaa8512fe8cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Some custom Gate One settings for OpenEmbedded
{
    "*": {
        "gateone": { // These settings apply to all of Gate One
            "log_file_max_size": 5242880, // 5 megabyte logs for OE by default (default would normally be 100Mb)
            "log_file_num_backups": 2, // Default is normally 10
            "origins": ["*"], // Every device has a unique origin
            "logging": "info",
            "pid_file": "/var/run/gateone.pid",
            "session_dir": "/tmp/gateone",
            "user_dir": "/var/lib/gateone/users"
        },
        "terminal": {
            // Disabling session logging for embedded devices is a good idea (limited/slow storage)
            "session_logging": false,
            "syslog_session_logging": false
//             "commands": {
//                 // For some reason this doesn't work (never asks for the password)
//                 "login": "setsid /bin/login" // Normally this would emulate logging into the host console
//             }
        }
    }
}