How to configure multiple sftp user accounts in one IntegrationServer

Hi All,

I have a requirement to setup 2 SFTP connections from one IS. There is one user configured in options.properties file and I want one more user
to be configured to connect to another sFTP server. But not sure how I achieve it.

Because if I give the command to connect like this its working onl1 for user1 and not user2
sftp -F /x56/wm7/IntegrationServer/packages/OpenSSH/config/options.properties user1@host1.com
sftp -F /x56/wm7/IntegrationServer/packages/OpenSSH/config/options.properties user2@host2.com

I commented the user in options.properties file also, but no luck. Please suggest me how can I do it.

Regards,
Datta