for ipv6, accept connection from IPv6 ip addresses

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6378 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-06-08 09:15:10 +00:00
parent 4f61e0e92e
commit 0945b6f266

View File

@ -105,6 +105,7 @@ sub setupSSH
&runcmd("echo \"KeyRegenerationInterval 0\" >>$sshdconfig");
&runcmd("echo \"X11Forwarding yes\" >>$sshdconfig");
&runcmd("echo \"MaxStartups 1024\" >>$sshdconfig");
&runcmd("echo \"ListenAddress ::\" >>$sshdconfig");
#&runcmd("echo \"PasswordAuthentication no\" >>$sshdconfig");
if (!(-e "$sshconfig.ORIG"))
{