iptable by testy8888 from LinuxQuestions.org on 2020-08-08 08:27 (#56P9Z) Hi,I like to see if i undersood well.iptables -LChain OUTPUT (policy ACCEPT)ACCEPT all -- anywhere 10.129.0.0/16 owner GID match testyuser y has uid=101(y) gid=101(testy) and user y5 has uid=(104) gid=104(y4)in this case only user y can login by ssh in this server.right?