ユーザ用ツール

サイト用ツール


fedora16:start

Fedora16

fedora16の癖など

yum

aptでもaptitudeでもないRPM互換パッケージ管理システム

Yellowdog Updater Modified

ssh

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
fedora16/start.txt · 最終更新: 2023/06/10 09:13 by 127.0.0.1