Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

SSH links are opened without the user in since version 128

  • 2 odpovede
  • 1 má tento problém
  • 41 zobrazení
  • Posledná odpoveď od 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

Vybrané riešenie

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?

Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (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

Vybrané riešenie

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?