4 lines
80 B
Bash
4 lines
80 B
Bash
#!/bin/bash
|
|
echo "❌ SSH access to $1:$2 is blocked by company policy."
|
|
exit 1
|