Deutsch   English   Français   Italiano  
<vobc8h$bbn$1@tncsrv09.home.tnetconsulting.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.misty.com!weretis.net!feeder9.news.weretis.net!tncsrv06.tnetconsulting.net!tncsrv09.home.tnetconsulting.net!.POSTED.omega.home.tnetconsulting.net!not-for-mail
From: Grant Taylor <gtaylor@tnetconsulting.net>
Newsgroups: comp.mail.uucp
Subject: Re: how to connect UUCP nodes in the 21st century?
Date: Sun, 9 Feb 2025 17:03:45 -0600
Organization: TNet Consulting
Message-ID: <vobc8h$bbn$1@tncsrv09.home.tnetconsulting.net>
References: <vn0gc2$nbif$1@dwalin.uucp>
 <vn40jj$q76$1@tncsrv09.home.tnetconsulting.net>
 <slrnvqggf0.pi.eternal@esware.naleco.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 9 Feb 2025 23:03:45 -0000 (UTC)
Injection-Info: tncsrv09.home.tnetconsulting.net; posting-host="omega.home.tnetconsulting.net:198.18.1.11";
	logging-data="11639"; mail-complaints-to="newsmaster@tnetconsulting.net"
User-Agent: Mozilla Thunderbird
Content-Language: en-US
In-Reply-To: <slrnvqggf0.pi.eternal@esware.naleco.com>
Bytes: 2376
Lines: 35

On 2/8/25 23:49, Juancho wrote:
> What is the point of this? I mean, UUCP is/was used primarily 
> for remote login and to transfer files, which both are native 
> functionalities of SSH.

Consider you have three systems; A, B, and C, connected like this:

[A]---[B]---[C]

Now consider that A and C are separated by sufficient distance that 
there isn't a network between them.  Finally consider B to be a notebook 
that can travel between A and C.

UUCP makes it trivial to transfer a file from A to C or vice versa even 
though there isn't end-to-end connectivity between A and C.

This is one of the uses for UUCP's store-and-forward networking.

Now consider using SSH to communicate between A & B to carry the UUCP 
traffic and similarly between B & C.

SSH provides encrypted and authenticated transport that UUCP can ride 
across.

I can send a file from A to C with one command.  SSH et al can't do that 
because there is a lack of end-to-end communications.

The other thing that UUCP over SSH provides is asynchronous operations. 
I can cause UUCP to transfer the file in very short order and move on 
with things.  Conversely SSH commands ten to be blocking and require 
other methods to not hijack the controlling terminal.



-- 
Grant. . . .