<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>RE: Using ssh keys to login</title>
  <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>RE: Using ssh keys to login</subtitle>
  <entry>
    <title>RE: Where is the udunits library installed?</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=619043" />
    <author>
      <name>David LeBauer</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=619043</id>
    <updated>2013-11-06T19:08:55Z</updated>
    <published>2013-11-06T19:08:55Z</published>
    <summary type="html">Thanks! this is what works:&lt;br /&gt;&lt;br /&gt;install.packages(&amp;#034;udunits2&amp;#034;, configure.args=&amp;#039;--with-udunits2=/opt/apps/intel13/udunits/2.1.24/ --with-udunits2-include=/opt/apps/intel13/udunits/2.1.24/include&amp;#039;)</summary>
    <dc:creator>David LeBauer</dc:creator>
    <dc:date>2013-11-06T19:08:55Z</dc:date>
  </entry>
  <entry>
    <title>Where is the udunits library installed?</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=618933" />
    <author>
      <name>David LeBauer</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=618933</id>
    <updated>2013-11-06T16:53:44Z</updated>
    <published>2013-11-06T16:37:48Z</published>
    <summary type="html">I am new to using modules. But, how can specify a path required to compile a program?&lt;br /&gt;&lt;br /&gt;I think that I need to figure out where the module udunits/2.1.24 is installed but I am not finding any paths from module spider, module whatis&lt;br /&gt;&lt;br /&gt;When I try to install the R package &amp;#034;udunits2&amp;#034;:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: Courier&amp;#x20;New"&gt;&lt;br /&gt;$ module load module load gsl hdf5 parallel-netcdf/4.2.1.1 netcdf nco udunits/2.1.24 R_mkl/3.0.1&lt;br /&gt;$ R&lt;br /&gt;&amp;gt; install.packages(&amp;#034;udunits2&amp;#034;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I get the following error:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: Courier&amp;#x20;New"&gt;&lt;br /&gt;checking for unistd.h... yes&lt;br /&gt;checking udunits2.h usability... no&lt;br /&gt;checking udunits2.h presence... no&lt;br /&gt;checking for udunits2.h... no&lt;br /&gt;checking for ut_read_xml in -ludunits2... no&lt;br /&gt;-----Error: libununits2.a not found-----&lt;br /&gt;     If the udunits2 library is installed in a non-standard location,&lt;br /&gt;     use --configure-args=&amp;#039;--with-udunits2=/usr/local/lib&amp;#039; for example,&lt;br /&gt;     or --configure-args=&amp;#039;--with-udunits2-include=/usr/include/udunits2&amp;#039;&lt;br /&gt;     replacing paths with appropriate values for your installation.&lt;br /&gt;     If udunits2 is not installed, please install it.&lt;br /&gt;     It is required for this package.&lt;br /&gt;ERROR: configuration failed for package ‘udunits2’&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;so, the solution is to specify the path like &lt;span style="font-family: Courier&amp;#x20;New"&gt; install.packages(&amp;#034;udunits2&amp;#034;, configure.args=&amp;#039;--with-udunits2-include=/path/to/udunits2/&amp;#039; )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;But Is there a bettter way to find this than &lt;span style="font-family: Courier&amp;#x20;New"&gt; $ find / -name libununits2 2&amp;gt; /dev/null &lt;/span&gt;?&lt;br /&gt;&lt;br /&gt;A related project-specific bug is here: https://github.com/PecanProject/pecan/issues/71</summary>
    <dc:creator>David LeBauer</dc:creator>
    <dc:date>2013-11-06T16:37:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: Using ssh keys to login</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=618870" />
    <author>
      <name>David LeBauer</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=618870</id>
    <updated>2013-11-06T16:16:39Z</updated>
    <published>2013-11-06T16:16:39Z</published>
    <summary type="html">Hi Yaakoub,&lt;br /&gt;&lt;br /&gt;Thanks for the suggestions and for identifying a security concern!&lt;br /&gt;&lt;br /&gt;But doesn&amp;#039;t using a passphrase require the user to enter the passphrase each time a connection is opened? One of the primary reasons that I use sshkeys is to automate scripts that move files, launch jobs, etc, from my local machine (plus it makes login faster). &lt;br /&gt;&lt;br /&gt;What would be the recommended way to scp within a program without having to either enter a password, or hardcoding the password in the source code?&lt;br /&gt;&lt;br /&gt;I enter a password to login to my local machine; isn&amp;#039;t that sufficient?</summary>
    <dc:creator>David LeBauer</dc:creator>
    <dc:date>2013-11-06T16:16:39Z</dc:date>
  </entry>
  <entry>
    <title>RE: Using ssh keys to login</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=618674" />
    <author>
      <name>David LeBauer</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=618674</id>
    <updated>2013-11-06T04:55:11Z</updated>
    <published>2013-11-06T04:55:11Z</published>
    <summary type="html">This script: works for me: https://github.com/PecanProject/pecan/blob/master/scripts/sshkey.sh</summary>
    <dc:creator>David LeBauer</dc:creator>
    <dc:date>2013-11-06T04:55:11Z</dc:date>
  </entry>
</feed>

