| 50 |
sudo -u bbs php $LBBS_HOME_DIR/utils/bin/gen_section_menu.php |
sudo -u bbs php $LBBS_HOME_DIR/utils/bin/gen_section_menu.php |
| 51 |
sudo -u bbs php $LBBS_HOME_DIR/utils/bin/gen_ex_list.php |
sudo -u bbs php $LBBS_HOME_DIR/utils/bin/gen_ex_list.php |
| 52 |
|
|
| 53 |
10) Create SSH2 RSA certificate |
10) Create SSH2 RSA / ED25519 certificate |
| 54 |
ssh-keygen -t rsa -C "Your Server Name" -f $LBBS_HOME_DIR/conf/ssh_host_rsa_key |
ssh-keygen -t rsa -C "Your Server Name" -f $LBBS_HOME_DIR/conf/ssh_host_rsa_key |
| 55 |
|
ssh-keygen -t ed25519 -C "Your Server Name" -f $LBBS_HOME_DIR/conf/ssh_host_ed25519_key |
| 56 |
|
|
| 57 |
11) Startup |
11) Startup |
| 58 |
sudo -u bbs $LBBS_HOME_DIR/bin/bbsd |
sudo -u bbs $LBBS_HOME_DIR/bin/bbsd |