Operating System - OpenVMS
1745865 Members
4578 Online
108723 Solutions
New Discussion

FATAL: ssh_io_register_fd: fd 3 already registered

 
Patrick Bachelet
Occasional Contributor

FATAL: ssh_io_register_fd: fd 3 already registered

Hello,

As I needed to use SSH in a script under OpenVMS to login to another OpenVMS system, and that I got the error, I replaced the simple SSH command by the following:
$ pipe (ssh user@node "cmd" 2> error.lis)

and I did'nt get the error anymore.
cmd can be a DCL command or a call to a script (@dd.com)

But I'd like to know if I can get some other effects...

OpenVMS 7.3-2 and
HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 6.

Thanks. Patrick.
1 REPLY 1
Steven Schweda
Honored Contributor

Re: FATAL: ssh_io_register_fd: fd 3 already registered

You may want the ever-popular (but well
hidden) SSH option:

-o "batchmode yes"