Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 17918

Summary: openssh-clients-2.1.1p4-1 does not log into to.ugcs.caltech.edu
Product: [Retired] Red Hat Linux Reporter: Wesley Tanaka <wtanaka>
Component: opensshAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: pekkas
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-09-29 23:05:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Wesley Tanaka 2000-09-29 23:05:38 UTC
When I try to log into to.ugcs.caltech.edu (without an ssh identity), I get
the following message:

~ % ssh to.ugcs.caltech.edu -l thisuserdoesnotexist 
ssh: to.ugcs.caltech.edu: Name or service not known

again, with the -v flag
~ % ssh -v to.ugcs.caltech.edu -l thisuserdoesnotexist
SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
debug: Reading configuration data /home/wtanaka/.ssh/config
debug: Reading configuration data /etc/ssh/ssh_config
debug: Applying options for *
debug: Seeding random number generator
debug: ssh_connect: getuid 2672 geteuid 0 anon 0
ssh: to.ugcs.caltech.edu: Name or service not known

This behavior seems to be independent of the username I pass into ssh, and
independent of whether or not the username exists.

the same binary of ssh works for other sites to which I have attempted
connecting.  (examples:
shell1.sourceforge.net, linux.compile.sourceforge.net)

I could not locate a mirror which had a corresponding SRPM for this
package, and ftp.redhat.com does not seem to let me log in right now.

I ran grep against the 2.2.0p1 (this is a different revision) sourcebase
retrieved from openssh.com, and could not find the error message.

Comment 1 Pekka Savola 2000-09-30 19:03:35 UTC
This is not an OpenSSH issue.

to.ugcs.caltech.edu is a CNAME, but the record it points to doesn't have A record.  Thus, the host 
you're trying to connect to is not resolvable.  Site configuration problem.