Discussion:
[rancid] hlogin with SSH
Thomas Donnelly
2009-02-06 17:25:44 UTC
Permalink
I have found a few threads regarding hlogin with SSH but I have had no
success yet in finding a solution

Hlogin doesnt seem to work with ssh. It pulls a EOF with this error.

%/usr/local/libexec/rancid/hlogin ss1.example.net
ss1.example.net
spawn hpuifilter -- 'ssh -c 3des -x -l SomeUser' ss1.example.net

Error: Couldn't login


Anyone found any working solutions? I read a couple of places its not
sending the password with it?

It breaks at line 370 here:

eof { send_user "\nError: Couldn't login\n"; wait; return 1 }



Thanks!!!
-=Tom
john heasley
2009-02-06 17:31:45 UTC
Permalink
Post by Thomas Donnelly
I have found a few threads regarding hlogin with SSH but I have had no
success yet in finding a solution
Hlogin doesnt seem to work with ssh. It pulls a EOF with this error.
%/usr/local/libexec/rancid/hlogin ss1.example.net
ss1.example.net
spawn hpuifilter -- 'ssh -c 3des -x -l SomeUser' ss1.example.net
Error: Couldn't login
Anyone found any working solutions? I read a couple of places its not
sending the password with it?
eof { send_user "\nError: Couldn't login\n"; wait; return 1 }
which o/s? which ssh client? what type of device? what version of
rancid? you should be using 2.3.2a9

Loading...