Update non-Eclipse third-parties.
[gpl/argeo-slc.git] / cms / org.argeo.cms.integration / src / org / argeo / ssh / BasicSshServer.java
index e763140bcb206f29b5d6a7362535d3477841af46..2a4d8f472227b8e97ce6c31fc103d18f76cec42a 100644 (file)
@@ -33,7 +33,9 @@ public class BasicSshServer {
                        // sshd.setShellFactory(new ProcessShellFactory(new String[] { "/bin/sh", "-i",
                        // "-l" }));
                        String[] shellCommand = OS.LOCAL.getDefaultShellCommand();
-                       sshd.setShellFactory(new ProcessShellFactory(shellCommand));
+                       // FIXME transfer args
+//                     sshd.setShellFactory(new ProcessShellFactory(shellCommand));
+//                     sshd.setShellFactory(new ProcessShellFactory(shellCommand[0], shellCommand));
                        sshd.setCommandFactory(new ScpCommandFactory());
                        sshd.start();
                } catch (Exception e) {