Tuesday, September 30, 2014

Could not parse arguments: Cannot open display:

The following error appears after disabling IPv6:
Could not parse arguments: Cannot open display:
This is a known bug that hasn't been fixed yet, to fix it use the following command (it instructs sshd not to use IPv6):
 sed -i 's/#AddressFamily any/AddressFamily inet/' /etc/ssh/sshd_config

No comments:

Post a Comment