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

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Looking for a SSH Client for Firefox OS

  • 9 답장
  • 7 이 문제를 만남
  • 26 보기
  • 최종 답변자: 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