<?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: Using private/public keys in libnamestatement. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/933855#M41972</link>
    <description>&lt;P&gt;What LIBNAME engine does this relate to? By default if you don't specify an engine it will default to V9, to access or create SAS V9 datasets in a SAS library. If this is the engine you are referring to, then any connection to a remote server folder needs to be done in the SAS server OS outside of SAS.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2024 20:16:09 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2024-06-26T20:16:09Z</dc:date>
    <item>
      <title>Using private/public keys in libnamestatement.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/933790#M41967</link>
      <description>&lt;P&gt;Wondering if it is possible to use ssh keys in place of password in a sas libname statement?&lt;/P&gt;&lt;P&gt;Something like one uses to connect remotely to a linux machines using ssh&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 14:20:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/933790#M41967</guid>
      <dc:creator>esbabu</dc:creator>
      <dc:date>2024-06-26T14:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using private/public keys in libnamestatement.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/933855#M41972</link>
      <description>&lt;P&gt;What LIBNAME engine does this relate to? By default if you don't specify an engine it will default to V9, to access or create SAS V9 datasets in a SAS library. If this is the engine you are referring to, then any connection to a remote server folder needs to be done in the SAS server OS outside of SAS.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 20:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/933855#M41972</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-06-26T20:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using private/public keys in libnamestatement.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/933992#M41979</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;for the reply.&lt;/P&gt;&lt;P&gt;What I was exploring is the ability to use&amp;nbsp; public/private key combination in&amp;nbsp; a libname statement (for&amp;nbsp; example&amp;nbsp; to&amp;nbsp; MySQL, snowflake, data bricks using odbc or SAS Access engines ) instead of username /password combination.&lt;BR /&gt;I agree the database too should support it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 00:31:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/933992#M41979</guid>
      <dc:creator>esbabu</dc:creator>
      <dc:date>2024-06-28T00:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using private/public keys in libnamestatement.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/934009#M41980</link>
      <description>&lt;P&gt;When you define a LIBNAME to a remote database, SAS uses the database's client (which must be installed and configured on the SAS computer). How this client uses encryption in the connection to the DB server must be configured in the client, not in SAS. In SAS you only provide the credentials for the DB, and those are user/password.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 07:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/934009#M41980</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-06-28T07:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using private/public keys in libnamestatement.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/934170#M41990</link>
      <description>&lt;P&gt;As &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; has stated, use of public / private keys is more a database configuration, not something you do in SAS. If the database does not support this capability then there is no way for SAS to provide it. Here are the setup details for MySQL: &lt;A href="https://dev.mysql.com/doc/mysql-secure-deployment-guide/5.7/en/secure-deployment-connect.html" target="_blank"&gt;https://dev.mysql.com/doc/mysql-secure-deployment-guide/5.7/en/secure-deployment-connect.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a job for your MySQL DBA to configure as it is highly unlikely end users have the right permissions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2024 02:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/934170#M41990</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-06-30T02:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using private/public keys in libnamestatement.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/934192#M41993</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/460954"&gt;@esbabu&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;If the intention is to prevent using&amp;nbsp; username and password in the code, considering using preassigned libraries, either&amp;nbsp; create database connection and library in the metadata server OR create libname statement in the autoexec_usermod.sas.&lt;BR /&gt;That should serve the purpose.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2024 19:06:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-private-public-keys-in-libnamestatement/m-p/934192#M41993</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2024-06-30T19:06:24Z</dc:date>
    </item>
  </channel>
</rss>

