<?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 sftp scp on the server does not work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243272#M470100</link>
    <description>I think that has been done intentionally so that no one use the rlogin or rcp.</description>
    <pubDate>Fri, 11 Jun 2010 08:13:32 GMT</pubDate>
    <dc:creator>Venky...</dc:creator>
    <dc:date>2010-06-11T08:13:32Z</dc:date>
    <item>
      <title>ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243262#M470090</link>
      <description>#uname -a&lt;BR /&gt;HP-UX cambodia B.11.11 U 9000/800 3177049593 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;#model&lt;BR /&gt;9000/800/rp8420&lt;BR /&gt;&lt;BR /&gt;The default path /opt/ssh/PA-RISC2.0/bin does not work. It works only for sftp.&lt;BR /&gt;The other path /opt/ssh/PA-RISC1.1/bin works only for ssh, but it does not work for sftp, scp.&lt;BR /&gt;&lt;BR /&gt;=======path which does not work========&lt;BR /&gt;#/opt/ssh/PA-RISC2.0/bin/ssh -V&lt;BR /&gt;Usage: rlogin host [ -ex ] [ -l username ] [ -8 ]&lt;BR /&gt;&lt;BR /&gt;#/opt/ssh/PA-RISC2.0/bin/sftp tay&lt;BR /&gt;Connecting to tay...&lt;BR /&gt;Usage: rlogin host [ -ex ] [ -l username ] [ -8 ]&lt;BR /&gt;Connection closed&lt;BR /&gt;&lt;BR /&gt;#/opt/ssh/PA-RISC2.0/bin/scp /tmp/hi tay:/tmp/&lt;BR /&gt;rcp: shell/tcp: unknown service&lt;BR /&gt;&lt;BR /&gt;=======Path which works========&lt;BR /&gt;&lt;BR /&gt;#/opt/ssh/PA-RISC1.1/bin/ssh tay&lt;BR /&gt;Password:&lt;BR /&gt;&lt;BR /&gt;#/opt/ssh/PA-RISC1.1/bin/sftp tay&lt;BR /&gt;Connecting to tay...&lt;BR /&gt;Usage: rlogin host [ -ex ] [ -l username ] [ -8 ]&lt;BR /&gt;Connection closed&lt;BR /&gt;&lt;BR /&gt;#/opt/ssh/PA-RISC1.1/bin/scp /tmp/hi tay:/tmp/&lt;BR /&gt;Usage: rlogin host [ -ex ] [ -l username ] [ -8 ]&lt;BR /&gt;lost connection&lt;BR /&gt;&lt;BR /&gt;#/opt/ssh/PA-RISC1.1/bin/ssh -V&lt;BR /&gt;OpenSSH_4.4p1-hpn12v11, OpenSSL 0.9.7l 28 Sep 2006&lt;BR /&gt;HP-UX Secure Shell-A.04.40.006, HP-UX Secure Shell version&lt;BR /&gt;&lt;BR /&gt;swlist -l product openssl&lt;BR /&gt;# Initializing...&lt;BR /&gt;# Contacting target "cambodia"...&lt;BR /&gt;#&lt;BR /&gt;# Target:  cambodia:/&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;  openssl               A.00.09.07i.012 Secure Network Communications Protocol&lt;BR /&gt;  openssl               0.9.8d         openssl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can someone please reply to my below queries..&lt;BR /&gt;Can we resolve this without a ssh re-install?&lt;BR /&gt;if we need to, do we need to have a server downtime for installing ssh?&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2010 13:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243262#M470090</guid>
      <dc:creator>Venky...</dc:creator>
      <dc:date>2010-06-10T13:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243263#M470091</link>
      <description>The fact that you are getting rlogin usage information when using ssh is the biggest problem.  &lt;BR /&gt;&lt;BR /&gt;Someone may have made a link that points ssh to rlogin.  My guess is they may have actually meant to point rlogin to ssh and got it backwards.&lt;BR /&gt;&lt;BR /&gt;What does:&lt;BR /&gt;&lt;BR /&gt;# ls -l /opt/ssh/PA-RISC2.0/bin/ssh&lt;BR /&gt;# ls -l /opt/ssh/PA-RISC2.0/bin/sftp&lt;BR /&gt;# ls -l /opt/ssh/PA-RISC2.0/bin/scp&lt;BR /&gt;&lt;BR /&gt;show?&lt;BR /&gt;&lt;BR /&gt;If any of those show as a link to rlogin or rcp, then that is your problem.  To fix it you would need to remove the links and restore the actual executables, possibly via a reinstallation of SSH.</description>
      <pubDate>Thu, 10 Jun 2010 13:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243263#M470091</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-06-10T13:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243264#M470092</link>
      <description>rlogin and rcp point rightly to the ssh and scp paths..&lt;BR /&gt;Does a ssh re-install involve downtime?&lt;BR /&gt;&lt;BR /&gt;#ls -lrt /bin/rlogin /bin/rcp&lt;BR /&gt;lrwxr-xr-x   1 root       sys              3 Mar  8  2005 /bin/rlogin -&amp;gt; ssh&lt;BR /&gt;lrwxr-xr-x   1 root       sys              3 Mar  8  2005 /bin/rcp -&amp;gt; scp&lt;BR /&gt;&lt;BR /&gt;#ls -lrt /bin/ssh /bin/scp&lt;BR /&gt;lrwxr-xr-x   1 root       sys             16 Mar  8  2005 /bin/ssh -&amp;gt; /opt/ssh/bin/ssh&lt;BR /&gt;lrwxr-xr-x   1 root       sys             16 Mar  8  2005 /bin/scp -&amp;gt; /opt/ssh/bin/scp&lt;BR /&gt;&lt;BR /&gt;cambodia:/-&amp;gt;ls -lrt /opt/ssh/bin/ssh /opt/ssh/bin/scp&lt;BR /&gt;lrwxr-xr-x   1 root       sys             27 Mar  8  2005 /opt/ssh/bin/ssh -&amp;gt; /opt/ssh/PA-RISC2.0/bin/ssh&lt;BR /&gt;lrwxr-xr-x   1 root       sys             27 Mar  8  2005 /opt/ssh/bin/scp -&amp;gt; /opt/ssh/PA-RISC2.0/bin/scp&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2010 13:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243264#M470092</guid>
      <dc:creator>Venky...</dc:creator>
      <dc:date>2010-06-10T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243265#M470093</link>
      <description>You didn't do the 'ls -l' commands that I requested.  Please run those.&lt;BR /&gt;&lt;BR /&gt;The 'ls -l' commands you ran look good.  BUT the executables you are running from /opt/ssh/PA-RISC1.1/bin and /opt/SSH/PA-RISC2.0/bin are not shown in your output.&lt;BR /&gt;&lt;BR /&gt;Reinstalling SSH does not require a reboot, but the SSH daemons may be unavailable for a few minutes.</description>
      <pubDate>Thu, 10 Jun 2010 13:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243265#M470093</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-06-10T13:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243266#M470094</link>
      <description>here is the ls -l output on the paths&lt;BR /&gt;&lt;BR /&gt;#ls -l /bin/rlogin /bin/rcp&lt;BR /&gt;lrwxr-xr-x   1 root       sys              3 Mar  8  2005 /bin/rcp -&amp;gt; scp&lt;BR /&gt;lrwxr-xr-x   1 root       sys              3 Mar  8  2005 /bin/rlogin -&amp;gt; ssh&lt;BR /&gt;&lt;BR /&gt;#ls -l /bin/ssh /bin/scp&lt;BR /&gt;lrwxr-xr-x   1 root       sys             16 Mar  8  2005 /bin/scp -&amp;gt; /opt/ssh/bin/scp&lt;BR /&gt;lrwxr-xr-x   1 root       sys             16 Mar  8  2005 /bin/ssh -&amp;gt; /opt/ssh/bin/ssh&lt;BR /&gt;&lt;BR /&gt;#ls -l  /opt/ssh/bin/ssh /opt/ssh/bin/scp&lt;BR /&gt;lrwxr-xr-x   1 root       sys             27 Mar  8  2005 /opt/ssh/bin/scp -&amp;gt; /opt/ssh/PA-RISC2.0/bin/scp&lt;BR /&gt;lrwxr-xr-x   1 root       sys             27 Mar  8  2005 /opt/ssh/bin/ssh -&amp;gt; /opt/ssh/PA-RISC2.0/bin/ssh&lt;BR /&gt;&lt;BR /&gt;#ls -l /opt/ssh/PA-RISC2.0/bin/scp /opt/ssh/PA-RISC2.0/bin/ssh&lt;BR /&gt;-r-sr-xr-x   1 root       bin          49152 Jan 25  2007 /opt/ssh/PA-RISC2.0/bin/scp&lt;BR /&gt;-r-sr-xr-x   1 root       bin          40960 Jan 25  2007 /opt/ssh/PA-RISC2.0/bin/ssh&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jun 2010 13:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243266#M470094</guid>
      <dc:creator>Venky...</dc:creator>
      <dc:date>2010-06-10T13:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243267#M470095</link>
      <description>These file sizes are WRONG:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#ls -l /opt/ssh/PA-RISC2.0/bin/scp /opt/ssh/PA-RISC2.0/bin/ssh&lt;BR /&gt;-r-sr-xr-x 1 root bin 49152 Jan 25 2007 /opt/ssh/PA-RISC2.0/bin/scp&lt;BR /&gt;-r-sr-xr-x 1 root bin 40960 Jan 25 2007 /opt/ssh/PA-RISC2.0/bin/ssh&lt;BR /&gt;&lt;BR /&gt;Someone has copied the rlogin and rcp files to ssh and scp.&lt;BR /&gt;&lt;BR /&gt;Here are rlogin and rcp from one of my 11.11 servers:&lt;BR /&gt;&lt;BR /&gt;# ll /usr/bin/rlogin&lt;BR /&gt;â  râ  srâ  xrâ  x   1 root       bin          40960 Jan 25  2007 /usr/bin/rlogin*&lt;BR /&gt;# ll /usr/bin/rcp&lt;BR /&gt;â  râ  srâ  xrâ  x   1 root       bin          49152 Jan 25  2007 /usr/bin/rcp*&lt;BR /&gt;&lt;BR /&gt;You notice that match your ssh and scp exactly.&lt;BR /&gt;&lt;BR /&gt;Here is the ssh files from the same 11.11 server:&lt;BR /&gt;&lt;BR /&gt;[ root@hquwh01:/opt/ssh/PAâ  RISC2.0/bin ]&lt;BR /&gt; # ll&lt;BR /&gt;total 11584&lt;BR /&gt;drwxrâ  xrâ  x   2 bin        bin           8192 Nov 11  2008 ./&lt;BR /&gt;drwxrâ  xrâ  x   5 bin        bin             96 Nov 11  2008 ../&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin         126976 Aug 21  2008 scp*&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin         172032 Aug 21  2008 sftp*&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin        1523712 Aug 21  2008 ssh*&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin        1077248 Aug 21  2008 sshâ  add*&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin         978944 Aug 21  2008 sshâ  agent*&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin        1114112 Aug 21  2008 sshâ  keygen*&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin         917504 Aug 21  2008 sshâ  keyscan*&lt;BR /&gt;[ root@hquwh01:/opt/ssh/PAâ  RISC2.0/bin ]&lt;BR /&gt;&lt;BR /&gt;[ root@hquwh01:/opt/ssh/PAâ  RISC1.1/bin ]&lt;BR /&gt; # ll&lt;BR /&gt;total 11648&lt;BR /&gt;drwxrâ  xrâ  x   2 bin        bin           8192 Nov 11  2008 ./&lt;BR /&gt;drwxrâ  xrâ  x   5 bin        bin             96 Nov 11  2008 ../&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin         126976 Aug 21  2008 scp*&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin         176128 Aug 21  2008 sftp*&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin        1531904 Aug 21  2008 ssh*&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin        1081344 Aug 21  2008 sshâ  add*&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin         983040 Aug 21  2008 sshâ  agent*&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin        1118208 Aug 21  2008 sshâ  keygen*&lt;BR /&gt;â  rwxrâ  xrâ  x   1 bin        bin         921600 Aug 21  2008 sshâ  keyscan*&lt;BR /&gt;&lt;BR /&gt;In a nutshell, your SSH installation is hosed.  I would uninstall and start over.</description>
      <pubDate>Thu, 10 Jun 2010 13:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243267#M470095</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-06-10T13:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243268#M470096</link>
      <description>Hey Patrick,&lt;BR /&gt;&lt;BR /&gt;Gr8 news.. it is working now.&lt;BR /&gt;&lt;BR /&gt;After I copied all the files in /opt/ssh/PA-RISC2.0/bin/ from an other server of similar version and hardware model.&lt;BR /&gt;In the previous ls -l command we can see that the scp and ssh have been modified on some other time than that of the installation time. So, have just copied them from similar other server and it worked...&lt;BR /&gt;&lt;BR /&gt;Thanks a million for you help</description>
      <pubDate>Thu, 10 Jun 2010 15:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243268#M470096</guid>
      <dc:creator>Venky...</dc:creator>
      <dc:date>2010-06-10T15:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243269#M470097</link>
      <description>&amp;gt; #ls -lrt /bin/rlogin /bin/rcp&lt;BR /&gt;&amp;gt; lrwxr-xr-x 1 root sys 3 Mar 8 2005 /bin/rlogin -&amp;gt; ssh&lt;BR /&gt;&amp;gt; lrwxr-xr-x 1 root sys 3 Mar 8 2005 /bin/rcp -&amp;gt; scp&lt;BR /&gt;&lt;BR /&gt;There is something wrong here as well. The rcp and rlogin binaries are linked to the SSH equivalents. Someone has really messed up some of the system binaries in this server.</description>
      <pubDate>Thu, 10 Jun 2010 16:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243269#M470097</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-06-10T16:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243270#M470098</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;so wht do you think which needs to be done?</description>
      <pubDate>Thu, 10 Jun 2010 16:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243270#M470098</guid>
      <dc:creator>Venky...</dc:creator>
      <dc:date>2010-06-10T16:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243271#M470099</link>
      <description>You need to put back the the original binaries for rcp and rlogin. &lt;BR /&gt;&lt;BR /&gt;The rcp and rlogin binary files were in place of the ssh and scp files. If you still have them put them back in /bin/rlogin and /bin/rcp.</description>
      <pubDate>Thu, 10 Jun 2010 18:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243271#M470099</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-06-10T18:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243272#M470100</link>
      <description>I think that has been done intentionally so that no one use the rlogin or rcp.</description>
      <pubDate>Fri, 11 Jun 2010 08:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243272#M470100</guid>
      <dc:creator>Venky...</dc:creator>
      <dc:date>2010-06-11T08:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243273#M470101</link>
      <description>My guess is this:&lt;BR /&gt;&lt;BR /&gt;First, someone has replaced rlogin and rcp with links to ssh/scp. As you said, the intention has probably been to make the users (and any existing scripts) use SSH. So far, no problem.&lt;BR /&gt;&lt;BR /&gt;After that, the system has been patched, and the patch has included new versions of rlogin and rcp. When installing the patch, the swinstall/swagent has simply tried to overwrite the old files. But because they had been replaced with links, the patch installation procedure has followed the links and overwritten your ssh and scp binaries instead.&lt;BR /&gt;&lt;BR /&gt;Lesson learned: when modifying standard system binaries, always think about what will happen when new patches are installed.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 11 Jun 2010 08:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243273#M470101</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-06-11T08:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243274#M470102</link>
      <description>Hi MK,&lt;BR /&gt;&lt;BR /&gt;Brilliant was your analysis.. &lt;BR /&gt;yes.. lesson learnt, will note down for the future.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;Regards,&lt;BR /&gt;Venky</description>
      <pubDate>Fri, 11 Jun 2010 09:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243274#M470102</guid>
      <dc:creator>Venky...</dc:creator>
      <dc:date>2010-06-11T09:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243275#M470103</link>
      <description>I am closing off the thread..&lt;BR /&gt;had great time working with all you guys..&lt;BR /&gt;&lt;BR /&gt;Thanks once again to each and everyone.</description>
      <pubDate>Fri, 11 Jun 2010 09:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243275#M470103</guid>
      <dc:creator>Venky...</dc:creator>
      <dc:date>2010-06-11T09:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: ssh sftp scp on the server does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243276#M470104</link>
      <description>need to check for the binaries which have been linked to other files when installing a patch.</description>
      <pubDate>Fri, 11 Jun 2010 09:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-sftp-scp-on-the-server-does-not-work/m-p/5243276#M470104</guid>
      <dc:creator>Venky...</dc:creator>
      <dc:date>2010-06-11T09:08:16Z</dc:date>
    </item>
  </channel>
</rss>

