2007-12-12 13:40:13 +00:00
|
|
|
#!/usr/bin/env perl
|
|
|
|
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
|
|
|
|
package xCAT::DSHRemoteShell;
|
2008-07-18 12:02:22 +00:00
|
|
|
use strict;
|
2007-12-12 13:40:13 +00:00
|
|
|
sub remote_shell_command {
|
|
|
|
|
|
|
|
return undef;
|
|
|
|
}
|
|
|
|
|
|
|
|
sub remote_copy_command {
|
|
|
|
|
|
|
|
return undef;
|
|
|
|
}
|
|
|
|
|
|
|
|
1;
|