<?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: perl and ssh and no key authentification permited in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724206#M100863</link>
    <description>and here's the expectlib...&lt;BR /&gt;&lt;BR /&gt;Doug</description>
    <pubDate>Sun, 05 Feb 2006 18:41:54 GMT</pubDate>
    <dc:creator>Doug O'Leary</dc:creator>
    <dc:date>2006-02-05T18:41:54Z</dc:date>
    <item>
      <title>perl and ssh and no key authentification permited</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724202#M100859</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would like to know if it is possible to connect  from one server to another in batch mode with perl and with password. My team leader for the moment doesn't want to use the public/private keys mecanism.We need to wait for the validation of security team and it's quite long,long,long ....&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Patrice&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2006 15:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724202#M100859</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-02-03T15:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: perl and ssh and no key authentification permited</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724203#M100860</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;the perl expect module and gpg modules should help you out quite a bit if you can't use ssh/PKA.  Use the GPG module to encrypt user IDs/password combinations and use the expect module to send them to the remote host as needed.  &lt;BR /&gt;&lt;BR /&gt;I have some scripts around somewhere that might help out a little if you can't figure it out.  It'll take some time to dig them up though; I've been using ssh/PKA at my current client for more than a year...&lt;BR /&gt;&lt;BR /&gt;HTH;&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Fri, 03 Feb 2006 17:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724203#M100860</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2006-02-03T17:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: perl and ssh and no key authentification permited</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724204#M100861</link>
      <description>Hello Doug,&lt;BR /&gt;&lt;BR /&gt;Thanks for your help. If you've got an exemple it would be great. It should be a real saving of time for me.&lt;BR /&gt;&lt;BR /&gt;Best Regards.&lt;BR /&gt;Patrice</description>
      <pubDate>Sat, 04 Feb 2006 13:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724204#M100861</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-02-04T13:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: perl and ssh and no key authentification permited</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724205#M100862</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;Didn't take as long as I thought to find these things again...&lt;BR /&gt;&lt;BR /&gt;Some background:  This particular client had 360 hosts across a fairly wide number of domains.  They had these hosts organized into zones depending on how close they were the Internet and how SOX compliant they had to be.  &lt;BR /&gt;&lt;BR /&gt;That added a skosh bit of complexity to the attached scripts that you, hopefully, won't have to deal with.  &lt;BR /&gt;&lt;BR /&gt;The hosts table (not included) is in the format of&lt;BR /&gt;&lt;BR /&gt;${fqdn} ${zone} ${dmz} ${location} ${type:prod/dev/test} ${OS}&lt;BR /&gt;&lt;BR /&gt;The encrypted password file was broken out as follows:&lt;BR /&gt;&lt;BR /&gt;${zone} ${root_pwd} ${phrase}&lt;BR /&gt;&lt;BR /&gt;The phrase being what the root password meant...&lt;BR /&gt;&lt;BR /&gt;HTH; let me know if anything in there isn't clear.  Please note that these scripts are now almost two years old so I may have to check out the code for a little bit to remember why I did something...&lt;BR /&gt;&lt;BR /&gt;Apparently, I can only attach one file per response, so the expectlib will be in the next response...&lt;BR /&gt;&lt;BR /&gt;Doug&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Feb 2006 18:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724205#M100862</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2006-02-05T18:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: perl and ssh and no key authentification permited</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724206#M100863</link>
      <description>and here's the expectlib...&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Sun, 05 Feb 2006 18:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724206#M100863</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2006-02-05T18:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: perl and ssh and no key authentification permited</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724207#M100864</link>
      <description>Apparently, I didn't get teh original script up there.  Sorry 'bout that...</description>
      <pubDate>Sun, 05 Feb 2006 20:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-and-ssh-and-no-key-authentification-permited/m-p/3724207#M100864</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2006-02-05T20:32:20Z</dc:date>
    </item>
  </channel>
</rss>

