<?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: FallBackToRsh no -oBatchmode problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fallbacktorsh-no-obatchmode-problem/m-p/3460978#M744202</link>
    <description>Parent process id of 1 means it thinks the first process is its parent.&lt;BR /&gt;&lt;BR /&gt;That makes it hard to kill and you are lucky you can kill it.&lt;BR /&gt;&lt;BR /&gt;I do not believe any process should be created and left open with a solid ssh installation.&lt;BR /&gt;&lt;BR /&gt;Would you please run the process with the -v switch and provide diagnostics. It might be very useful.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 12 Jan 2005 01:03:19 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-01-12T01:03:19Z</dc:date>
    <item>
      <title>FallBackToRsh no -oBatchmode problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fallbacktorsh-no-obatchmode-problem/m-p/3460977#M744201</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to use ssh as another user using&lt;BR /&gt;ssh -l &lt;USERNAME&gt; Srvr. The keys have been exchanged. ssh works properly without any problems. &lt;BR /&gt;But whenever ssh command is fired, a new process is created as follows &lt;BR /&gt;e.g.&lt;BR /&gt;username  4793     1  0 00:29:26 ?        0:00 /usr/bin/ssh -x -oFallBackToRsh no -oBatchmode yes -loracle db01 scp -t /scratc&lt;BR /&gt;&lt;BR /&gt;The process does not terminate and keep on running unless I kill it. &lt;BR /&gt;&lt;BR /&gt;What this process is? Why is it created? Does it have any side effects? Why is the parent process '1'?&lt;BR /&gt;&lt;BR /&gt;Thank You,&lt;BR /&gt;Shailesh&lt;/USERNAME&gt;</description>
      <pubDate>Wed, 12 Jan 2005 00:56:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fallbacktorsh-no-obatchmode-problem/m-p/3460977#M744201</guid>
      <dc:creator>Shailesh Joshi</dc:creator>
      <dc:date>2005-01-12T00:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: FallBackToRsh no -oBatchmode problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fallbacktorsh-no-obatchmode-problem/m-p/3460978#M744202</link>
      <description>Parent process id of 1 means it thinks the first process is its parent.&lt;BR /&gt;&lt;BR /&gt;That makes it hard to kill and you are lucky you can kill it.&lt;BR /&gt;&lt;BR /&gt;I do not believe any process should be created and left open with a solid ssh installation.&lt;BR /&gt;&lt;BR /&gt;Would you please run the process with the -v switch and provide diagnostics. It might be very useful.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 12 Jan 2005 01:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fallbacktorsh-no-obatchmode-problem/m-p/3460978#M744202</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-12T01:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: FallBackToRsh no -oBatchmode problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fallbacktorsh-no-obatchmode-problem/m-p/3460979#M744203</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;I am using ssh from cgi script. Only through cgi i face this problem. If I try to execute it from prompt, the problem does not replicate. Could CGI be the reason for this problem? &lt;BR /&gt;&lt;BR /&gt;I tried using -v -v -v. On screen it shows the output. But when given through script it does not display debugging information.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shailesh</description>
      <pubDate>Wed, 12 Jan 2005 02:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fallbacktorsh-no-obatchmode-problem/m-p/3460979#M744203</guid>
      <dc:creator>Shailesh Joshi</dc:creator>
      <dc:date>2005-01-12T02:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: FallBackToRsh no -oBatchmode problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fallbacktorsh-no-obatchmode-problem/m-p/3460980#M744204</link>
      <description>Today we realized that the problem is caused by scp command and not by ssh command. &lt;BR /&gt;&lt;BR /&gt;In /etc/ssh/ssh_config file, FallBackToRsh is set to 'no', but still whenever any scp command is fired, corresponding FallBackToRsh process is initiated. The process keeps on running indefiniately. We discovered that we had around 1500 such processes running on our server. We had to kill them all, but now whenever we run any scp command, the new FallBackToRsh process starts. &lt;BR /&gt;&lt;BR /&gt;scp -v -v -v output shows &lt;BR /&gt;&lt;BR /&gt;scp -v -v -v test.ksh oracle@db_server:/home/oracle&lt;BR /&gt;Executing: program /usr/bin/ssh host db_server, user oracle, command scp -v -t /home/oracle&lt;BR /&gt;Sending file modes: C0700 1878 id_test.ksh&lt;BR /&gt;id_test.ksh          100% |************************************************************|  1878       00:00&lt;BR /&gt;&lt;BR /&gt;Do we need to change any other parameter in ssh_config?</description>
      <pubDate>Thu, 13 Jan 2005 00:46:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fallbacktorsh-no-obatchmode-problem/m-p/3460980#M744204</guid>
      <dc:creator>Shailesh Joshi</dc:creator>
      <dc:date>2005-01-13T00:46:31Z</dc:date>
    </item>
  </channel>
</rss>

