SSH links are opened without the user in since version 128
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
Solusi terpilih
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?
Baca jawaban ini dalam konteks 👍 0Semua Balasan (2)
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.
Solusi Terpilih
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?