WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Remotely control client command line  (Read 3478 times)

Offline uebmaster

  • Newbie
  • *
  • Posts: 12
  • Working on it...
Remotely control client command line
« on: April 27, 2013, 09:03:34 AM »
Is there something on TCZ repository apps, like  hamashi?
Something to remote control a command line client or shell (on regular suport)?
I need something out-of-the box: I cannot ask permission to clients, to configure their routers.
They don't like it!...
So, tunnelling with SSH, or tools like "screen" are out of question (I think)...

Someone has an idea on this?

Thanks in advance.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Remotely control client command line
« Reply #1 on: April 27, 2013, 09:59:32 AM »
Hi uebmaster
Quote
I need something out-of-the box: I cannot ask permission to clients, to configure their routers.
I take it you are referring to WAN and not LAN. The whole point about being able to configure routers is to be able to
control what traffic and protocols are allowed to pass. If a client has their router locked down to restrict traffic, you may
have no choice than to request they open a port for you.
Quote
They don't like it!...
But they are OK with you just sneaking in?
The simplest would probably be running something like dropbear.

Offline uebmaster

  • Newbie
  • *
  • Posts: 12
  • Working on it...
Re: Remotely control client command line
« Reply #2 on: April 27, 2013, 10:16:26 AM »
But they are OK with you just sneaking in?
Yeap: we are talking about a kisok that is installed on client's side.
They have all the reasons to get us in for suport.

Thak you for your help.
I'm gonna check "dropbear".

Thank you

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Remotely control client command line
« Reply #3 on: April 27, 2013, 10:19:13 AM »
Hi minval
Dropbear is ssh, so port 22 needs to be open.

Offline uebmaster

  • Newbie
  • *
  • Posts: 12
  • Working on it...
Re: Remotely control client command line
« Reply #4 on: April 28, 2013, 10:04:15 AM »
Yeap...
Does anyone know a way to achieve this??

Pseudoman

  • Guest
Re: Remotely control client command line
« Reply #5 on: April 28, 2013, 10:56:12 AM »
How about Chrome Remote Desktop?

Clients would need to install chrome, setup a Google account, and then send you a passkey to gain control of the system.
Not cli, on x, and it is outside of the repos.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Remotely control client command line
« Reply #6 on: April 28, 2013, 11:05:30 AM »
Hi uebmaster
Try Googling   reverse ssh

Offline uebmaster

  • Newbie
  • *
  • Posts: 12
  • Working on it...
Re: Remotely control client command line
« Reply #7 on: April 29, 2013, 06:18:39 AM »
Hi uebmaster. Try Googling   reverse ssh

I will... Thanks.