本ドキュメントは mail サーバの ssh の設定に関する手引きである。
sshd の設定ファイルを以下の手順で変更する。
# vi /etc/ssh/sshd_config![]()
X11Forwarding yes
sshd の設定ファイルを以下のように変更する。
# vi /etc/ssh/sshd_config![]()
# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts no
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication yes
# similar for protocol version 2
HostbasedAuthentication yes
最終更新日:2003/07/18 小松 研吾 新規作成 | Copyright © 2003 epcore |