Debian/Ubuntu禁用ipv6后ssh无法使用图形程序

The following resolved my IPv6-Disabling issue with SSH:

1) Adding the following to your sshd_config
AddressFamily inet
2) Restart SSH

Afterwards, the SSH daemon is able to create the X11 socket and
X-Forwarding works as expected.

posted @ 2012-12-27 11:48  hello.world  阅读(263)  评论(0编辑  收藏  举报