fedora15 SSH安装与配置。
一、fedora15下sshd安装配置
su -
yum install openssh-server
1>查看运行状态
To check if it is installed and running use the following command:
/sbin/service sshd status
2>启动ssh server
If the service is installed, but not running, it can be started either from the command-li[......]