You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by wenting wang <ww...@gmail.com> on 2010/01/21 09:31:06 UTC

remote console problem

Hi all,

I'm new here, and met a problem when I used karaf 1.2.0.

I followed the manual 4.2 "remote console"--use another karaf instance. It
seems there's no command like "remote rsh tcp://localhost:8101/ -u karaf -p
karaf".Is there anyone can show me how to connect to another instance when
using "bin/karaf client"? Is it should be "ssh:ssh"?

I'm really appreciate your helps.

--
Best Regards.
Vanessa Wang

Re: remote console problem

Posted by Andreas Kollegger <ak...@tembopublic.org>.
In the latest karaf version, you need to use ssh instead of the remote command.
Try this instead:

ssh -p 8101 -l karaf -P karaf localhost

Best,
Andreas

On Jan 21, 2010, at 3:31 AM, wenting wang wrote:

> Hi all,
> 
> I'm new here, and met a problem when I used karaf 1.2.0.
> 
> I followed the manual 4.2 "remote console"--use another karaf instance. It
> seems there's no command like "remote rsh tcp://localhost:8101/ -u karaf -p
> karaf".Is there anyone can show me how to connect to another instance when
> using "bin/karaf client"? Is it should be "ssh:ssh"?
> 
> I'm really appreciate your helps.
> 
> --
> Best Regards.
> Vanessa Wang


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org