"Eric J. Schwertfeger" <[EMAIL PROTECTED]> writes:

> Is something like this already in there and I missed it, or is this just
> not high on the priority list?  Just curious, encrypted logins are
> definitely more important.

Not yet. First thing to do to support it would be to add support for
executing a remote command by giving it in the command line to lsh;
i.e. rsh rather than rlogin.

Then you could copy files with

  lsh remote_host cat remotefile > localfile

The scp wrapper is a little more sophisticated than that, scp is more
or less equivalent to

  ssh remote_host scp --server file

just like the traditional rcp is a wrapper for rsh.

Another thing that would be useful is to try to find out how the sftp
protocol works; I have not seen any spec for it.

/Niels

Reply via email to