fix for IPv6 sshd configuration

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6411 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-06-09 12:34:14 +00:00
parent 286b317cd8
commit 151a2a4603

View File

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