603bbb1824cb3f4ccab70aa5ada2514ebc7c407e
[hdw-linux/hdw-linux.git] / packages / security / openssh / openssh.setup
1 setup_block()   {
2         useradd -u 1025 -c 'sshd server' sshd || true
3                 }
4
5 uninstall_block()       {
6         userdel sshd || true
7                         }