chuckwagoncomputing / fxos-firemote

A SSH and Telnet Client for Firefox OS.
Mozilla Public License 2.0
16 stars 3 forks source link

Firemote doesn't show any response after connection to ssh server. #11

Open githubtefo opened 8 years ago

githubtefo commented 8 years ago

Hi! I've installed Firemote following the instructions on a smartphone with FxOS 1.3. I'm able to connect to telnet servers without any problems, but when I try different ssh servers I don't obtain any answer, even if I use public key or passphrase authentication. Any ideas what's happening? Someone could use the app on v1.3? Thanks! I'm hopping I can use finch over ssh.

cbaldini commented 8 years ago

I can't use it in v1.3, even with Telnet... To use it with ssh I need to import manually the keys of the server or what?

cbaldini commented 8 years ago

Well, Telnet works but ssh get blackscreen...

cbaldini commented 8 years ago

No one knows how to fix it?

cbaldini commented 8 years ago

Well, it seems that is a problem with the key... Is not possible to paste key on FFOS1.3 and the generated key is not valid because the format, as said the readme. There's a way to put the key directly in the code?

chuckwagoncomputing commented 8 years ago

The generated public key only needs to be converted for placement on the server. Does it work using password auth?

You /could/ put the key directly in the code, but there is no reason to do so.

githubtefo commented 8 years ago

Thanks for your answer @chuckwagoncomputing No, it doesn't work with password auth either.

cbaldini commented 8 years ago

Well, on the readme saids how to convert the key from terminal, but is not possible to open a terminal in ffos, so I need to know where is the generated key to do that manually.

cbaldini commented 8 years ago

Sorry, I've exported the key, send with the email and convert, then I've upload to authorized_keys, and now the Debugger says "Socket failed." Thanks for your responses.