feat: add ssh config and blocker shell script
This commit is contained in:
3
ssh/ssh_blocker.sh
Normal file
3
ssh/ssh_blocker.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
echo "❌ SSH access to $1:$2 is blocked by company policy."
|
||||
exit 1
|
Reference in New Issue
Block a user