Hi all. I’m on suse 10.2 running nxserver for remote connections. Now I would like to limit access to my pc just from specific ips. I tried editing file /etc/hosts.allow like follows
sshd: 192.168.1.20 : allow
sshd: somedomain.com : allow
sshd: ALL : deny
. Now from 192.168.1.20 I can connect to pc via konsole using ssh command, but when I try to use nx client, It hangs when authenticating user. How should I edit the /etc/host.allow that it would allow nx connections. Any suggestion appreciated. PS: If I uncomment the mentioned lines the nx connection works fine.