Raspberry Pi - Security and Deployment
Find the bug in this shell script snippet intended to disable SSH on Raspberry Pi:
```bash
if [ $disable_ssh = true ]
then
systemctl stop ssh
fi
```
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions