anoying debug info + can't login automaticaly

Nico De Ranter nico at sonycom.com
Thu Sep 28 01:03:29 EST 2000


Ah well, reading the manpages would indeed be a nice idea if the installation
process would be so kind to install any.  There is a manpage but reading
it with man, nroff or groff only creates a single flat file that is really
unreadable.

Unfortunately, adding LogLevel QUIET or INFO to /etc/ssh/ssh_config doesn't 
change a thing and in sshd_config LogLevel is already set to INFO.

immortelle[nico]$ cat /etc/ssh/ssh_config 
 Host *
   ForwardAgent yes
   ForwardX11 yes
   FallBackToRsh no
   UseRsh no
   Port 22
   Protocol 2,1
   LogLevel QUIET
immortelle[nico]$ ssh clover
SSH Version OpenSSH_2.2.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x00905100).
debug: Reading configuration data /etc/ssh/ssh_config
debug: Applying options for *
debug: Command 'df' timed out
debug: Seeded RNG with 39 bytes from programs
debug: Seeded RNG with 3 bytes from system calls
debug: ssh_connect: getuid 10043 geteuid 0 anon 0
debug: Connecting to clover [xxx.xxx.xxx.xxx] port 22.
debug: Seeded RNG with 38 bytes from programs
debug: Seeded RNG with 3 bytes from system calls
debug: Allocated local port 838.
debug: Connection established.
debug: Remote protocol version 1.5, remote software version OpenSSH_2.2.0p1
debug: Local version string SSH-1.5-OpenSSH_2.2.0p1
debug: Waiting for server public key.
debug: Received server public key (768 bits) and host key (1024 bits).
debug: Host 'clover' is known and matches the RSA host key.
debug: Seeded RNG with 38 bytes from programs
debug: Seeded RNG with 3 bytes from system calls
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: Trying rhosts authentication.
debug: Remote: Accepted for immortelle.sonytel.be [xxx.xxx.xxx.xxx] by /etc/hosts.equiv.
debug: Requesting compression at level 6.
debug: Enabling compression at level 6.
debug: Requesting pty.
debug: Requesting X11 forwarding with authentication spoofing.
debug: Requesting shell.
debug: Entering interactive session.
clover[nico]$ debug: client_check_window_change: changed
clover[nico]$ debug: client_check_window_change: changed
clover[nico]$ debug: client_check_window_change: changed
clover[nico]$ cat /etc/ssh/sshd_config 
# This is ssh server systemwide configuration file.

Port 22
#Protocol 2,1
Protocol 1
ListenAddress 0.0.0.0
#ListenAddress ::
HostKey /etc/ssh/ssh_host_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin yes
#
# Don't read ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes
StrictModes yes
X11Forwarding yes
X11DisplayOffset 10
PrintMotd yes
KeepAlive yes

# Logging
SyslogFacility LOCAL1
LogLevel INFO
#obsoletes QuietMode and FascistLogging

RhostsAuthentication yes
#
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
#
RSAAuthentication yes

# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
PermitEmptyPasswords yes
# Uncomment to disable s/key passwords 
#SkeyAuthentication no

# To change Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#AFSTokenPassing no
#KerberosTicketCleanup no

# Kerberos TGT Passing does only work with the AFS kaserver
#KerberosTgtPassing yes

CheckMail no
#UseLogin no

#Subsystem      sftp    /usr/local/sbin/sftpd
#MaxStartups 10:30:60



Snif.

On Wed, Sep 27, 2000 at 06:37:56AM -0700, Gregory Leblanc wrote:
> > -----Original Message-----
> > From: Nico De Ranter [mailto:nico at sonycom.com]
> > 
> > That would really be too easy don't you think :-)
> 
> RTFM (read the fine man page) dude.  The below IS the output from a verbose
> session of ssh client.  Somewhere you've got a setting in ssh_config that
> says
> LogLevel DEBUG
> or perhaps
> LogLevel VERBOSE
> 
> I suppose you might have compiled it with debug logging on, but I don't know
> if that's possible.  Whichever it is, either change or add a line to read
> LogLevel QUIET
> or 
> LogLevel INFO
> 
> 	Greg
> 
--------------------------------------------------------
 "It has been said that there are only two businesses
  refer to customers as users: illegal drug trade and
               the computer industry." 
--------------------------------------------------------
Nico De Ranter
Sony Service Center (SDCE/DME-B)
Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
1130 Brussel (Bruxelles), Belgium, Europe, Earth
Telephone: +32 2 724 86 41 Telefax: +32 2 726 26 86
e-mail: nico.deranter at sonycom.com





More information about the openssh-unix-dev mailing list