<?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: ssh-agent 'how to start' in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920042#M741933</link>
    <description>thanks for all of the input, so should the ssh-agent be running automatically?  or should the .profile/user level start/stop it?</description>
    <pubDate>Mon, 22 Aug 2005 14:13:27 GMT</pubDate>
    <dc:creator>Dan Matlock_1</dc:creator>
    <dc:date>2005-08-22T14:13:27Z</dc:date>
    <item>
      <title>ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920034#M741925</link>
      <description>I must be missing something, on my linux the ssh-agent is running and not sure who/how it started (good thing), but not sure how to start the ssh-agent on HP-UX.  Help!</description>
      <pubDate>Mon, 22 Aug 2005 12:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920034#M741925</guid>
      <dc:creator>Dan Matlock_1</dc:creator>
      <dc:date>2005-08-22T12:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920035#M741926</link>
      <description>well assuming your sshd is running. you have your keys and everything else setup. You just run ssh-agent as yourself and add your key. &lt;BR /&gt;&lt;BR /&gt;personally I have the following in my .profile so I do not need to start it manually everytime. &lt;BR /&gt;&lt;BR /&gt;ssh_conf() {&lt;BR /&gt;   if [ -f ~/.ssh/agent_env ]&lt;BR /&gt;   then&lt;BR /&gt;      . ~/.ssh/agent_env &amp;gt; /dev/null&lt;BR /&gt;      if ! kill -0 $SSH_AGENT_PID &amp;gt; /dev/null 2&amp;gt;&amp;amp;1; then&lt;BR /&gt;         echo "spawning new agent"&lt;BR /&gt;         eval `ssh-agent | tee ~/.ssh/agent_env`&lt;BR /&gt;         ssh-add&lt;BR /&gt;      fi&lt;BR /&gt;   else&lt;BR /&gt;      echo "starting ssh-agent"&lt;BR /&gt;      eval `ssh-agent | tee ~/.ssh/agent_env`&lt;BR /&gt;      ssh-add&lt;BR /&gt;   fi&lt;BR /&gt;}</description>
      <pubDate>Mon, 22 Aug 2005 12:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920035#M741926</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2005-08-22T12:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920036#M741927</link>
      <description>ssh-agent??&lt;BR /&gt;Are you talking about sshd daemon??&lt;BR /&gt;On hp-ux (is you installed hp's ssh version)&lt;BR /&gt;it is started as follows.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/secsh start</description>
      <pubDate>Mon, 22 Aug 2005 12:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920036#M741927</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-22T12:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920037#M741928</link>
      <description>Nice book about SSH on HP-UX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1471-90005/index.html" target="_blank"&gt;http://docs.hp.com/en/T1471-90005/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And you can download openssh also:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-4.1p1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-4.1p1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Mon, 22 Aug 2005 12:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920037#M741928</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-22T12:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920038#M741929</link>
      <description>I think you meant the sshd, i.e., the daemon. It starts with :&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/secsh start</description>
      <pubDate>Mon, 22 Aug 2005 12:57:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920038#M741929</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-22T12:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920039#M741930</link>
      <description>ssh-agent is what i want to use along with 'expect' program to pass the passphrase...&lt;BR /&gt;&lt;BR /&gt;had sshd running just fine...</description>
      <pubDate>Mon, 22 Aug 2005 13:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920039#M741930</guid>
      <dc:creator>Dan Matlock_1</dc:creator>
      <dc:date>2005-08-22T13:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920040#M741931</link>
      <description>Hi Dan,&lt;BR /&gt;&lt;BR /&gt;Well, starting the sshd daemon all depends on&lt;BR /&gt;&lt;BR /&gt;A) Whether you're running the HP compiled / packaged version &amp;amp; in that case the start command given in earlier posts is correct with the caveat that it should have links from /sbin/rc3.d to auto-start it &amp;amp; /sbin/rc2.d to auto-stop it&lt;BR /&gt;&lt;BR /&gt;B) Whether you've compiled / packaged it yourself as we do. In that case we use /sbin/init.d/sshd2 &amp;amp; link to it from /sbin/rc3.d/S300sshd2 for autostart at boot &amp;amp; from /sbin/rc2.d/K700sshd2 to stop it at shutdown.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 22 Aug 2005 13:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920040#M741931</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-08-22T13:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920041#M741932</link>
      <description>If you just need the ssh agent to start and it is erroring out, the binary should be out of your default search path. In which case, you can start it with the full path name and it should be (under default installation circumstances that is) /opt/ssh/bin/ssh&lt;BR /&gt;&lt;BR /&gt;So you can issue the command as :&lt;BR /&gt;&lt;BR /&gt;/opt/ssh/bin/ssh -l remote_user remote_host -i identity_key_file&lt;BR /&gt;&lt;BR /&gt;if you omit the -i option, the default identity file is either of the following &lt;BR /&gt;&lt;BR /&gt;For ssh Ver. 1&lt;BR /&gt;$HOME/.ssh/id_rsa &lt;BR /&gt;&lt;BR /&gt;For ssh Ver. 2&lt;BR /&gt;$HOME/.ssh/id_dsa &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
      <pubDate>Mon, 22 Aug 2005 13:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920041#M741932</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-22T13:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920042#M741933</link>
      <description>thanks for all of the input, so should the ssh-agent be running automatically?  or should the .profile/user level start/stop it?</description>
      <pubDate>Mon, 22 Aug 2005 14:13:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920042#M741933</guid>
      <dc:creator>Dan Matlock_1</dc:creator>
      <dc:date>2005-08-22T14:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920043#M741934</link>
      <description>Dan,&lt;BR /&gt;ssh-agent does not run automatically, at least with HP's installation of ssh.  You'd normally run it from your .profile...  Marvin (the first response above) had an excerpt from his .profile with how to implement that...&lt;BR /&gt;--Greg</description>
      <pubDate>Mon, 22 Aug 2005 14:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920043#M741934</guid>
      <dc:creator>Greg Vaidman</dc:creator>
      <dc:date>2005-08-22T14:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920044#M741935</link>
      <description>As you can see in Marvin Strong's reply, he uses .profile for this.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Mon, 22 Aug 2005 14:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920044#M741935</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-22T14:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920045#M741936</link>
      <description>Dan,&lt;BR /&gt;&lt;BR /&gt;The agent is not something like a daemon that runs in the background. It gets invoked as needed basis and when it completes its duty, it just exits. So, you need to make it available to your search path or assign an alias to it for quicker access if you do not want to start it with the full path name.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 14:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920045#M741936</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-22T14:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: ssh-agent 'how to start'</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920046#M741937</link>
      <description>thanx</description>
      <pubDate>Thu, 25 Aug 2005 18:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-agent-how-to-start/m-p/4920046#M741937</guid>
      <dc:creator>Dan Matlock_1</dc:creator>
      <dc:date>2005-08-25T18:28:49Z</dc:date>
    </item>
  </channel>
</rss>

