On 6/29/20 2:18 PM, Grant Taylor via COFF wrote:
sys:
system targetHost
call-login targetHost
called-login targetHost
port targetHost
port:
port targetHost
type pipe
command /usr/bin/ssh targetHost.fqdn /usr/sbin/uucico
I should probably include details about how SSH is configured:
uucp user's ~/.ssh/config file:
Host *
User shortName # matches the output of uuname -l
Calling system's ~/.ssh/authorized_keys file:
command="/usr/sbin/uucico" ...typical contents...
The uucp user can successfully ssh to the target system without being
prompted for username or password. uucico starts automatically.
--
Grant. . . .
unix || die