<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SSHD logging question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765489#M260263</link>
    <description>This issue has been around longer than the time change this past Saturday, so I don't think that it is a daylight savings time issue.  I think somewhere, ssh thinks that the system is in EST, I'm just not sure where it gets this info.&lt;BR /&gt;&lt;BR /&gt;the version of ssh is &lt;BR /&gt;&lt;BR /&gt;dining:/var/adm/syslog&amp;gt;ssh -v&lt;BR /&gt;OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.6b 9 Jul 2001&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Apr 2006 13:01:43 GMT</pubDate>
    <dc:creator>Chrisl_2</dc:creator>
    <dc:date>2006-04-04T13:01:43Z</dc:date>
    <item>
      <title>SSHD logging question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765482#M260256</link>
      <description>HPUX 11.00 PARISC &lt;BR /&gt;&lt;BR /&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;sshd logging to syslog seems to have the time set to EDT.  Unfortunately we are in PDT. The host time and the client systems all have the time set correctly.  Anyone know where to look for this?&lt;BR /&gt;&lt;BR /&gt;TIA Chris</description>
      <pubDate>Tue, 04 Apr 2006 10:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765482#M260256</guid>
      <dc:creator>Chrisl_2</dc:creator>
      <dc:date>2006-04-04T10:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: SSHD logging question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765483#M260257</link>
      <description>Have you checked IF your server is actually on PDT Timezone?&lt;BR /&gt;&lt;BR /&gt;# echo $TZ&lt;BR /&gt;PST8PDT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Apr 2006 12:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765483#M260257</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-04-04T12:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: SSHD logging question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765484#M260258</link>
      <description>I don't think sshd has a separate timezone setting but it uses the system time when it logs. What is your /etc/TIMEZONE file contents say about your timezone as the most trivial point of starting the troubleshooting ?&lt;BR /&gt;&lt;BR /&gt;If it is set correctly, could you please paste a snippet of your syslog to see how the log time jumps back and forth between few entries ?&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Apr 2006 12:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765484#M260258</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-04-04T12:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: SSHD logging question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765485#M260259</link>
      <description>Here's a bit of syslog.log&lt;BR /&gt;&lt;BR /&gt;Apr  4 14:43:48 dining sshd[10645]: Accepted publickey for bak from 132.239.29.96 port 41568 ssh2&lt;BR /&gt;Apr  4 14:43:49 dining sshd[10652]: Accepted publickey for bak from 132.239.29.96 port 41569 ssh2&lt;BR /&gt;dining:/var/adm/syslog&amp;gt;tail -100 syslog.log |more&lt;BR /&gt;Apr  4 10:14:03 dining ftpd[9946]: FTP session closed&lt;BR /&gt;&lt;BR /&gt;here's the TZ&lt;BR /&gt;&lt;BR /&gt;dining:/var/adm/syslog&amp;gt;echo $TZ&lt;BR /&gt;PST8&lt;BR /&gt;&lt;BR /&gt;here's /etc/timezone&lt;BR /&gt;&lt;BR /&gt;dining:/var/adm/syslog&amp;gt;cat /etc/TIMEZONE   &lt;BR /&gt;TZ=PST8&lt;BR /&gt;export TZ&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Apr 2006 12:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765485#M260259</guid>
      <dc:creator>Chrisl_2</dc:creator>
      <dc:date>2006-04-04T12:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSHD logging question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765486#M260260</link>
      <description>my /etc/TIMEZONE says:&lt;BR /&gt;&lt;BR /&gt;# cat TIMEZONE&lt;BR /&gt;TZ=PST8PDT&lt;BR /&gt;export TZ&lt;BR /&gt;&lt;BR /&gt;I am not sure if it is related to your problem (the lack of PDT in the TZ definition), but you sure can try and it won't hurt anything.&lt;BR /&gt;&lt;BR /&gt;also which version of of sshd are you running ?&lt;BR /&gt;&lt;BR /&gt;just telnet to the port 22 (or other if you are running it on an unusual setup) of your host and see what it says. I am not sure what else to suggest or ask.</description>
      <pubDate>Tue, 04 Apr 2006 12:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765486#M260260</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-04-04T12:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: SSHD logging question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765487#M260261</link>
      <description>Note than sshd is started by rc. Rc normally sources /etc/TIMEZONE but if that file was not found then TZ is hardset to EST5EDT and exported to any child processes including sshd. At this point all we can know is the contents of /etc/TIMEZONE as it is now; that does not mean that we know the contents when sshd was actually started.&lt;BR /&gt;&lt;BR /&gt;I would (from the console) issue an /sbin/init.d/secsh stop and /sbin/init.d/secsh start.</description>
      <pubDate>Tue, 04 Apr 2006 12:58:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765487#M260261</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-04-04T12:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: SSHD logging question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765488#M260262</link>
      <description>Shalom Chris!&lt;BR /&gt;&lt;BR /&gt;There have been some problems with connection logging in recent secure shell openssh versions.&lt;BR /&gt;&lt;BR /&gt;The latest version 4.2.004 corrects some of these.&lt;BR /&gt;&lt;BR /&gt;Perhaps check version.&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i secure&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 04 Apr 2006 12:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765488#M260262</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-04T12:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: SSHD logging question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765489#M260263</link>
      <description>This issue has been around longer than the time change this past Saturday, so I don't think that it is a daylight savings time issue.  I think somewhere, ssh thinks that the system is in EST, I'm just not sure where it gets this info.&lt;BR /&gt;&lt;BR /&gt;the version of ssh is &lt;BR /&gt;&lt;BR /&gt;dining:/var/adm/syslog&amp;gt;ssh -v&lt;BR /&gt;OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.6b 9 Jul 2001&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Apr 2006 13:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765489#M260263</guid>
      <dc:creator>Chrisl_2</dc:creator>
      <dc:date>2006-04-04T13:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: SSHD logging question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765490#M260264</link>
      <description>BTW, I have 2 other systems running SSH.  They do have PST8PDT in /etc/TIMEZONE.  They are logging time correctly.  Maybe that is it.  If I kill HUP the sshd process, will users that have current ssh connections get interrupted?&lt;BR /&gt;&lt;BR /&gt;TIA</description>
      <pubDate>Tue, 04 Apr 2006 13:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765490#M260264</guid>
      <dc:creator>Chrisl_2</dc:creator>
      <dc:date>2006-04-04T13:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: SSHD logging question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765491#M260265</link>
      <description>as Clay indicated, /sbin/init.d/secsh stop and then start should not affect the users already logged in. For a brief time between the issuance of stop and start commands, 5-10 seconds may be, people who want to start a new ssh session may get connection refused message.&lt;BR /&gt;&lt;BR /&gt;Also, check your ssh version and upgrade to something recent if at all possible. As Stephen indicated, older versions had some logging and authentication problems.</description>
      <pubDate>Tue, 04 Apr 2006 13:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sshd-logging-question/m-p/3765491#M260265</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-04-04T13:34:37Z</dc:date>
    </item>
  </channel>
</rss>

