Subject: what is the meaning of this?
To: None <tech-net@netbsd.org>
From: Ignatios Souvatzis <is@beverly.kleinbus.org>
List: tech-net
Date: 11/06/2000 21:14:24
Hello,

the cron job that's calling my uucp peer through a ssh tunnel creates this,
since I've switched to 1.5ish builtin ssh:

----- Forwarded message from Cron Daemon <root@beverly.kleinbus.org> -----

From: root@beverly.kleinbus.org (Cron Daemon)
To: root@beverly.kleinbus.org
Subject: Cron <root@jocelyn> /usr/local/sbin/callsoul
Date: Mon,  6 Nov 2000 21:05:17 +0100 (MET)

Connection from 127.0.0.1 with IP options: 00 00 00 00
Disconnecting: Connection from 127.0.0.1 with IP options: 00 00 00 00

----- End forwarded message -----

What does it want to say to me?

Script follows:

#!/bin/sh
/usr/bin/ssh -f -i /etc/uucp/udentity -L54541:localhost:540 -l is soul.kleinbus.org sleep 15
/usr/bin/uusched -S soul
exit 0