ShadowArch/AdminScripts/log-guest

5 lines
101 B
Plaintext
Raw Normal View History

2016-11-09 22:25:00 -06:00
#!/bin/bash
chsh -s /usr/local/bin/logged-shell guest
usermod -a -G ssh_allow_grp guest
passwd guest