Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== SSH Registration Script ====== Code: [[https://code.tilde.fun/tilde/ssh-reg|code.tilde.fun/tilde/ssh-reg]] ===== import users ===== If you want to import users but you already have some and you're not sure if your CSV is sanitised: <code bash>python Backup.py -f backup.csv && python Backup.py --Import --file import.csv</code> Last modified: 2024-07-05 14:31