aptでもaptitudeでもないRPM互換パッケージ管理システム
Yellowdog Updater Modified
sshdをインストール
# yum install openssh-server
iptablesは無効にしておく
# systemctl stop iptables.service # systemctl stop ip6tables.service
# systemctl disable iptables.service
# systemctl disable ip6tables.service
sshdを有効にする
# systemctl start sshd.service # systemctl enable sshd.service