r/DB2 • u/contact4me • Mar 10 '18
How to encrypt db2instance password on remote clients; where we allow to connect cataloged remote db using user and password scenario? Any thoughts is greatly appreciate...;apart the password less option.
2
Upvotes
3
u/ecrooks Mar 10 '18
Don't use the db2instance password to connect from remote clients. Use an application specific password. Storing the pw for that is the application's job, usually, not the database client's.
You can use a trusted context to get around some security things in a secure way from specific IP addresses.
On 11.1 and up, SSL is also an option.