Adaptor module

How do I use this module ?
The command "jsaga-help" provides some useful information about the usage and the current configuration of the plug-ins.
jsaga-help -help
If this command does not provides the answer to your question, then please contact us so that we can fill out this FAQ.

[top]

Security

How to establish the authenticity of hosts ?
Connect to this host from a linux or cygwin machine, then copy the ~/.ssh/known_hosts file to your Windows home.

[top]


How to setup SSH daemon on Cygwin ?
ssh-host-config -y      # answers: ntsec tty
net start sshd
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
ssh localhost -i ~/.ssh/id_rsa

[top]

Execution management

What is the URL syntax understood by this plug-in ?
The URL must be:
ssh://<HOSTNAME>[:<PORT>]/
Where:
    <HOSTNAME> is the name of the host running the SSH daemon,
    <PORT> is 22 by default.

[top]


What encoding is used for remote filenames ?
The plug-in does not explicitly set any filename encoding, so the default on the server is used. If you want to force a particular encoding for filenames, please use the "FilenameEncoding" parameter.

[top]