Find the answer to your Linux question:
Results 1 to 7 of 7
Hi, where can i specify the sshd logfile ? sshd.conf lets me configure the debug level, but not the file. Manpages give no hint. What is the standard logfile for ...
  1. #1
    Just Joined!
    Join Date
    May 2005
    Posts
    11

    sshd logfile specification

    Hi,

    where can i specify the sshd logfile ? sshd.conf lets me configure the debug level, but not the file. Manpages give no hint. What is the standard logfile for sshd ?

    Thanks

  2. #2
    Just Joined!
    Join Date
    Apr 2005
    Posts
    88

    SSHd Logs

    Greetings,

    You can specify the log file for sshd in /etc/ssh/sshd_config...!!!

    Regards

  3. #3
    Just Joined!
    Join Date
    May 2005
    Posts
    11
    the manpages for ssh_conf don't give the command for specifying the logfile, only the debug level (?)

  4. #4
    Just Joined!
    Join Date
    Apr 2005
    Posts
    88
    Greetings,

    Please look for the sshd_config file not the ssh_conf file....!!!!! These are two different files....

    Regards

  5. #5
    Just Joined!
    Join Date
    May 2005
    Posts
    11
    my /etc/ssh/sshd_config says this :

    # Logging
    #obsoletes QuietMode and FascistLogging
    #SyslogFacility AUTH
    #LogLevel INFO

    where can i specify the logfile ?

  6. #6
    Just Joined!
    Join Date
    Apr 2005
    Posts
    88
    Greetings,

    I have never done this but still u can refer to the following link and check by urself.... I will take sumtime in order to implemnet the following... If u can wait for a day or two I can get back to you with a solution otherwise u can try on your own and if u get the thing going do let me know for the sake of my knowledge...

    http://www.redhat.com/docs/manuals/l...rs-access.html

    Regards

  7. #7
    Just Joined!
    Join Date
    May 2005
    Posts
    11
    SyslogFacility somehow refers to syslog, and apparently the destination of these AUTH messages is specified in /etc/syslog/syslog.conf, but i didnt find an exact description of it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...