Terminai

Global Rules

Connections


            

Matched Rule:

Priority Order (least to highest):

  1. Global Denied - Broadest restrictions
  2. Global Allowed - Can override global denied
  3. Connection Denied - More specific restrictions
  4. Connection Allowed - Most specific, can override everything
  5. Default: Allow - If no rules match, command is allowed

Note: You can use regex patterns by wrapping them in forward slashes, e.g., /^rm\s+-rf/ or /^sudo\s+/i (case-insensitive).

Generate SSH Key