Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 483 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 483 Bytes

MAIL-ECNU Server Script

Structure

.
├── add_user.sh
├── del_user.sh
├── login.sh
├── next-port
├── passwd
├── ports
└── reset_user.sh

2 directories, 5 files

  • passwd storages whether a user set his password in container. If he/she forgot password, just delete the file in the directory.
  • ports storages user's ssh port.

Install

# git clone https://github.com/mail-ecnu/server-scripts
# make install