> > I can and has been for many years.
> > 
> >   SET HOST * <port> 
> 
> Hmm...  I didn't know about this, and it's not given as an example in
> the on-line help.  I was looking for a command-line option on C-Kermit
> to tell it to listen on a specified port (presumably in "server" mode),
> but I didn't see one....

All commands can be issued on the command line with the -C "<command list>"
option.

> >   SET HOST <host> <port>
> 
> It should be possible then to tunnel a kermit connection through SSH,
> though I've never set SSH tunnels up, so I don't have a cook-book
> example of how this might be done...

Right.  But if 'ssh' did not require the controlling process to be a
PTY I could simply say:

  SET NETWORK TYPE COMMAND
  SET HOST ssh host

But because 'ssh' requires that the controlling process be a PTY for
it to make a terminal connection this does not work.


    Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
                 The Kermit Project * Columbia University
              612 West 115th St #716 * New York, NY * 10025
  http://www.kermit-project.org/k95.html * [EMAIL PROTECTED]

Reply via email to