<?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: Rexec Logging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723684#M945495</link>
    <description>It is logged in wtmp.  Try:&lt;BR /&gt;&lt;BR /&gt;last -R -5 &lt;USERNAME&gt; | grep rexec &lt;BR /&gt;&lt;BR /&gt;to get logins of a particular user accessing via rexec.&lt;/USERNAME&gt;</description>
    <pubDate>Tue, 14 May 2002 16:45:57 GMT</pubDate>
    <dc:creator>Tom Danzig</dc:creator>
    <dc:date>2002-05-14T16:45:57Z</dc:date>
    <item>
      <title>Rexec Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723683#M945494</link>
      <description>Hello Admin's, I am looking for a way to log who is using&lt;BR /&gt;rexec to access a server. In the /var/adm/syslog/syslog.log it only tells you that someone logs in using rexec. I am looking for more information like a user id and or ipaddress that it is coming from. I did some scans of the forum and did not find the info but I am sorry if it has been answered before.</description>
      <pubDate>Tue, 14 May 2002 16:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723683#M945494</guid>
      <dc:creator>Mark Killen</dc:creator>
      <dc:date>2002-05-14T16:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Rexec Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723684#M945495</link>
      <description>It is logged in wtmp.  Try:&lt;BR /&gt;&lt;BR /&gt;last -R -5 &lt;USERNAME&gt; | grep rexec &lt;BR /&gt;&lt;BR /&gt;to get logins of a particular user accessing via rexec.&lt;/USERNAME&gt;</description>
      <pubDate>Tue, 14 May 2002 16:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723684#M945495</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2002-05-14T16:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rexec Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723685#M945496</link>
      <description>Sorry ... correct command is:&lt;BR /&gt;&lt;BR /&gt;last -R &lt;USERNAME&gt; | grep rexec &lt;BR /&gt;&lt;BR /&gt;The -5 would limit the list to the last 5 logins.  The above will give all since wtmp was last trimmed.&lt;BR /&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Tue, 14 May 2002 16:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723685#M945496</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2002-05-14T16:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Rexec Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723686#M945497</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Have a look at /var/adm/wtmp,using the last command&lt;BR /&gt;&lt;BR /&gt;This will show who and where from&lt;BR /&gt;&lt;BR /&gt;incorrect logins are looked at using lastb command&lt;BR /&gt;&lt;BR /&gt;for further info &lt;BR /&gt;&lt;BR /&gt;man last&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 14 May 2002 16:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723686#M945497</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-05-14T16:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rexec Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723687#M945498</link>
      <description>The wtmp (and btmp for failures) logs rexec:&lt;BR /&gt;&lt;BR /&gt;last -5 -R root&lt;BR /&gt;&lt;BR /&gt;(or whatever user you are searching for.&lt;BR /&gt;&lt;BR /&gt;Use lastb to read failed rexec attempts.</description>
      <pubDate>Tue, 14 May 2002 16:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723687#M945498</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-05-14T16:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rexec Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723688#M945499</link>
      <description>I forgot to mention that I am running 10.20, the commands that you have given me work on 11.0 but not on 10.20.&lt;BR /&gt;The last -R command does not seem to give the rexecd in the tty area. Any other suggestions? &lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 14 May 2002 17:00:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723688#M945499</guid>
      <dc:creator>Mark Killen</dc:creator>
      <dc:date>2002-05-14T17:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rexec Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723689#M945500</link>
      <description>Hi Mark:&lt;BR /&gt;&lt;BR /&gt;The 'last' command will work on 10.20 too. Try this:&lt;BR /&gt;&lt;BR /&gt;# last -R | grep rexec&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 14 May 2002 17:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rexec-logging/m-p/2723689#M945500</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-14T17:12:58Z</dc:date>
    </item>
  </channel>
</rss>

