= htmlspecialchars($server['name']) ?> — = htmlspecialchars($server['ip_address']) ?>:= $server['ssh_port'] ?>
____ __ __
/ ___| ___ _ ____ _____ _ __ | \/ | __ _ _ __ __ _ __ _ ___ _ __
\___ \ / _ \ '__\ \ / / _ \ '__| | |\/| |/ _` | '_ \ / _` |/ _` |/ _ \ '__|
___) | __/ | \ V / __/ | | | | | (_| | | | | (_| | (_| | __/ |
|____/ \___|_| \_/ \___|_| |_| |_|\__,_|_| |_|\__,_|\__, |\___|_|
|___/
Connected to = htmlspecialchars($server['name']) ?>
Type commands below to execute them on the remote server.
No command history.
| Time | Command | Status | User |
|---|---|---|---|
| = date('H:i:s', strtotime($entry['executed_at'] ?? '')) ?> | = htmlspecialchars($entry['command']) ?> |
= ($entry['exit_status'] ?? 1) == 0 ? 'OK' : 'ERR' ?> | = htmlspecialchars($entry['username'] ?? 'System') ?> |