{
  "slug": "security-find-loose-private-key-modes",
  "title": "Find Loose Private Key Permissions",
  "fixture": "containers/vps-security-lab",
  "command_count": 2,
  "container_tool": "docker",
  "image": "localhost/linuxoneliners-lab:latest",
  "exit_code": 0,
  "elapsed_ms": 183,
  "stdout": "::fixture-ready::\n$ find home -type f -path '*/.ssh/*' -printf '%m %p\\n' | sort\n600 home/alex/.ssh/authorized_keys\n600 home/deploy/.ssh/authorized_keys\n644 home/deploy/.ssh/id_rsa\n::exit-code::0\n$ find home -type f -name 'id_*' -printf '%m %p\\n' | awk '$1 > 600'\n644 home/deploy/.ssh/id_rsa\n::exit-code::0\n",
  "stderr": "",
  "ok": true,
  "security": {
    "network": "none",
    "capabilities": "dropped",
    "no_new_privileges": true,
    "memory": "256m",
    "cpus": "1",
    "pids_limit": 128,
    "tmpfs": [
      "/tmp",
      "/var"
    ]
  }
}