Posted: 10 Jan 2013 18:41 | ||
Registered User Currently Offline |
Posts: 1 Join Date: Jan 2013 |
|
I've just switched from sysax internal user database to odbc (actually sql server) problem is, I have 3 login entities out of 104 that use pub key authentication, how do I configure this with the database, is there a field where I can list the key name? |
Posted: 25 Jan 2013 05:11 | ||
Moderator Currently Offline |
Posts: 367 Join Date: Nov 2008 |
|
For all accounts that need to support public key authentication instead of passwords,
the accdisabled field must be set to 2 and the password field should contain the full path to the public key file. SQL query 1 must also be modified to select rows with the specific username and the accdisabled field set to 2 in addition to rows that match the username, password, and accdisabled set to 0. --------------------------------------- SFTP Server Solutions Simplified! |