X Window System の導入・設定

本ドキュメントは mail サーバの ssh の設定に関する手引きである。


  1. X の転送
  2. nonpasslogin の設定

X の転送

sshd の設定ファイルを以下の手順で変更する。

# vi /etc/ssh/sshd_configEnter
X11Forwarding yes

nonpasslogin の設定 (ssh される場合)

sshd の設定ファイルを以下のように変更する。

# vi /etc/ssh/sshd_configEnter
# 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