<?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 logging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067101#M738231</link>
    <description>Hi Elena,&lt;BR /&gt;&lt;BR /&gt;# man 8 sftp-server&lt;BR /&gt;&lt;BR /&gt;and verify sftplogin options&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sftplogging.sourceforge.net/docs/installation.html" target="_blank"&gt;http://sftplogging.sourceforge.net/docs/installation.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;rgs,</description>
    <pubDate>Tue, 11 Sep 2007 06:02:09 GMT</pubDate>
    <dc:creator>rariasn</dc:creator>
    <dc:date>2007-09-11T06:02:09Z</dc:date>
    <item>
      <title>sftp logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067094#M738224</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;How to configure sftp to log all files recieved/transmitted by sftp-server (similar to ftpd  -o -i options)?&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.23,                             A.04.30.007    HP-UX Secure Shell &lt;BR /&gt;&lt;BR /&gt;Thank you, &lt;BR /&gt;Elena.</description>
      <pubDate>Fri, 07 Sep 2007 09:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067094#M738224</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2007-09-07T09:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: sftp logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067095#M738225</link>
      <description>sftp gets it's configuration from ssh_config but you can specify the options on the sftp command line by using -o.&lt;BR /&gt;&lt;BR /&gt;sftp -oLogLevel=VERBOSE &lt;HOST&gt;&lt;BR /&gt;&lt;BR /&gt;I didn't look up VERBOSE to see if that will provide what you are looking for but if you check the man pages on sftp and ssh_config you can probably find what you are looking for.&lt;/HOST&gt;</description>
      <pubDate>Fri, 07 Sep 2007 11:09:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067095#M738225</guid>
      <dc:creator>Glenn S. Davidson</dc:creator>
      <dc:date>2007-09-07T11:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: sftp logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067096#M738226</link>
      <description>Hi elena:&lt;BR /&gt;&lt;BR /&gt;#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;In "sshd_config" set this option:&lt;BR /&gt;&lt;BR /&gt;Subsystem       sftp    /opt/ssh/libexec/sftp-server -f LOCAL1 -l INFO&lt;BR /&gt;&lt;BR /&gt;Restart "sshd" daemon.&lt;BR /&gt;&lt;BR /&gt;rgs.&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Sep 2007 06:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067096#M738226</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2007-09-10T06:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: sftp logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067097#M738227</link>
      <description>Just use new sftp logging features, introduced in version 3.9 - &lt;A href="http://docs.hp.com/en/T1471-90014/ch01s02.html#babhjeeh" target="_blank"&gt;http://docs.hp.com/en/T1471-90014/ch01s02.html#babhjeeh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 10 Sep 2007 06:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067097#M738227</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-09-10T06:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: sftp logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067098#M738228</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;In ssshd_config I specified:&lt;BR /&gt;&lt;BR /&gt;LogSftp yes&lt;BR /&gt;#SftpLogFacility AUTH&lt;BR /&gt;#SftpLogLevel INFO&lt;BR /&gt;&lt;BR /&gt;But all I see in syslog.log is "Subsystem request for sftp". &lt;BR /&gt;&lt;BR /&gt;Apparently the "-f" option does not work with the configuration file that I have.&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;Elena.</description>
      <pubDate>Mon, 10 Sep 2007 12:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067098#M738228</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2007-09-10T12:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: sftp logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067099#M738229</link>
      <description>Use:&lt;BR /&gt;&lt;BR /&gt;SftpLogLevel   VERBOSE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 10 Sep 2007 14:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067099#M738229</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-09-10T14:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: sftp logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067100#M738230</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;The same thing, no info about the file.&lt;BR /&gt;&lt;BR /&gt;The bigger question is why I can not use the -f option. &lt;BR /&gt;&lt;BR /&gt;I should use the -f option with my version of ssh:&lt;BR /&gt;&lt;BR /&gt;coci160(root):/opt/ssh/etc &amp;gt; ssh -V&lt;BR /&gt;OpenSSH_4.5p1+sftpfilecontrol-v1.1-hpn12v14, OpenSSL 0.9.7l 28 Sep 2006&lt;BR /&gt;HP-UX Secure Shell-A.04.50.004, HP-UX Secure Shell version&lt;BR /&gt;coci160(root):/opt/ssh/etc &amp;gt; &lt;BR /&gt;&lt;BR /&gt;But if I copy the default file /opt/ssh/newconfig/opt/ssh/etc/sshd_config and add "-f" the ssh would not start at all. &lt;BR /&gt;&lt;BR /&gt;I upgraded to this version by installing it on top of the older version of ssh as recommended in the installation instructions.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Elena.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Sep 2007 14:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067100#M738230</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2007-09-10T14:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: sftp logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067101#M738231</link>
      <description>Hi Elena,&lt;BR /&gt;&lt;BR /&gt;# man 8 sftp-server&lt;BR /&gt;&lt;BR /&gt;and verify sftplogin options&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sftplogging.sourceforge.net/docs/installation.html" target="_blank"&gt;http://sftplogging.sourceforge.net/docs/installation.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;rgs,</description>
      <pubDate>Tue, 11 Sep 2007 06:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-logging/m-p/4067101#M738231</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2007-09-11T06:02:09Z</dc:date>
    </item>
  </channel>
</rss>

