<?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 error - Bad configuration option: PermitLocalCommand in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error-bad-configuration-option-permitlocalcommand/m-p/4176285#M321845</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Scp and sftp add it to the command line they run. For example:&lt;BR /&gt;&lt;BR /&gt;addargs(&amp;amp;args, "-oPermitLocalCommand no");&lt;BR /&gt;&lt;BR /&gt;Your sftp and scp executables are using the&lt;BR /&gt;wrong ssh executable.&lt;BR /&gt;&lt;BR /&gt;Sftp and ssh set a number of options when&lt;BR /&gt;invoking ssh. PermitLocalCommand&lt;BR /&gt;is one of them.&lt;BR /&gt;&lt;BR /&gt;The PATH might be setup however you like,&lt;BR /&gt;but the scp has the preferred path to the&lt;BR /&gt;ssh built into it.&lt;BR /&gt;&lt;BR /&gt;If you do:&lt;BR /&gt;&lt;BR /&gt;# strings scp | grep \/&lt;BR /&gt;&lt;BR /&gt;... you will see the default &lt;BR /&gt;path to the binary for ssh.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
    <pubDate>Tue, 08 Apr 2008 19:53:55 GMT</pubDate>
    <dc:creator>VK2COT</dc:creator>
    <dc:date>2008-04-08T19:53:55Z</dc:date>
    <item>
      <title>SSH error - Bad configuration option: PermitLocalCommand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error-bad-configuration-option-permitlocalcommand/m-p/4176282#M321842</link>
      <description>The system is 11.00&lt;BR /&gt;&lt;BR /&gt;When I scp to any client, I get this.&lt;BR /&gt;&lt;BR /&gt;I cannot find PermitLocalCommand in any sshd_config file.&lt;BR /&gt;&lt;BR /&gt;Why is this happening, what can I do?&lt;BR /&gt;&lt;BR /&gt;/usr/local/bin #:./scp -v -v -v  /tmp/a baja1:/var/tmp&lt;BR /&gt;Executing: program /usr/local/bin/ssh host baja1, user (unspecified), command scp -v -t /var/tmp&lt;BR /&gt;command-line: line 0: Bad configuration option: PermitLocalCommand&lt;BR /&gt;lost connection&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#:ssh -v&lt;BR /&gt;OpenSSH_3.0p1, SSH protocols 1.5/2.0, OpenSSL 0x0090600f&lt;BR /&gt;&lt;BR /&gt;hp-ux 11.00&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2008 18:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error-bad-configuration-option-permitlocalcommand/m-p/4176282#M321842</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2008-04-08T18:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSH error - Bad configuration option: PermitLocalCommand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error-bad-configuration-option-permitlocalcommand/m-p/4176283#M321843</link>
      <description>check the ssh config files instead.</description>
      <pubDate>Tue, 08 Apr 2008 18:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error-bad-configuration-option-permitlocalcommand/m-p/4176283#M321843</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-04-08T18:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: SSH error - Bad configuration option: PermitLocalCommand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error-bad-configuration-option-permitlocalcommand/m-p/4176284#M321844</link>
      <description>Nothing in ssh_config either.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2008 19:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error-bad-configuration-option-permitlocalcommand/m-p/4176284#M321844</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2008-04-08T19:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: SSH error - Bad configuration option: PermitLocalCommand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error-bad-configuration-option-permitlocalcommand/m-p/4176285#M321845</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Scp and sftp add it to the command line they run. For example:&lt;BR /&gt;&lt;BR /&gt;addargs(&amp;amp;args, "-oPermitLocalCommand no");&lt;BR /&gt;&lt;BR /&gt;Your sftp and scp executables are using the&lt;BR /&gt;wrong ssh executable.&lt;BR /&gt;&lt;BR /&gt;Sftp and ssh set a number of options when&lt;BR /&gt;invoking ssh. PermitLocalCommand&lt;BR /&gt;is one of them.&lt;BR /&gt;&lt;BR /&gt;The PATH might be setup however you like,&lt;BR /&gt;but the scp has the preferred path to the&lt;BR /&gt;ssh built into it.&lt;BR /&gt;&lt;BR /&gt;If you do:&lt;BR /&gt;&lt;BR /&gt;# strings scp | grep \/&lt;BR /&gt;&lt;BR /&gt;... you will see the default &lt;BR /&gt;path to the binary for ssh.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Tue, 08 Apr 2008 19:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error-bad-configuration-option-permitlocalcommand/m-p/4176285#M321845</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-04-08T19:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: SSH error - Bad configuration option: PermitLocalCommand</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error-bad-configuration-option-permitlocalcommand/m-p/4176286#M321846</link>
      <description>I will look into it shortly, thanks.</description>
      <pubDate>Tue, 08 Apr 2008 20:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-error-bad-configuration-option-permitlocalcommand/m-p/4176286#M321846</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2008-04-08T20:54:06Z</dc:date>
    </item>
  </channel>
</rss>

