Re: Debug errors appearing once logged on
From: Darren Tucker (dtucker_at_dodgy.net.au)
Date: 05/18/04
- Next message: Pamela: "active ftp through firewall"
- Previous message: solaris9000: "Debug errors appearing once logged on"
- In reply to: solaris9000: "Debug errors appearing once logged on"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 18 May 2004 09:49:54 +0000 (UTC)
In article <d764f559.0405180050.41feca44@posting.google.com>,
solaris9000 <solaris9000@hotmail.com> wrote:
>I am running OpenSSH 3.8p1 on Solaris 8 and I have noticed the
>following error as soon as I log on:
>
>debug1: client_input_channel_req: channel 0 rtype
>keepalive@openssh.com reply 1
>
>The error keeps repeating itself in a continuous loop.
It's not an error, it's a debug message caused by a) the server sending
keepalive messages because it's configured to and b) the client printing
them because it's in debug mode.
>Any one know how to resolve this?
I'd fix b) by setting LogLevel to INFO in ssh_config (or
$HOME/.ssh/config). This is the default, so there's probably a LogLevel
DEBUG already in there someplace that you'll need to change or delete.
If you really want to you can change a) by setting ClientAliveInterval
to zero in sshd_config, but presumably it's enabled for a reason...
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Next message: Pamela: "active ftp through firewall"
- Previous message: solaris9000: "Debug errors appearing once logged on"
- In reply to: solaris9000: "Debug errors appearing once logged on"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|