<?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: remsh command logging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620319#M38522</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;   You can run inetd with the logging turned on&lt;BR /&gt;#inetd -k ; inetd -l &lt;BR /&gt;&lt;BR /&gt;But, this will log only the&lt;BR /&gt;connection details or remsh/rlogin  and not the commands being run through them. For eg:&lt;BR /&gt;Moonlight inetd[26034]: shell/tcp: Connection from Venus on  ....&lt;BR /&gt; -&amp;gt; tells a user from venus system had run a remsh command into moonlight system.&lt;BR /&gt; &lt;BR /&gt;Regarding what command was run, you can only note it from the remote system user''s history file; (unless the user had not deleted it).&lt;BR /&gt;&lt;BR /&gt;Please note that  Remote services are Trusted services i.e it is an equivalent user existing on another system!. So, it is a sort of open invitation.  You cannot give remote rights and at the same time expect to have a tight leash on the activities.&lt;BR /&gt;&lt;BR /&gt;If you are not comfortable with this,  go for secure shell services. But, even here i am not sure whether you willget a logging facility. Need to check it up.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
    <pubDate>Mon, 26 Nov 2001 22:29:11 GMT</pubDate>
    <dc:creator>Roger Baptiste</dc:creator>
    <dc:date>2001-11-26T22:29:11Z</dc:date>
    <item>
      <title>remsh command logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620315#M38518</link>
      <description>Hello everyone,&lt;BR /&gt;&lt;BR /&gt;Is there a way to log what commands were executed using remsh on the remote host?  They do not appear in the syslog.log or the .sh_history (of the remote user) files on the remote host.  There is no option in the man pages.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Youlette</description>
      <pubDate>Mon, 26 Nov 2001 21:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620315#M38518</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2001-11-26T21:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: remsh command logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620316#M38519</link>
      <description>I might be wrong but I dont think there is a log that stores the commands. If you are running a script then you know the commands that are being ran. But if someone is doing just remsh -l it does not anywhere. It does log in the client in the wtmp file though. Lets see what others say.&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 26 Nov 2001 21:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620316#M38519</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-11-26T21:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: remsh command logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620317#M38520</link>
      <description>You would need to log "inetd", by starting it with the "-l" option. And it will log like a madman!&lt;BR /&gt;&lt;BR /&gt;Your best bet is to make sure you have a secure server by trying some of the topics brought up in this document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://people.hp.se/stevesk/bastion.html" target="_blank"&gt;http://people.hp.se/stevesk/bastion.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 26 Nov 2001 22:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620317#M38520</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-26T22:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: remsh command logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620318#M38521</link>
      <description>I don't think you can log any commands executed by a remsh. Remsh gives minimal env where only PATH, LOGNAME, SHELL, HOME, PWD, and TZ variables are set. The user environment actually becomes that of the running inetd.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 22:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620318#M38521</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2001-11-26T22:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: remsh command logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620319#M38522</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;   You can run inetd with the logging turned on&lt;BR /&gt;#inetd -k ; inetd -l &lt;BR /&gt;&lt;BR /&gt;But, this will log only the&lt;BR /&gt;connection details or remsh/rlogin  and not the commands being run through them. For eg:&lt;BR /&gt;Moonlight inetd[26034]: shell/tcp: Connection from Venus on  ....&lt;BR /&gt; -&amp;gt; tells a user from venus system had run a remsh command into moonlight system.&lt;BR /&gt; &lt;BR /&gt;Regarding what command was run, you can only note it from the remote system user''s history file; (unless the user had not deleted it).&lt;BR /&gt;&lt;BR /&gt;Please note that  Remote services are Trusted services i.e it is an equivalent user existing on another system!. So, it is a sort of open invitation.  You cannot give remote rights and at the same time expect to have a tight leash on the activities.&lt;BR /&gt;&lt;BR /&gt;If you are not comfortable with this,  go for secure shell services. But, even here i am not sure whether you willget a logging facility. Need to check it up.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
      <pubDate>Mon, 26 Nov 2001 22:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620319#M38522</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-26T22:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: remsh command logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620320#M38523</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would seriously consider turning it &lt;BR /&gt;off if is causing problems. &lt;BR /&gt;&lt;BR /&gt;Edit /etc/inetd.conf &lt;BR /&gt;#shell stream tcp nowait root /usr/lbin/remshd   remshd&lt;BR /&gt;&lt;BR /&gt;# inetd -c (re-read the config)&lt;BR /&gt;&lt;BR /&gt;I would try to aviod turning on the inetd &lt;BR /&gt;logging, as you will need to hire someone &lt;BR /&gt;to read them.&lt;BR /&gt;&lt;BR /&gt;-Michael</description>
      <pubDate>Tue, 27 Nov 2001 00:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620320#M38523</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-11-27T00:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: remsh command logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620321#M38524</link>
      <description>The 'script' command will track all actions on the initiating server when performing an 'rlogin' to another server. Worth using this, or putting a script command in the .login or .profile of the remshell user?&lt;BR /&gt;&lt;BR /&gt;Share and enjoy! Ian</description>
      <pubDate>Tue, 27 Nov 2001 11:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620321#M38524</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2001-11-27T11:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: remsh command logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620322#M38525</link>
      <description>Try downloading inetutils from GNU.  Theres a remshd server included which I believe uses syslog to log commands.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 27 Nov 2001 12:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620322#M38525</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2001-11-27T12:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: remsh command logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620323#M38526</link>
      <description>Hello everyone,&lt;BR /&gt; &lt;BR /&gt;I apologize for taking such a long time to assign points but I have been encountering problems accessing the forums from work and haven't even been able to search the forums or post any additional questions or assign points since November.   I'm actually posting this from home.   It is extremely frustrating when I need to get information.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The problem is that I keep getting debugging error messages when accessing the forums.  I believe it is error number 104, though I cannot remember at this moment.   Sometimes the entire page does not load, sometimes I get the "page cannot be displayed" error message, and now with the new network installation of eprizm, I get, "URL returned zero length page".   I have deleted temporary internet files but this doesn't work.   I use internet explorer 5.5 at work, which worked fine until last November.   So far I have not encountered these problems from home and per HP, no one else is encountering these problems.&lt;BR /&gt;&lt;BR /&gt;Any help will be most appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Sun, 27 Jan 2002 23:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-command-logging/m-p/2620323#M38526</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2002-01-27T23:31:01Z</dc:date>
    </item>
  </channel>
</rss>

