mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-19 19:11:16 +00:00
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
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user