Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Află mai multe

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

SSH links are opened without the user in since version 128

  • 2 răspunsuri
  • 1 are această problemă
  • 44 de vizualizări
  • Ultimul răspuns de philippe33

more options

Hello, Since the version 128 (x86_64) on Windows 11, SSH links are no more opened with the user. The link tooltip at the bottom of the screen is showing the link without the user too. Ex: ssh://root@10.0.1.1 -> will open ssh://10.0.1.1 instead. Thank you in advance

Hello, Since the version 128 (x86_64) on Windows 11, SSH links are no more opened with the user. The link tooltip at the bottom of the screen is showing the link without the user too. Ex: ssh://root@10.0.1.1 -> will open ssh://10.0.1.1 instead. Thank you in advance

Soluție aleasă

With Firefox 130.0.1, the situation is better, a new tab is opened showing the URL without the user, ex: "ssh://10.0.1.1/", but my ssh application is called with the correct URL "ssh://root@10.0.1.1". Is it normal to show only "ssh://10.0.1.1/" in the URL bar?

Citește acest răspuns în context 👍 0

Toate răspunsurile (2)

more options

I'm the only one with this issue?

Easy to reproduce, add the below code in a page:

 <a href="ssh://root@10.0.1.1">10.0.1.1</a>

And open with Firefox version 128.

more options

Soluție aleasă

With Firefox 130.0.1, the situation is better, a new tab is opened showing the URL without the user, ex: "ssh://10.0.1.1/", but my ssh application is called with the correct URL "ssh://root@10.0.1.1". Is it normal to show only "ssh://10.0.1.1/" in the URL bar?