SSHDの設定

# cd /etc/ssh


# cp ssh_config ssh_config_backup


# cp sshd_config sshd_config_backup
# vi sshd_config


#Port 22
→Port 22


#Protocol 2
→Protocol 2


#PermitRootLogin no
→PermitRootLogin yes


#PasswordAuthentication no
→PasswordAuthentication yes


# cd /etc
# vi inetd.conf

#ssh stream tcp tcp nowait root /usr/sbin/sshd sshd -i -4
ssh stream tcp tcp nowait root /usr/sbin/sshd sshd -i -4