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:
parent
286b317cd8
commit
151a2a4603
@ -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"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user