Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

access issue

Status
Not open for further replies.

nimrodman

MIS
Nov 22, 2005
43
US
Does anyone have a suggestion about how I can go about a pressing issue; I wrote a script to gather some files and send it via scp, it works fine with my own account, but it does not work on an application account, in this case DB2.

Is there a way to have the script work with Db2 account without remote logon option available, or , I have no root access, this is a very hard project, not having root access is denying me of getting things done properly.

Any suggestion?
 
You don't need root access to do this! all you need is to ask your system admin to enable you to use ssh with no password for your account (i.e. DB2 Account)

Look at this please:


or you can configure rsh (instead of ssh which is more secure) for the DB2 account:


Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top