<?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: Using SSH protocol in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/using-ssh-protocol/m-p/2650746#M1050</link>
    <description>ssh2 does.&lt;BR /&gt;&lt;BR /&gt;Just append the remote command after the ssh command. (man ssh for openssh 2.9.something)&lt;BR /&gt;&lt;BR /&gt;eg:  ssh2 user@host ls&lt;BR /&gt;&lt;TYPE your="" password="" here=""&gt;&lt;/TYPE&gt;</description>
    <pubDate>Sat, 02 Feb 2002 04:15:22 GMT</pubDate>
    <dc:creator>Karsten_1</dc:creator>
    <dc:date>2002-02-02T04:15:22Z</dc:date>
    <item>
      <title>Using SSH protocol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-ssh-protocol/m-p/2650744#M1048</link>
      <description>Is there any equivalent to 'rcmd' system call when we are using the SSH protocol for secure communication. &lt;BR /&gt;What I am asking is that, is there a system call and not any command line option to use the secure protocol SSH.</description>
      <pubDate>Wed, 23 Jan 2002 09:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-ssh-protocol/m-p/2650744#M1048</guid>
      <dc:creator>Krishnakumar M</dc:creator>
      <dc:date>2002-01-23T09:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using SSH protocol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-ssh-protocol/m-p/2650745#M1049</link>
      <description>Well, in theory, anything that you could do with the old r-commands you can do with ssh, but I don't know that there's a system call out there that'd hook in nicely -- you might be better off posting this question over at one of the ssh developer sites.</description>
      <pubDate>Thu, 24 Jan 2002 02:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-ssh-protocol/m-p/2650745#M1049</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-01-24T02:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using SSH protocol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-ssh-protocol/m-p/2650746#M1050</link>
      <description>ssh2 does.&lt;BR /&gt;&lt;BR /&gt;Just append the remote command after the ssh command. (man ssh for openssh 2.9.something)&lt;BR /&gt;&lt;BR /&gt;eg:  ssh2 user@host ls&lt;BR /&gt;&lt;TYPE your="" password="" here=""&gt;&lt;/TYPE&gt;</description>
      <pubDate>Sat, 02 Feb 2002 04:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-ssh-protocol/m-p/2650746#M1050</guid>
      <dc:creator>Karsten_1</dc:creator>
      <dc:date>2002-02-02T04:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using SSH protocol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-ssh-protocol/m-p/2650747#M1051</link>
      <description>My apologies for the previous answer.&lt;BR /&gt;&lt;BR /&gt;If thought things through and if i were really  desperate enough i guess i would try to hack together a library using the openssh program.&lt;BR /&gt;Take the ssh program and rename main() to rcmd(params here). compile it as a library and use that.&lt;BR /&gt;However i doubt that's what you have in mind so indeed contacting ssh might not be a bad idea.&lt;BR /&gt;&lt;BR /&gt;wsll &lt;BR /&gt;clueless Karsten</description>
      <pubDate>Sat, 02 Feb 2002 04:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-ssh-protocol/m-p/2650747#M1051</guid>
      <dc:creator>Karsten_1</dc:creator>
      <dc:date>2002-02-02T04:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using SSH protocol</title>
      <link>https://community.hpe.com/t5/operating-system-linux/using-ssh-protocol/m-p/2650748#M1052</link>
      <description>what is it exactly that you're trying accomplish? if you just need to initiate running a remote command from your program you could try running the remote ssh command using the exec() call. you would probably want to use RSA/DSA authentication.&lt;BR /&gt;&lt;BR /&gt;if you are willing program in Perl, you could also check out the Net-SSH-Perl Perl module from CPAN.</description>
      <pubDate>Wed, 06 Feb 2002 11:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/using-ssh-protocol/m-p/2650748#M1052</guid>
      <dc:creator>marko asplund</dc:creator>
      <dc:date>2002-02-06T11:27:42Z</dc:date>
    </item>
  </channel>
</rss>

