<?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: scp error. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184704#M460503</link>
    <description>Shalom again,&lt;BR /&gt;&lt;BR /&gt;It is possible the sessions will hang up.&lt;BR /&gt;&lt;BR /&gt;I can not provide a guarantee.&lt;BR /&gt;&lt;BR /&gt;I just logged on a Linux system using ssh, as root, and restarted the sshd daemon (/sbin/init.d/secsh on HP-UX.&lt;BR /&gt;&lt;BR /&gt;I was not disconnected.&lt;BR /&gt;&lt;BR /&gt;A quick restart usually does not disrupt user sessions. Again no guarantee.&lt;BR /&gt;&lt;BR /&gt;I think though that since there are lots of happy users a restart of the daemon is not called for.&lt;BR /&gt;&lt;BR /&gt;Investigating the log and permissions is a much better idea.&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Then try a login with your user.&lt;BR /&gt;&lt;BR /&gt;You might get enough diagnostics to isolate and solve the problem. Or post the results here.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 01 Jul 2009 08:47:08 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-07-01T08:47:08Z</dc:date>
    <item>
      <title>scp error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184699#M460498</link>
      <description>when i am trying to login, through scp by giving username and password, after that it throws an error as &lt;BR /&gt;"Connection has been unexpectedly closed. Server sent command exit status 1."&lt;BR /&gt;&lt;BR /&gt;can i know what is the error?&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Jul 2009 07:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184699#M460498</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-07-01T07:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: scp error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184700#M460499</link>
      <description>sftp and scp are supported by the same daemon. &lt;BR /&gt;&lt;BR /&gt;You would need to check the logs on the server you are tying to connect to.&lt;BR /&gt;&lt;BR /&gt;Possibilities:&lt;BR /&gt;1) Secure shell sshd daemon may need to restart.&lt;BR /&gt;2) Permissions or ownership problem on the .ssh directory or the files within or the user not owning its own home directory.&lt;BR /&gt;&lt;BR /&gt;See the log file /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/secsh stop&lt;BR /&gt;/sbin/inig.d/secsh start&lt;BR /&gt;# This is a restart of the secure sell daemon&lt;BR /&gt;&lt;BR /&gt;ll -d /home/username/.ssh&lt;BR /&gt;ll -d /home/username&lt;BR /&gt;ll /home/username/&lt;BR /&gt;&lt;BR /&gt;The actual path to the user home directory may not be /home but its a good example.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 01 Jul 2009 07:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184700#M460499</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-01T07:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: scp error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184701#M460500</link>
      <description># sftp maloy@20.20.50.110&lt;BR /&gt;Connecting to 20.20.50.110&lt;BR /&gt;Password:&lt;BR /&gt;Request for subsystem 'sftp' failed on channel 0&lt;BR /&gt;Connection closed&lt;BR /&gt;&lt;BR /&gt;i tried with sftp its also throwing errror..&lt;BR /&gt;&lt;BR /&gt;sorry i cant stop the ssh service . many users are using ssh logins.&lt;BR /&gt;&lt;BR /&gt;what is the next step?</description>
      <pubDate>Wed, 01 Jul 2009 08:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184701#M460500</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-07-01T08:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: scp error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184702#M460501</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;A quick restart will not disrupt your user base.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/secsh stop&lt;BR /&gt;/sbin/inig.d/secsh start&lt;BR /&gt;# This is a restart of the secure sell daemon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# This section can be checked with users on the system.&lt;BR /&gt;ll -d /home/username/.ssh&lt;BR /&gt;ll -d /home/username&lt;BR /&gt;ll /home/username/&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog/syslog.log can be checked while users are on the system.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 01 Jul 2009 08:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184702#M460501</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-01T08:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: scp error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184703#M460502</link>
      <description>all the users are logind through ssh.. will thy sessions will not hangup . i am afraid of. better i will do by today nite the activity.. but for instant i copied thy file throuch rcp and uploaded but i need to check with scp.. i can connect all other servers through scp, only this hp-server i cant.. so thanks for your suggestions.</description>
      <pubDate>Wed, 01 Jul 2009 08:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184703#M460502</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-07-01T08:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: scp error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184704#M460503</link>
      <description>Shalom again,&lt;BR /&gt;&lt;BR /&gt;It is possible the sessions will hang up.&lt;BR /&gt;&lt;BR /&gt;I can not provide a guarantee.&lt;BR /&gt;&lt;BR /&gt;I just logged on a Linux system using ssh, as root, and restarted the sshd daemon (/sbin/init.d/secsh on HP-UX.&lt;BR /&gt;&lt;BR /&gt;I was not disconnected.&lt;BR /&gt;&lt;BR /&gt;A quick restart usually does not disrupt user sessions. Again no guarantee.&lt;BR /&gt;&lt;BR /&gt;I think though that since there are lots of happy users a restart of the daemon is not called for.&lt;BR /&gt;&lt;BR /&gt;Investigating the log and permissions is a much better idea.&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;Then try a login with your user.&lt;BR /&gt;&lt;BR /&gt;You might get enough diagnostics to isolate and solve the problem. Or post the results here.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 01 Jul 2009 08:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184704#M460503</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-01T08:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: scp error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184705#M460504</link>
      <description>thanks .</description>
      <pubDate>Wed, 01 Jul 2009 08:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-error/m-p/5184705#M460504</guid>
      <dc:creator>fizan</dc:creator>
      <dc:date>2009-07-01T08:51:03Z</dc:date>
    </item>
  </channel>
</rss>

