Skip to main content
added 4 characters in body; edited tags
Source Link
user147505
user147505

Am doing remote ssh connection to one box like below and executing the command.

ssh @

ssh <userid>@<hostname> 

While executing the scripts the values defined in .profile not loaded properly.

But if we login directly in that box it is working fine.

Could anyone pls help on this ?

Am doing remote ssh connection to one box like below and executing the command.

ssh @

While executing the scripts the values defined in .profile not loaded properly.

But if we login directly in that box it is working fine.

Could anyone pls help on this ?

Am doing remote ssh connection to one box like below and executing the command.

ssh <userid>@<hostname> 

While executing the scripts the values defined in .profile not loaded properly.

But if we login directly in that box it is working fine.

Could anyone pls help on this ?

Source Link

Remote ssh connection not loading the properties defined in .profile

Am doing remote ssh connection to one box like below and executing the command.

ssh @

While executing the scripts the values defined in .profile not loaded properly.

But if we login directly in that box it is working fine.

Could anyone pls help on this ?