Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Looking for a SSH Client for Firefox OS

  • 9 个回答
  • 7 人有此问题
  • 29 次查看
  • 最后回复者为 Ralph Daub

more options

I'm looking for a SSH Client for Firefox OS (1.3).

For a "normal" version of the firefox browser a FireSSH Add-on is available, but unfortunately it can't be installed in the mobile version.

Greetings

Michael

I'm looking for a SSH Client for Firefox OS (1.3). For a "normal" version of the firefox browser a FireSSH Add-on is available, but unfortunately it can't be installed in the mobile version. Greetings Michael

被采纳的解决方案

Hi Michael,

This is awesome! Thank you for your contribution to the Support at Mozilla (SUMO) forums and for pushing these code changes so that Anyterm works well with Firefox OS.

I will point Firefox OS users who are looking for an SSH client to this solution in the future.

Thanks,

- Ralph

定位到答案原位置 👍 2

所有回复 (9)

more options
more options

I tried to find a workaround and made some tests today.

So I tried to solve this issue by installing anyterm on my raspberry device and use this remotely via the Firefox Browser on the Firefox OS phone. The problem is: The keypad doesnt appear on the screen of the smartphone.

How can I fix this ?

Greetings

Michael

由Michael于修改

more options

Hi Michael,

I'm impressed by the thinking outside the box that you've done and coming up with this "almost" solution!

Unfortunately, as you've found out, it seems that the Firefox browser within Firefox OS doesn't recognize Anyterm's terminal as a text input. I'm not sure if there is any workaround that can be done for this.

Since this is an advanced support inquiry and beyond the usual use-case scenario, I would advise posting this question on Stack Overflow or making a post on Anyterm's Discussion Forums for more help.

We do look forward to hearing back from you if you find a solution. Please keep us posted. =)

Thanks,

- Ralph

more options

I have contacted the developer of anyterm. This is his answer to my question if he as any idea how to fix the issue:

Not in detail, but the same issue applies on other mobile OSes. You need to modify the HTML so that it contains an element that the browser recognises as a text input (e.g. an <INPUT> element) and make it take focus, but remain visually hidden or at least small. Someone who is more familiar with these browsers than me could probably do it easily.

more options

Proof of concept:

Placing this

. .

<form><input type="text" size="0"></form>

</body> </html>

into browser/anyterm.html will work, if you set the focus to the input field. I have to do some java script or css coding to put this field into the background of the "terminal window" and make it look more professional.

Greetings Michael

由Michael于修改

more options

Now I have modified the browser/anyterm.js to create a textarea overlapping with the console area. If you tap on it (for better visibility marked with a yellow frame in the picture), the keypad will appear in the browser. There is no modification in browser/anyterm.html required.

Greetings Michael

more options

This ist the final version with browser detection and textarea in the first (left) 50% of the terminal.

I will send this changes to the developer of Anyterm, so that everyone who is interested in that kind of solution can download it from www.anyterm.org.

Greetings Michael

more options

Preliminary version without review and without any warrenty: http://guthuhn.de/download/anyterm_firefox_os_extension_1.1.29.tar (actual development branch 1.1.29 from www.anyterm.org needed)

Place the two files into the subfolder 'browser' and execute 'make' to build the modified anytermd.

more options

选择的解决方案

Hi Michael,

This is awesome! Thank you for your contribution to the Support at Mozilla (SUMO) forums and for pushing these code changes so that Anyterm works well with Firefox OS.

I will point Firefox OS users who are looking for an SSH client to this solution in the future.

Thanks,

- Ralph