<?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: sftp not working in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762987#M389265</link>
    <description>Yes sftp size is 0&lt;BR /&gt;# type sftp&lt;BR /&gt;sftp is /usr/bin/sftp&lt;BR /&gt;# ll /usr/bin/sftp&lt;BR /&gt;lrwxr-xr-x   1 root       sys             17 Oct 22  2008 /usr/bin/sftp -&amp;gt; /opt/ssh/bin/sftp&lt;BR /&gt;# cd /opt/ssh/bin&lt;BR /&gt;# ll&lt;BR /&gt;total 8192&lt;BR /&gt;-rwxr-xr-x   1 bin        bin         280392 Jun  2  2008 scp&lt;BR /&gt;-rwxrwxr-x   1 bin        bin              0 Mar  8 16:53 sftp&lt;BR /&gt;lrwxr-xr-x   1 root       sys             16 Oct 22  2008 slogin -&amp;gt; /opt/ssh/bin/ssh&lt;BR /&gt;-rwxr-xr-x   1 bin        bin        1378744 Jun  2  2008 ssh&lt;BR /&gt;-rwxr-xr-x   1 bin        bin         561280 Jun  2  2008 ssh-add&lt;BR /&gt;-rwxr-xr-x   1 bin        bin         489348 Jun  2  2008 ssh-agent&lt;BR /&gt;-rwxr-xr-x   1 bin        bin         630208 Jun  2  2008 ssh-keygen&lt;BR /&gt;-rwxr-xr-x   1 bin        bin         835388 Jun  2  2008 ssh-keyscan&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Mar 2011 04:58:34 GMT</pubDate>
    <dc:creator>Fauziah Mahdan</dc:creator>
    <dc:date>2011-03-09T04:58:34Z</dc:date>
    <item>
      <title>sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762980#M389258</link>
      <description>Dear all,&lt;BR /&gt;If i run sftp &lt;IPADDRESS&gt; and nothing comes out. What should I check?&lt;BR /&gt;&lt;/IPADDRESS&gt;</description>
      <pubDate>Wed, 09 Mar 2011 03:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762980#M389258</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2011-03-09T03:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762981#M389259</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If i run sftp &lt;IPADDRESS&gt; and nothing comes out. What should I check?&lt;BR /&gt;&lt;BR /&gt;Is the IP address valid?  Can you ping it?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/IPADDRESS&gt;</description>
      <pubDate>Wed, 09 Mar 2011 03:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762981#M389259</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-03-09T03:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762982#M389260</link>
      <description># ping 172.16.0.46&lt;BR /&gt;PING 172.16.0.46: 64 byte packets&lt;BR /&gt;64 bytes from 172.16.0.46: icmp_seq=0. time=0. ms&lt;BR /&gt;64 bytes from 172.16.0.46: icmp_seq=1. time=0. ms&lt;BR /&gt;&lt;BR /&gt;----172.16.0.46 PING Statistics----&lt;BR /&gt;2 packets transmitted, 2 packets received, 0% packet loss&lt;BR /&gt;round-trip (ms)  min/avg/max = 0/0/0&lt;BR /&gt;# sftp 172.16.0.46&lt;BR /&gt;&lt;BR /&gt;No prob with the destination ip. The problem is sftp itself not work.&lt;BR /&gt;Even if I type sftp without ip, it will prompt to #&lt;BR /&gt;&lt;BR /&gt;For working sftp if I type sftp it will appear&lt;BR /&gt;# sftp&lt;BR /&gt;Usage: sftp [options] user@host[:file [file]]&lt;BR /&gt;Options:&lt;BR /&gt;  -1             Specify the use of protocol version 1.&lt;BR /&gt;  -B buffer_size Specify the size of the buffer that sftp uses when transferring files.&lt;BR /&gt;  -b batchfile   Batch mode reads a series of commands from an input batchfile instead of stdin.&lt;BR /&gt;  -C             Enables compression.&lt;BR /&gt;  -F ssh_config  Specifies an alternative per-user configuration file for ssh.&lt;BR /&gt;  -o ssh_option  Used to pass options to ssh in the format used in ssh_config file.&lt;BR /&gt;  -P sftp_server_path Connect directly to a local sftp server (rather than via ssh).&lt;BR /&gt;  -R num_requests Specify how many requests may be outstanding at any one time.&lt;BR /&gt;  -S program     Specifies the SSH2 subsystem or the path for an sftp server on the remote host.&lt;BR /&gt;  -s subsystem|sftp_server program  Name of program to use for the encrypted connection.&lt;BR /&gt;  -v Verbose mode.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2011 04:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762982#M389260</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2011-03-09T04:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762983#M389261</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] What should I check?&lt;BR /&gt;&lt;BR /&gt;For a start:&lt;BR /&gt;&lt;BR /&gt;      uname -a&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Even if I type sftp without ip, it will&lt;BR /&gt;&amp;gt; prompt to #&lt;BR /&gt;&lt;BR /&gt;What are you running?&lt;BR /&gt;&lt;BR /&gt;      type sftp&lt;BR /&gt;&lt;BR /&gt;&amp;gt; For working sftp [...]&lt;BR /&gt;&lt;BR /&gt;Compare the results between the two systems.</description>
      <pubDate>Wed, 09 Mar 2011 04:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762983#M389261</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-03-09T04:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762984#M389262</link>
      <description>This is the result from non working sftp&lt;BR /&gt;#  uname -a&lt;BR /&gt;HP-UX CGCAPP4D B.11.31 U ia64 1511113692 unlimited-user license&lt;BR /&gt;# sftp&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2011 04:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762984#M389262</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2011-03-09T04:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762985#M389263</link>
      <description>my 2nd reply wass showing the result for working sftp.&lt;BR /&gt;Sorry for typo.</description>
      <pubDate>Wed, 09 Mar 2011 04:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762985#M389263</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2011-03-09T04:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762986#M389264</link>
      <description>At the prompt do:&lt;BR /&gt;&lt;BR /&gt;# type sftp&lt;BR /&gt;&lt;BR /&gt;Note that 'type' is a command.  Do just as it appears above.&lt;BR /&gt;&lt;BR /&gt;Check the size of the 'sftp' executable as well.  It could have somehow gotten corrupted.</description>
      <pubDate>Wed, 09 Mar 2011 04:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762986#M389264</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2011-03-09T04:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762987#M389265</link>
      <description>Yes sftp size is 0&lt;BR /&gt;# type sftp&lt;BR /&gt;sftp is /usr/bin/sftp&lt;BR /&gt;# ll /usr/bin/sftp&lt;BR /&gt;lrwxr-xr-x   1 root       sys             17 Oct 22  2008 /usr/bin/sftp -&amp;gt; /opt/ssh/bin/sftp&lt;BR /&gt;# cd /opt/ssh/bin&lt;BR /&gt;# ll&lt;BR /&gt;total 8192&lt;BR /&gt;-rwxr-xr-x   1 bin        bin         280392 Jun  2  2008 scp&lt;BR /&gt;-rwxrwxr-x   1 bin        bin              0 Mar  8 16:53 sftp&lt;BR /&gt;lrwxr-xr-x   1 root       sys             16 Oct 22  2008 slogin -&amp;gt; /opt/ssh/bin/ssh&lt;BR /&gt;-rwxr-xr-x   1 bin        bin        1378744 Jun  2  2008 ssh&lt;BR /&gt;-rwxr-xr-x   1 bin        bin         561280 Jun  2  2008 ssh-add&lt;BR /&gt;-rwxr-xr-x   1 bin        bin         489348 Jun  2  2008 ssh-agent&lt;BR /&gt;-rwxr-xr-x   1 bin        bin         630208 Jun  2  2008 ssh-keygen&lt;BR /&gt;-rwxr-xr-x   1 bin        bin         835388 Jun  2  2008 ssh-keyscan&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2011 04:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762987#M389265</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2011-03-09T04:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762988#M389266</link>
      <description>&amp;gt;&amp;gt;-rwxrwxr-x 1 bin bin 0 Mar 8 16:53 sftp&lt;BR /&gt;&lt;BR /&gt;Here's your problem.  The sftp binary is 0 bytes in size.  You need to restore it from a backup.</description>
      <pubDate>Wed, 09 Mar 2011 05:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762988#M389266</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2011-03-09T05:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762989#M389267</link>
      <description>Ok done now as root I can sftp but not as other user.&lt;BR /&gt;Where to set permission? I have compare with other server no diff.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2011 06:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762989#M389267</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2011-03-09T06:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762990#M389268</link>
      <description>ok I found the diff when I compare a-z between 2 servers&lt;BR /&gt;&lt;BR /&gt;executable permission for other for file ssh under /opt/ssh is missing for this server&lt;BR /&gt;drwxr-x---  12 bin        bin           8192 Oct 22  2008 ssh&lt;BR /&gt;&lt;BR /&gt;After give permission then other user can use sftp.&lt;BR /&gt;&lt;BR /&gt;Infact all file under /opt is without executebale for other compare to another server. No wonder from syslog I found cimserver for this server also not running.&lt;BR /&gt;&lt;BR /&gt;Thanks all.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2011 07:28:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762990#M389268</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2011-03-09T07:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762991#M389269</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;let's run an swverify to check if you have other issues...&lt;BR /&gt;&lt;BR /&gt;# swverify \*&lt;BR /&gt;&lt;BR /&gt;This will check if the installed files were modified since the install.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Viktor</description>
      <pubDate>Wed, 09 Mar 2011 09:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762991#M389269</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2011-03-09T09:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: sftp not working</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762992#M389270</link>
      <description>Ok i found an error for this&lt;BR /&gt;ERROR:   "CGCAPP4D:/":  1 products are not compatible for this system's&lt;BR /&gt;         architecture or operating system.  If the OS has been updated&lt;BR /&gt;         since this product was installed, a newer version should be&lt;BR /&gt;         installed if available.&lt;BR /&gt;ERROR:   "CGCAPP4D:/":  The software dependencies for 46 products or&lt;BR /&gt;         filesets cannot be resolved.&lt;BR /&gt;WARNING: "CGCAPP4D:/":  332 files had warnings during this operation.&lt;BR /&gt;ERROR:   "CGCAPP4D:/":  37 files had errors during this operation.&lt;BR /&gt;       * The analysis phase failed for "CGCAPP4D:/".&lt;BR /&gt;       * Verification had errors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE:    More information may be found in the agent logfile using the&lt;BR /&gt;         command "swjob -a log CGCAPP4D-0035 @ CGCAPP4D:/".&lt;BR /&gt;&lt;BR /&gt;I will check and look into what file is outdated.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 09 Mar 2011 09:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-not-working/m-p/4762992#M389270</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2011-03-09T09:45:24Z</dc:date>
    </item>
  </channel>
</rss>

