I try to implement the graphical Br*tools : the BrGui which is a java gui on my XP Workstation to an SAP Server on AIX Server where the br*tools reside with Putty and ssh.
The first time a got the java gui launched but with no command choice (brbackup etc) then I began to debug on the command line level.
when I do the following :
plink -ssh -i priv.ppk ora<sid>@host command
I am always prompted for the password of ora<sid> user
which has the c shell (usr/bin/csh)
when I do the same with a normal user who has too a csh I am not prompted for the password
I have put the same public key of my WS in each $HOME/.ssh/authorized_keys
Any idea ?
The first time a got the java gui launched but with no command choice (brbackup etc) then I began to debug on the command line level.
when I do the following :
plink -ssh -i priv.ppk ora<sid>@host command
I am always prompted for the password of ora<sid> user
which has the c shell (usr/bin/csh)
when I do the same with a normal user who has too a csh I am not prompted for the password
I have put the same public key of my WS in each $HOME/.ssh/authorized_keys
Any idea ?