workspaces/ssh/ssh_blocker.sh

4 lines
80 B
Bash

#!/bin/bash
echo "❌ SSH access to $1:$2 is blocked by company policy."
exit 1