mirror of
https://github.com/m8tin/cis.git
synced 2026-04-02 19:01:30 +02:00
4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo usermod --remove --groups ssh_login "${1:?"Missing first parameter USER"}"
|