From 0945b6f2664dec8587421207538928bf070ba3b3 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 8 Jun 2010 09:15:10 +0000 Subject: [PATCH] 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 --- xCAT/postscripts/aixremoteshell | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT/postscripts/aixremoteshell b/xCAT/postscripts/aixremoteshell index a32cee8a7..79c69f946 100755 --- a/xCAT/postscripts/aixremoteshell +++ b/xCAT/postscripts/aixremoteshell @@ -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")) {