Changes in ssh?

Matthew Seaman m.seaman at infracaninophile.co.uk
Thu Apr 17 01:45:07 PDT 2003


On Wed, Apr 16, 2003 at 10:43:39PM +0100, Stacey Roberts wrote:

> The new machine is already in DNS on this net:
> $ host 192.168.1.7
> 7.1.168.192.IN-ADDR.ARPA domain name pointer <host_FQDN>
> $
> 
> I have to say, this format of the host output *does* appear to be
> different to what I would normally get.., I can't remember for
> certain.., but didn't the "host" command return something along the
> lines of:
> 
> host <blah> has IP Address xxx.xxx.xxx.xxx
> 
> Or something like that..,
> 
> Has anyone else noticed this?

Skipping over the ssh problem --- the difference you're seeing in the
output of the host command is entirely normal.  It's just the
difference between doing a forward and a reverse lookup.

Eg. forwards:

    % host arbitrary
    arbitrary.infracaninophile.co.uk has address 81.2.69.219
    arbitrary.infracaninophile.co.uk mail is handled (pri=10) by smtp.infracaninophile.co.uk

and reverse:

    % host 81.2.69.219
    219.69.2.81.IN-ADDR.ARPA is a nickname for 219.216-223.69.2.81.IN-ADDR.ARPA
    219.216-223.69.2.81.IN-ADDR.ARPA domain name pointer arbitrary.infracaninophile.co.uk

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030417/40531421/attachment.bin


More information about the freebsd-questions mailing list