sshd設定
# vi /etc/ssh/sshd_config
PermitRootLogin no に変更
# systemctl enable sshd
# systemctl start sshd
# systemctl restart sshd
# dnf install git wget gcc bzip2 openssl-devel libffi-devel readline-devel zlib-devel gdbm-devel ncurses-devel
Just another WordPress site
sshd設定
# vi /etc/ssh/sshd_config
PermitRootLogin no に変更
# systemctl enable sshd
# systemctl start sshd
# systemctl restart sshd
# dnf install git wget gcc bzip2 openssl-devel libffi-devel readline-devel zlib-devel gdbm-devel ncurses-devel