You are here
CentOS 5 ssh config
2013.01.10, cs - 15:08 — ptamas
- errors message: X11 forwarding request failed on channel 0
- solution:
- # yum install xorg-x11-xauth xorg-x11-fonts-* xorg-x11-utils
- Enable X11 forwarding in the sshd_config file:
- X11Forwarding yes
- restart service
- # service sshd restart
- errors message: PTY allocation request failed on channel 0
- solution(?):
- # /sbin/MAKEDEV -d /dev ptmx