From 50bdab2b7a2d7163e8ad4f69e079dd8a28cd91fc Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 30 Jan 2008 18:49:33 +0000 Subject: [PATCH] Fix path to ssh in setupSSH routine. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@368 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/Utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/Utils.pm b/perl-xCAT-2.0/xCAT/Utils.pm index 3ae4324e6..daffc3a1b 100644 --- a/perl-xCAT-2.0/xCAT/Utils.pm +++ b/perl-xCAT-2.0/xCAT/Utils.pm @@ -731,7 +731,7 @@ sub setupSSH { $::REMOTESHELL_EXPECT = "/opt/xcat/sbin/remoteshell.expect"; } - $::REMOTE_SHELL = "/bin/ssh"; + $::REMOTE_SHELL = "/usr/bin/ssh"; # make the directory to hold keys to transfer to the nodes if (!-d $SSHdir)