PDA

View Full Version : login to GRID from linux terminal via ssh


david.pospisil
08-12-2007, 09:53 AM
Hi, I don't like web shell in grid, I would like to login via ssh directly from my linux terminal. I read http://doc.3tera.net/AppLogic1/CliUser.html and http://doc.3tera.net/AppLogic1/ClientSideMacros.html.

So I install corectly rmacros.sh and then I used this command in a web shell in grid

set user<removed for security> "sshkey=<removed for security>"

and I get this output
notice: comments and extra text removed from ssh key
replacing existing key for <removed for security>

everything fine. But the I used
controller <removed for security>
in my linux terminal and then
3t
and I get this:
Permission denied (publickey).
:(
I also tried
ssh -l "<removed for security>
but with the same result.
I also tried
export AL_SSH_OPT='<removed for security>'
but it did not help.
I am using grid <removed for security>
Thank you for any help!

JeremySuo
08-12-2007, 01:51 PM
Please contact TGL support and they can get your keys installed. I am contacting the mods of this forum to get your personal details removed. Please do not post all of the information as you did as others may use it against you.

Thanks,

Jeremy

PeterNic
08-13-2007, 10:30 AM
David,

Do you have ssh access now?

(BTW, the client-side macros are optional; if you set up the ssh key in your user, you can simply ssh into the controller IP address. If you are having trouble, using ssh directly may help troubleshoot it easier.)

Regards,
-- Peter