Hi all -
I built OpenSSH v3.4p1 and was having trouble using it to login to
other machines:
  % slogin machine2
  slogin: machine2: Name does not resolv to supplied parameters; neither
  nodename nor servname were passed.
And the prize goes to Peter Wuestner <wuestner_at_zelas3.zel.kfa-juelich.de>
who suggested
> Try 'ssh -4 machine2' or configure with --with-ipv4-default.
> Ssh seems to use IP v6 per default.
sure enough 'slogin -4 machine2' worked so i've used --with-ipv4-default
with the configure script and it's all working fine now (no PrivSep though).
cheers,
 john
----------------------------------------------------------------------------
Dr John Deacon                     | UCL Starlink Site Manager
Dept Physics and Astronomy         | Email: star_at_star.ucl.ac.uk 
University College London          | Tel: 020 7679 7147            
Gower Street London WC1E 6BT       | Fax: 020 7679 7145            
----------------------------------------------------------------------------
Received on Fri Jun 28 2002 - 11:34:35 NZST